Uses of Package
org.beanfabrics.validation

Packages that use org.beanfabrics.validation
org.beanfabrics   
org.beanfabrics.model   
org.beanfabrics.validation   
 

Classes in org.beanfabrics.validation used by org.beanfabrics
Validatable
          The Validatable is an interface for classes that can be validated.
ValidationState
          The ValidationState is the result of a call to ValidationRule.validate() and indicates that this rule has found some invalid state.
Validator
          The Validator is responsible for creating a ValidationState by evaluating a list of ValidationRule instances.
 

Classes in org.beanfabrics.validation used by org.beanfabrics.model
Validatable
          The Validatable is an interface for classes that can be validated.
ValidationRule
          A ValidationRule is a rule that evaluates the current execution context in respect of a certain set of constraints.
ValidationState
          The ValidationState is the result of a call to ValidationRule.validate() and indicates that this rule has found some invalid state.
Validator
          The Validator is responsible for creating a ValidationState by evaluating a list of ValidationRule instances.
 

Classes in org.beanfabrics.validation used by org.beanfabrics.validation
ValidationRule
          A ValidationRule is a rule that evaluates the current execution context in respect of a certain set of constraints.
ValidationState
          The ValidationState is the result of a call to ValidationRule.validate() and indicates that this rule has found some invalid state.
Validator
          The Validator is responsible for creating a ValidationState by evaluating a list of ValidationRule instances.
 



© 2010 by Michael Karneim, http://www.beanfabrics.org