com.cc.framework.adapter.struts
Class FWValidatorActionForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.apache.struts.validator.ValidatorActionForm
com.cc.framework.adapter.struts.FWValidatorActionForm
- All Implemented Interfaces:
- java.io.Serializable
- public class FWValidatorActionForm
- extends org.apache.struts.validator.ValidatorActionForm
Encapsulation of the ValidatorActionForm for the common controls framework.
Note: The Validator Plug-In must be configured, within the struts-config.
Then when the validate method is called, the action's name
attribute from the struts-config.xml is used to load the
validations for the current form. So the form element's name
attribute in the validator-rules.xml should match action
element's name attribute.
- Since:
- 1.2
- Version:
- $Revision: 1.1 $
- Author:
- Gernot Schulz
- See Also:
ValidatorActionForm
,
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.ValidatorActionForm |
getValidationKey |
Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidatorResults, reset, setPage, setValidatorResults, validate |
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 |
serialVersionUID
private static final long serialVersionUID
- Serial Version UID
- See Also:
- Constant Field Values
FWValidatorActionForm
public FWValidatorActionForm()
- Constructor
Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.