com.cc.framework.adapter.struts
Class FWValidatorForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.apache.struts.validator.ValidatorForm
          extended bycom.cc.framework.adapter.struts.FWValidatorForm
All Implemented Interfaces:
java.io.Serializable

public class FWValidatorForm
extends org.apache.struts.validator.ValidatorForm

Encapsulation of the ValidatorForm 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:
ValidatorForm, 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
FWValidatorForm()
          Constructor
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, 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

FWValidatorForm

public FWValidatorForm()
Constructor



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