Package org.vfny.geoserver.form.data

Contains Form Beans describing the GeoServer Data Model.

See:
          Description

Class Summary
DataAttributeTypesEditorForm DOCUMENT ME!
DataAttributeTypesNewForm DOCUMENT ME!
DataAttributeTypesSelectForm DOCUMENT ME!
DataDataStoresEditorForm Represents the information required for editing a DataStore.
DataDataStoresNewForm Used to accept information from user for a New DataStore Action.
DataDataStoresSelectForm Select current DataStore for edit or delete Action.
DataFeatureTypesEditorForm DOCUMENT ME!
DataFeatureTypesNewForm DataFeatureTypesNewForm purpose.
DataFeatureTypesSelectForm DOCUMENT ME!
DataNamespacesForm DOCUMENT ME!
DataStylesForm DOCUMENT ME!
 

Package org.vfny.geoserver.form.data Description

Contains Form Beans describing the GeoServer Data Model.

FormBeans should be derived from ActionForm. FormBeans are used to communicate the state of the view to/from the Model. They hold the validate method which should do some basic sanity checks. Actually testing that the model works should be left to the config package.