public class LeafletEncoder extends TemplateEncoder
Leaflet expression generator.
Constructor and Description |
---|
LeafletEncoder() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<MediaType> |
createSupportedMediaTypes()
Creates a supported media type, here is the Leaflet expression type, "application / Leaflet".
|
Representation |
toRepresentation(MediaType mediaType, java.lang.Object content)
Serializes a Java object into an Leaflet sample type.
|
createSupportedLanguages, getAllConfigs, getApplicationRootPath, getConfiguration, getLocLogger, getMessageManager, getParentResourceInfos, getProductType, getRepresentation, getServletID, getSize, getTemplateName, isWriteable, setExpectedLanguage, setExtendedUriInfo, setTemplateName, supportedMediaTypes, writeTo
getSupportedMediaTypes, isEncodeAllow
protected java.util.List<MediaType> createSupportedMediaTypes()
Creates a supported media type, here is the Leaflet expression type, "application / Leaflet".
createSupportedMediaTypes
in class TemplateEncoder
public Representation toRepresentation(MediaType mediaType, java.lang.Object content)
Serializes a Java object into an Leaflet sample type.
toRepresentation
in class TemplateEncoder
mediaType
- media type.content
- The Java object to be serialized.