org.vfny.geoserver.form.validation
Class ValidationTestSuiteNewForm

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

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

ValidationTestSuiteNewForm purpose.

Description of ValidationTestSuiteNewForm ...

Capabilities:

Example Use:


 ValidationTestSuiteNewForm x = new ValidationTestSuiteNewForm(...);
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ValidationTestSuiteNewForm()
           
 
Method Summary
 java.lang.String getNewName()
          Access newName property.
 void reset(org.apache.struts.action.ActionMapping arg0, javax.servlet.http.HttpServletRequest request)
           
 void setNewName(java.lang.String newName)
          Set newName to newName.
 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

ValidationTestSuiteNewForm

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

getNewName

public java.lang.String getNewName()
Access newName property.

Returns:
Returns the newName.

setNewName

public void setNewName(java.lang.String newName)
Set newName to newName.

Parameters:
newName - The newName to set.