Package org.vfny.geoserver.action

Control of the GeoServer application (Struts Actions).

See:
          Description

Class Summary
ConfigAction GeoConfigAction is a common super class used by STRUTS Actions.
DataStoreStatusAction Checks Data.statusDataStoers for the end user.
GeoServerAction GeoServerAction is a common super class used by STRUTS Actions.
LoadXMLAction Load GeoServer configuration.
LogoutAction Remove UserContainter from session (and reset session) and return to welcome.
SaveXMLAction Save GeoServer state to XML.
UpdateGSAction Update GeoServer with the current configuration.
 

Package org.vfny.geoserver.action Description

Control of the GeoServer application (Struts Actions).

Struts Action subclasses, as contained in this package, opperate as the controller in the Model-View-Controller design pattern.

Actions used by the GeoServer Configuration system should be branched off of ConfigAction which provides common authentication.

In the future we may wish to rethink this policy of other subsystems beside configuration start to make use of the STRUTS framework.