Uses of Class
org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicProperty

Packages that use AbstractDynamicProperty
org.codehaus.groovy.grails.commons.metaclass   
org.codehaus.groovy.grails.validation.metaclass   
org.codehaus.groovy.grails.web.metaclass   
 

Uses of AbstractDynamicProperty in org.codehaus.groovy.grails.commons.metaclass
 

Subclasses of AbstractDynamicProperty in org.codehaus.groovy.grails.commons.metaclass
 class GenericDynamicProperty
          A generic dyanmic property for any type.
 class WeakGenericDynamicProperty
          A generic dyanmic property for any type used a soft hashmap implementation for generic properties registered as global in the MetaClass.
 

Uses of AbstractDynamicProperty in org.codehaus.groovy.grails.validation.metaclass
 

Subclasses of AbstractDynamicProperty in org.codehaus.groovy.grails.validation.metaclass
 class ConstraintsDynamicProperty
          Instead of returning the closure sets a new proxy meta class for the scope of the call and invokes the closure itself which builds up a list of ConstrainedProperty instances.
 class ConstraintsEvaluatingDynamicProperty
          Deprecated. This class has been deprecated and will be removed in a future version of Grails
 

Uses of AbstractDynamicProperty in org.codehaus.groovy.grails.web.metaclass
 

Subclasses of AbstractDynamicProperty in org.codehaus.groovy.grails.web.metaclass
 class AbstractDynamicControllerProperty
          An abstract class for dynamic controller properties to implement.
 class GetParamsDynamicProperty
          A dynamic property that adds a "params" map to a controller for accessing request and controller parameters.