| java.lang.Object org.vfny.geoserver.Request org.vfny.geoserver.util.requests.CapabilitiesRequest
All known Subclasses: org.vfny.geoserver.wms.requests.WMSCapabilitiesRequest, org.vfny.geoserver.wcs.requests.WCSCapabilitiesRequest,
CapabilitiesRequest | public class CapabilitiesRequest extends Request (Code) | | This class enforces a standard interface for GetCapabilities requests.
author: Rob Hranac, TOPP author: Chris Holmes, TOPP version: $Id: CapabilitiesRequest.java 8406 2008-02-14 19:49:39Z saul.farber $ |
CapabilitiesRequest | public CapabilitiesRequest(String serviceType, AbstractService service)(Code) | | Creates a new capabilities request object.
Parameters: serviceType - The id of the service being handled. Parameters: service - The service handing the request. |
CapabilitiesRequest | public CapabilitiesRequest(String serviceType, AbstractService service, String updateSequence)(Code) | | Creates a new capabilities request object.
Parameters: serviceType - The id of the service being handled. Parameters: service - The service handing the request. Parameters: updateSequence - The updateSequence number from the GetCapabilities request |
equals | public boolean equals(Object o)(Code) | | Override of equals. Just calls super.equals, since there are no extra
fields here that aren't in Request.
Parameters: o - the object to test against. true if o is equal to this request. |
getUpdateSequence | public String getUpdateSequence()(Code) | | the updateSequence |
setUpdateSequence | public void setUpdateSequence(String updateSequence)(Code) | | Parameters: updateSequence - the updateSequence to set |
toString | public String toString()(Code) | | Returns a string representation of this CapabilitiesRequest.
a string of with the service and version. |
|
|