org.vfny.geoserver.form.data.package.html Maven / Gradle / Ivy
The newest version!
package org.vfny.geoserver.form.data
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.