org.vfny.geoserver.servlets |
GeoServer Servlets Package
Provides Servlets Framework used by GeoServer.
Servelets in the WFS and WMS package contains all interface servlets, one for
each WFS response.
The GeoServer framework:
-
Is built around Servlets derived from AbstractService
-
ActionService subclasses provide a mapping of Handler, Request, and Response
|
Java Source File Name | Type | Comment |
AbstractService.java | Class | Represents a service that all others extend from. |
BufferStrategy.java | Class | A safe Service strategy that buffers output until writeTo completes.
This strategy wastes memory, for saftey. |
Dispatcher.java | Class | Routes requests made at the top-level URI to appropriate interface servlet.
Note that the logic of this method could be generously described as
'loose.' It is not checking for request validity in any way (this is done
by the reqeust- specific servlets). |
FileHiderServlet.java | Class | |
FileStrategy.java | Class | A safe ServiceConfig strategy that uses a temporary file until writeTo
completes. |
FreefsLog.java | Class | Initializes all logging functions. |
JSPCompiler.java | Class | JSPCompiler purpose. |
PartialBufferStrategy2.java | Class | PartialBufferStrategy Oct 19, 2005
Purpose:
This strategy will buffer the response before it starts streaming it to the
user. |
ServiceStrategyFactory.java | Class | |
SpeedStrategy.java | Class | Fast and Dangeroud service strategy. |