org.geoserver.platform |
|
Java Source File Name | Type | Comment |
GeoServerExtensions.java | Class | Utility class uses to process GeoServer extension points.
An instance of this class needs to be registered in spring context as follows.
<bean id="geoserverExtensions" class="org.geoserver.GeoServerExtensions"/>
It must be a singleton, and must not be loaded lazily. |
GeoServerResourceLoader.java | Class | Manages resources in GeoServer. |
Operation.java | Class | An operation descriptor providing metadata about a service operation.
An operation is identified by an id,service pair. |
Service.java | Class | A service descriptor which provides metadata such as id, and version.
Service descriptors are identified by an id, version pair. |
ServiceException.java | Class | Base class for exceptions generated by a service.
This class is based off the OGC idea of an exception, which contains
a
ServiceException.code , and
ServiceException.locator . |