| org.vfny.geoserver.wms.responses.helpers.WMSCapsTransformer
WMSCapsTransformer | public class WMSCapsTransformer extends TransformerBase (Code) | | Geotools xml framework based encoder for a Capabilities WMS 1.1.1 document.
author: Gabriel Roldan, Axios Engineering version: $Id |
Constructor Summary | |
public | WMSCapsTransformer(String baseUrl, Set formats, ApplicationContext applicationContext) Creates a new WMSCapsTransformer object. |
WMS_CAPS_MIME | final public static String WMS_CAPS_MIME(Code) | | fixed MIME type for the returned capabilities document
|
WMSCapsTransformer | public WMSCapsTransformer(String baseUrl, Set formats, ApplicationContext applicationContext)(Code) | | Creates a new WMSCapsTransformer object.
Parameters: baseUrl - needed to get the schema base URL Parameters: formats - Parameters: applicationContext - throws: NullPointerException - if schemaBaseUrl is null; |
createTransformer | public Transformer createTransformer() throws TransformerException(Code) | | Gets the Transformer created by the overriden method in
the superclass and adds it the system DOCTYPE token pointing to the
Capabilities DTD on this server instance.
The DTD is set at the fixed location given by the
schemaBaseUrl passed to the constructor +
"wms/1.1.1/WMS_MS_Capabilities.dtd .
a Transformer propoerly configured to produce DescribeLayerresponses. throws: TransformerException - if it is thrown by super.createTransformer() |
createTranslator | public Translator createTranslator(ContentHandler handler)(Code) | | DOCUMENT ME!
Parameters: handler - DOCUMENT ME! DOCUMENT ME! |
|
|