com.cc.framework.adapter.struts
Class FWValidatorActionForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.apache.struts.validator.ValidatorForm
          extended byorg.apache.struts.validator.ValidatorActionForm
              extended bycom.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

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
FWValidatorActionForm()
          Constructor
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

FWValidatorActionForm

public FWValidatorActionForm()
Constructor



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.