Uses of Package
org.codehaus.groovy.grails.validation

Packages that use org.codehaus.groovy.grails.validation
org.codehaus.groovy.grails.orm.hibernate.cfg   
org.codehaus.groovy.grails.orm.hibernate.validation   
org.codehaus.groovy.grails.validation   
org.codehaus.groovy.grails.web.mapping   
 

Classes in org.codehaus.groovy.grails.validation used by org.codehaus.groovy.grails.orm.hibernate.cfg
ConstrainedProperty
          Provides the ability to set contraints against a properties of a class.
 

Classes in org.codehaus.groovy.grails.validation used by org.codehaus.groovy.grails.orm.hibernate.validation
AbstractConstraint
           
CascadingValidator
          Extends the default Spring Validator interface and provides an additional method that specifies whether validation should cascade into associations
Constraint
          Interface that defines a validatable constraint
ConstraintFactory
          A factory for creating constraint instances
GrailsDomainClassValidator
          A specialised Spring validator that validates a domain class instance using the constraints defined in the static constraints closure.
 

Classes in org.codehaus.groovy.grails.validation used by org.codehaus.groovy.grails.validation
AbstractConstraint
           
AbstractVetoingConstraint
          TODO: write javadoc
CascadingValidator
          Extends the default Spring Validator interface and provides an additional method that specifies whether validation should cascade into associations
ConstrainedProperty
          Provides the ability to set contraints against a properties of a class.
Constraint
          Interface that defines a validatable constraint
ConstraintFactory
          A factory for creating constraint instances
VetoingConstraint
          Marker interface for vetoing constraint.
 

Classes in org.codehaus.groovy.grails.validation used by org.codehaus.groovy.grails.web.mapping
ConstrainedProperty
          Provides the ability to set contraints against a properties of a class.
 



Copyright (c) 2005-2009 The Grails project