| java.lang.Object org.vfny.geoserver.wms.responses.WMSCapabilitiesResponse
WMSCapabilitiesResponse | public class WMSCapabilitiesResponse implements Response(Code) | | Processes a WMS GetCapabilities request.
The response of a GetCapabilities request is general information about the
service itself and specific information about the available maps.
author: Gabriel Roldan, Axios Engineering version: $Id: WMSCapabilitiesResponse.java 8477 2008-02-28 15:00:23Z aaime $ |
WMSCapabilitiesResponse | public WMSCapabilitiesResponse(Set wmsGetMapFormats, ApplicationContext applicationContext)(Code) | | |
abort | public void abort(Service gs)(Code) | | Does nothing, since no processing is done after execute()
has returned.
Parameters: gs - the service instance |
getContentDisposition | public String getContentDisposition()(Code) | | |
getContentEncoding | public String getContentEncoding()(Code) | | Just returns null , since no special encoding is applyed to
the output data.
null |
getContentType | public String getContentType(GeoServer gs) throws IllegalStateException(Code) | | Returns the fixed capabilities MIME type (application/vnd.ogc.wms_xml)
as specified in whe WMS spec, version 1.1.1, section 6.5.3, table 3.
Parameters: gs - DOCUMENT ME! the capabilities document MIME type. throws: IllegalStateException - if the response was not yet produced. |
|
|