GeoServerAction is a common super class used by STRUTS Actions.
GeoServerAction is used to store shared services, such as looking up the
GeoServer Application.
Capabilities:
-
LoggedIn: Convience routines for checking if User has been Authenticated.
These will need to be extended in the future if we allow User based
Capabilities documents.
-
GeoServer (Application) Access: Convience routines have been writen to allow
access to the GeoServer Application from the Web Container.
Example Use:
class MyAction extends GeoServerAction {
...
}
Please remember that Actions (like servlets) should never make use of
instance variables in order to remain thread-safe.
The Services provided by this class are convience methods for the Services
provided by the Requests utiltiy class.
author: Jody Garnett, Refractions Research, Inc. author: $Author: cholmesny $ (last modification) version: $Id: GeoServerAction.java 7746 2007-11-13 15:38:35Z aaime $ |