public class SuperMapCloudEncoder extends TemplateEncoder
Supermapcloud expression generator.
| Constructor and Description | 
|---|
| SuperMapCloudEncoder() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.List<MediaType> | createSupportedMediaTypes()Creates a supported media type, here is the supermapcloud expression type, “application/supermapcloud”. | 
| Representation | toRepresentation(MediaType mediaType, java.lang.Object content)Serializes a Java object into a representation of a supermapcloud 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 supermapcloud expression type, “application/supermapcloud”.
createSupportedMediaTypes in class TemplateEncoder
public Representation toRepresentation(MediaType mediaType,
                              java.lang.Object content)
Serializes a Java object into a representation of a supermapcloud sample type.
toRepresentation in class TemplateEncodermediaType - media type.content - The Java object to be serialized.