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
          This is a dynamic property that 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
          This is a dynamic property that 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
 

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
 class SetPropertiesDynamicProperty
          A dynamic property that uses a Map of OGNL expressions to sets properties on the target object
 



Copyright (c) 2005-2006 The Grails project