Uses of Interface
org.codehaus.groovy.grails.commons.metaclass.DynamicProperty

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

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

Classes in org.codehaus.groovy.grails.commons.metaclass that implement DynamicProperty
 class AbstractDynamicProperty
          An abstract class for implementors of dynamic getters to implement
 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
 

Methods in org.codehaus.groovy.grails.commons.metaclass that return DynamicProperty
 DynamicProperty DynamicMethods.getDynamicProperty(String propertyName)
          Retrieves a dynamic property for the specified property name
 DynamicProperty AbstractDynamicMethods.getDynamicProperty(String propertyName)
           
 

Methods in org.codehaus.groovy.grails.commons.metaclass with parameters of type DynamicProperty
 void DynamicMethods.addDynamicProperty(DynamicProperty property)
          Adds a new dynamic property
 void AbstractDynamicMethods.addDynamicProperty(DynamicProperty property)
           
 

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

Classes in org.codehaus.groovy.grails.validation.metaclass that implement DynamicProperty
 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 DynamicProperty in org.codehaus.groovy.grails.web.metaclass
 

Classes in org.codehaus.groovy.grails.web.metaclass that implement DynamicProperty
 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