Uses of Class
org.codehaus.groovy.grails.validation.ConstrainedProperty

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

Uses of ConstrainedProperty in org.codehaus.groovy.grails.orm.hibernate.cfg
 

Methods in org.codehaus.groovy.grails.orm.hibernate.cfg with parameters of type ConstrainedProperty
protected static void GrailsDomainBinder.bindNumericColumnConstraints(org.hibernate.mapping.Column column, ConstrainedProperty constrainedProperty)
          Interrogates the specified constraints looking for any constraints that would limit the precision and/or scale of the property's value.
protected static void GrailsDomainBinder.bindStringColumnConstraints(org.hibernate.mapping.Column column, ConstrainedProperty constrainedProperty)
          Interrogates the specified constraints looking for any constraints that would limit the length of the property's value.
 

Uses of ConstrainedProperty in org.codehaus.groovy.grails.validation
 

Methods in org.codehaus.groovy.grails.validation that return types with arguments of type ConstrainedProperty
 Map<String,ConstrainedProperty> ConstrainedPropertyBuilder.getConstrainedProperties()
           
 

Uses of ConstrainedProperty in org.codehaus.groovy.grails.web.mapping
 

Fields in org.codehaus.groovy.grails.web.mapping declared as ConstrainedProperty
protected  ConstrainedProperty[] AbstractUrlMapping.constraints
           
 

Methods in org.codehaus.groovy.grails.web.mapping that return ConstrainedProperty
 ConstrainedProperty[] UrlMapping.getConstraints()
          The constraints the apply to this UrlMapping.
 ConstrainedProperty[] ResponseCodeUrlMapping.getConstraints()
           
 ConstrainedProperty[] AbstractUrlMapping.getConstraints()
           
 

Constructors in org.codehaus.groovy.grails.web.mapping with parameters of type ConstrainedProperty
AbstractUrlMapping(Object viewName, ConstrainedProperty[] constraints, ServletContext servletContext)
           
AbstractUrlMapping(Object controllerName, Object actionName, Object viewName, ConstrainedProperty[] constraints, ServletContext servletContext)
          Base constructor required to construct a UrlMapping instance
AbstractUrlMapping(URI uri, ConstrainedProperty[] constraints, ServletContext servletContext)
           
RegexUrlMapping(UrlMappingData data, Object controllerName, Object actionName, Object viewName, ConstrainedProperty[] constraints, ServletContext servletContext)
          Constructs a new RegexUrlMapping for the given pattern, controller name, action name and constraints.
RegexUrlMapping(UrlMappingData data, URI uri, ConstrainedProperty[] constraints, ServletContext servletContext)
          Constructs a new RegexUrlMapipng for the given pattern that maps to the specified URI
ResponseCodeUrlMapping(UrlMappingData urlData, Object controllerName, Object actionName, Object viewName, ConstrainedProperty[] constraints, ServletContext servletContext)
           
 



Copyright (c) 2005-2009 The Grails project