nl.openedge.baritus.validation
Class AbstractFormValidator

java.lang.Object
  extended bynl.openedge.baritus.validation.AbstractValidator
      extended bynl.openedge.baritus.validation.AbstractFormValidator
All Implemented Interfaces:
FormValidator, ValidationRuleDependend
Direct Known Subclasses:
PropertyNotNullFormValidator, RequiredSessionAttributeValidator

public abstract class AbstractFormValidator
extends AbstractValidator
implements FormValidator, ValidationRuleDependend

Convenience class with default error message handling.

Author:
Eelco Hillenius

Constructor Summary
AbstractFormValidator()
          Construct emtpy.
AbstractFormValidator(ValidationActivationRule rule)
          Construct with the given rule.
 
Methods inherited from class nl.openedge.baritus.validation.AbstractValidator
getFieldName, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getValidationActivationRule, removeValidationActivationRule, setErrorMessage, setValidationRule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nl.openedge.baritus.validation.FormValidator
isValid
 
Methods inherited from interface nl.openedge.baritus.validation.ValidationRuleDependend
getValidationActivationRule, removeValidationActivationRule, setValidationRule
 

Constructor Detail

AbstractFormValidator

public AbstractFormValidator()
Construct emtpy.


AbstractFormValidator

public AbstractFormValidator(ValidationActivationRule rule)
Construct with the given rule.

Parameters:
rule - activation rule


Copyright © 2003-2004 Open Edge. All Rights Reserved.