Package org.vfny.geoserver.form.wfs

Contains Web Feature Server Form Beans.

See:
          Description

Class Summary
WFSContentForm DOCUMENT ME!
WFSDescriptionForm DOCUMENT ME!
 

Package org.vfny.geoserver.form.wfs Description

Contains Web Feature Server Form Beans.

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.