Package org.vfny.geoserver.requests.readers

Client request processing into GeoServer Request objects.

See:
          Description

Class Summary
DispatcherKvpReader Reads in a generic request and attempts to determine its type.
KvpRequestReader Base class for all KVP readers, with some generalized convenience methods.
WmsKvpRequestReader Base class for all WMS KvpRequestReaders, wich just adds the getRequestVersion() method wich returns the spec version a client has requested or the default implementation version of this server if no version has been requested, either by the "VERSION" parameter or by the "WMTVER" parameter, wich is deprecated but it is recomended to recognize it
XmlRequestReader This utility reads in XML requests and returns them as appropriate request objects.
 

Package org.vfny.geoserver.requests.readers Description

Client request processing into GeoServer Request objects.

These classes are instnaces of KvpRequestReader or XmlRequestReader and are used by the GeoServer handlers to parse information into Request Objects.