|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
examples.multibox.MultiboxActionForm
public class MultiboxActionForm
An ActionForm for the Multibox examples
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
MultiboxActionForm()
Constructor for MultiboxActionForm. |
Method Summary | |
---|---|
String[] |
getColors()
Returns the colors. |
String[] |
getFruits()
Returns the fruits. |
void |
reset(ActionMapping mapping,
HttpServletRequest request)
Clear all checkboxes |
void |
setColors(String[] colors)
Sets the colors. |
void |
setFruits(String[] fruits)
Sets the fruits. |
ActionErrors |
validate(ActionMapping mapping,
HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionMessages object that encapsulates any
validation errors that have been found. |
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 |
---|
public MultiboxActionForm()
Method Detail |
---|
public void reset(ActionMapping mapping, HttpServletRequest request)
reset
in class ActionForm
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingpublic ActionErrors validate(ActionMapping mapping, HttpServletRequest request)
ActionMessages
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionMessages
object with no
recorded error messages.
validate
in class ActionForm
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
public String[] getColors()
public String[] getFruits()
public void setColors(String[] colors)
colors
- The colors to setpublic void setFruits(String[] fruits)
fruits
- The fruits to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |