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