public class AjaxEncoder extends TemplateEncoder
Ajax expression generator.
Used to show the map in the form of an Ajax example.
| Constructor and Description | 
|---|
| AjaxEncoder() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.List<MediaType> | createSupportedMediaTypes()Creates a supported media type, here is the Ajax expression type, "application / ajax". | 
| Representation | toRepresentation(MediaType mediaType, java.lang.Object content)Serializes a Java object into an Ajax sample type. | 
createSupportedLanguages, getAllConfigs, getApplicationRootPath, getConfiguration, getLocLogger, getMessageManager, getParentResourceInfos, getProductType, getRepresentation, getServletID, getSize, getTemplateName, isWriteable, setExpectedLanguage, setExtendedUriInfo, setTemplateName, supportedMediaTypes, writeTogetSupportedMediaTypes, isEncodeAllowprotected java.util.List<MediaType> createSupportedMediaTypes()
Creates a supported media type, here is the Ajax expression type, "application / ajax".
createSupportedMediaTypes in class TemplateEncoder
public Representation toRepresentation(MediaType mediaType,
                              java.lang.Object content)
Serializes a Java object into an Ajax sample type.
toRepresentation in class TemplateEncodermediaType - media type.obj - The Java object to be serialized.