org.apache.struts2.showcase.integration
Class GangsterForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.apache.struts2.showcase.integration.GangsterForm
- All Implemented Interfaces:
- Serializable
public class GangsterForm
- extends org.apache.struts.validator.ValidatorForm
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults |
| 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 |
GangsterForm
public GangsterForm()
reset
public void reset(org.apache.struts.action.ActionMapping arg0,
javax.servlet.http.HttpServletRequest arg1)
- Overrides:
reset in class org.apache.struts.validator.ValidatorForm
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Overrides:
validate in class org.apache.struts.validator.ValidatorForm
getAge
public String getAge()
- Returns:
- the age
setAge
public void setAge(String age)
- Parameters:
age - the age to set
isBustedBefore
public boolean isBustedBefore()
- Returns:
- the bustedBefore
setBustedBefore
public void setBustedBefore(boolean bustedBefore)
- Parameters:
bustedBefore - the bustedBefore to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.