uk.org.ponder.rsf.content |
Definitions relating to XML declarations and HTTP headers for different
content types supported by RSF, e.g. HTML, RSS, AJAX &c.
|
Java Source File Name | Type | Comment |
ContentTypeInfo.java | Class | A "pea" holding information about a particular content type that may
be used during a request cycle. |
ContentTypeInfoFactory.java | Class | Responsible for determining the ContentTypeInfo and RenderSystem in effect
for the current render request. |
ContentTypeInfoRegistry.java | Class | Holds a registry of core ContentTypeInfo records. |
ContentTypeReceiver.java | Interface | |
ContentTypeReporter.java | Interface | |
ContentTypeResolver.java | Interface | Resolves the correct "content type string" identifying the content type
to be in force for the current render cycle. |
StaticContentTypeResolver.java | Class | |