| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstrainedProperty | |
|---|---|
| org.codehaus.groovy.grails.orm.hibernate.cfg | |
| 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.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[] | 
ResponseCodeUrlMapping.getConstraints()
 | 
 ConstrainedProperty[] | 
UrlMapping.getConstraints()
The constraints the apply to this UrlMapping.  | 
 ConstrainedProperty[] | 
AbstractUrlMapping.getConstraints()
 | 
| Constructors in org.codehaus.groovy.grails.web.mapping with parameters of type ConstrainedProperty | |
|---|---|
AbstractUrlMapping(Object viewName,
                   ConstrainedProperty[] constraints)
 | 
|
AbstractUrlMapping(Object controllerName,
                   Object actionName,
                   Object viewName,
                   ConstrainedProperty[] constraints)
Base constructor required to construct a UrlMapping instance  | 
|
RegexUrlMapping(UrlMappingData data,
                Object controllerName,
                Object actionName,
                Object viewName,
                ConstrainedProperty[] constraints)
Constructs a new RegexUrlMapping for the given pattern, controller name, action name and constraints.  | 
|
ResponseCodeUrlMapping(UrlMappingData urlData,
                       Object controllerName,
                       Object actionName,
                       Object viewName,
                       ConstrainedProperty[] constraints)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||