org.vfny.geoserver.form.validation
Class ValidationTestSelectForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.vfny.geoserver.form.validation.ValidationTestSelectForm
All Implemented Interfaces:
java.io.Serializable

public class ValidationTestSelectForm
extends org.apache.struts.action.ActionForm

ValidationTestSelectForm purpose.

Description of ValidationTestSelectForm ...

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ValidationTestSelectForm()
           
 
Method Summary
 java.lang.String getButtonAction()
          Access buttonAction property.
 java.lang.String getSelectedTest()
          Access selectedTest property.
 java.util.SortedSet getTests()
           
 void reset(org.apache.struts.action.ActionMapping arg0, javax.servlet.http.HttpServletRequest request)
           
 void setButtonAction(java.lang.String buttonAction)
          Set buttonAction to buttonAction.
 void setSelectedTest(java.lang.String selectedTest)
          Set selectedTest to selectedTest.
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationTestSelectForm

public ValidationTestSelectForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping arg0,
                  javax.servlet.http.HttpServletRequest request)

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)

getTests

public java.util.SortedSet getTests()

getSelectedTest

public java.lang.String getSelectedTest()
Access selectedTest property.

Returns:
Returns the selectedTest.

setSelectedTest

public void setSelectedTest(java.lang.String selectedTest)
Set selectedTest to selectedTest.

Parameters:
selectedTest - The selectedTest to set.

getButtonAction

public java.lang.String getButtonAction()
Access buttonAction property.

Returns:
Returns the buttonAction.

setButtonAction

public void setButtonAction(java.lang.String buttonAction)
Set buttonAction to buttonAction.

Parameters:
buttonAction - The buttonAction to set.