org.vfny.geoserver.form.validation
Class ValidationTestSuiteSelectForm

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

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

ValidationTestSuiteSelectForm purpose.

Used to store data coming in from the web form, to be passed to the ValidationTestSuiteSelectAction.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ValidationTestSuiteSelectForm()
           
 
Method Summary
 java.lang.String getButtonAction()
          Access buttonAction property.
 java.lang.String getSelectedTestSuite()
          Access selectedTestSuite property.
 java.util.SortedSet getTestSuites()
           
 void reset(org.apache.struts.action.ActionMapping arg0, javax.servlet.http.HttpServletRequest request)
           
 void setButtonAction(java.lang.String buttonAction)
          Set buttonAction to buttonAction.
 void setSelectedTestSuite(java.lang.String selectedTestSuite)
          Set selectedTestSuite to selectedTestSuite.
 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

ValidationTestSuiteSelectForm

public ValidationTestSuiteSelectForm()
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)

getTestSuites

public java.util.SortedSet getTestSuites()

getSelectedTestSuite

public java.lang.String getSelectedTestSuite()
Access selectedTestSuite property.

Returns:
Returns the selectedTestSuite.

setSelectedTestSuite

public void setSelectedTestSuite(java.lang.String selectedTestSuite)
Set selectedTestSuite to selectedTestSuite.

Parameters:
selectedTestSuite - The selectedTestSuite 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.