Uses of Interface
org.apache.cocoon.forms.datatype.ValidationRule

Packages that use ValidationRule
org.apache.cocoon.forms.datatype   
org.apache.cocoon.forms.datatype.typeimpl   
org.apache.cocoon.forms.datatype.validationruleimpl   
org.apache.cocoon.forms.validation.impl   
 

Uses of ValidationRule in org.apache.cocoon.forms.datatype
 

Methods in org.apache.cocoon.forms.datatype that return ValidationRule
 ValidationRule ValidationRuleBuilder.build(Element validationRuleElement)
           
 ValidationRule DefaultDatatypeManager.createValidationRule(Element validationRuleElement)
           
 ValidationRule DatatypeManager.createValidationRule(Element validationRuleElement)
          Creates a validation rule from an XML description.
 

Uses of ValidationRule in org.apache.cocoon.forms.datatype.typeimpl
 

Methods in org.apache.cocoon.forms.datatype.typeimpl with parameters of type ValidationRule
 void AbstractDatatype.addValidationRule(ValidationRule validationRule)
           
 

Uses of ValidationRule in org.apache.cocoon.forms.datatype.validationruleimpl
 

Classes in org.apache.cocoon.forms.datatype.validationruleimpl that implement ValidationRule
 class AbstractValidationRule
          Abstract base class providing common functionality for many ValidationRule implementations.
 class AssertValidationRule
          Generic validation rule that evaluates an expression.
 class EmailValidationRule
          ValidationRule that checks that a string is an email address.
 class LengthValidationRule
          Checks the length of a String.
 class Mod10ValidationRule
          Performs the so called "mod 10" algorithm to check the validity of credit card numbers such as VISA.
 class RangeValidationRule
          Checks numeric ranges.
 class RegExpValidationRule
          Checks that a String matches a regular expression.
 class ValueCountValidationRule
          Checks the number of values (i.e. the size of the array).
 

Methods in org.apache.cocoon.forms.datatype.validationruleimpl that return ValidationRule
 ValidationRule ValueCountValidationRuleBuilder.build(Element validationRuleElement)
           
 ValidationRule RegExpValidationRuleBuilder.build(Element validationRuleElement)
           
 ValidationRule RangeValidationRuleBuilder.build(Element validationRuleElement)
           
 ValidationRule Mod10ValidationRuleBuilder.build(Element validationRuleElement)
           
 ValidationRule LengthValidationRuleBuilder.build(Element validationRuleElement)
           
 ValidationRule EmailValidationRuleBuilder.build(Element validationRuleElement)
           
 ValidationRule AssertValidationRuleBuilder.build(Element validationRuleElement)
           
 

Uses of ValidationRule in org.apache.cocoon.forms.validation.impl
 

Constructors in org.apache.cocoon.forms.validation.impl with parameters of type ValidationRule
ValidationRuleValidator(ValidationRule rule)
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.