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

Packages that use DynamicMethodInvocation
org.codehaus.groovy.grails.commons.metaclass   
org.codehaus.groovy.grails.orm.hibernate.metaclass   
org.codehaus.groovy.grails.web.metaclass   
 

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

Classes in org.codehaus.groovy.grails.commons.metaclass that implement DynamicMethodInvocation
 class AbstractDynamicMethodInvocation
           
 class ClosureInvokingDynamicMethod
          An implementation of DynamicMethodInvocation that invokes a closure.
 

Fields in org.codehaus.groovy.grails.commons.metaclass with type parameters of type DynamicMethodInvocation
protected  Collection<DynamicMethodInvocation> AbstractDynamicMethods.dynamicMethodInvocations
           
 

Methods in org.codehaus.groovy.grails.commons.metaclass that return DynamicMethodInvocation
 DynamicMethodInvocation AbstractDynamicMethods.getDynamicMethod(String methodSignature)
           
 DynamicMethodInvocation DynamicMethods.getDynamicMethod(String method_signature)
          Retrieves a dynamic method for the specified method name.
 

Methods in org.codehaus.groovy.grails.commons.metaclass with parameters of type DynamicMethodInvocation
 void AbstractDynamicMethods.addDynamicMethodInvocation(DynamicMethodInvocation methodInvocation)
           
 void DynamicMethods.addDynamicMethodInvocation(DynamicMethodInvocation methodInvocation)
          Adds a new dynamic method invocation.
 

Uses of DynamicMethodInvocation in org.codehaus.groovy.grails.orm.hibernate.metaclass
 

Classes in org.codehaus.groovy.grails.orm.hibernate.metaclass that implement DynamicMethodInvocation
 class AbstractDynamicPersistentMethod
           
 class AbstractSavePersistentMethod
          Abstract class for different implementations that perform saving to implement.
 class MergePersistentMethod
          The merge() method follows the semantics of merge which attempts to "merge" an object with a long lived session.
 class SavePersistentMethod
          Follows the semantics of saveOrUpdate of scheduling the object for persistence when a flush occurs.
 class ValidatePersistentMethod
          Validates an instance of a domain class against its constraints.
 

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

Classes in org.codehaus.groovy.grails.web.metaclass that implement DynamicMethodInvocation
 class AbstractDynamicControllerMethod
          An abstract class for dynamic controller methods to implement.
 class BindDynamicMethod
          A dynamic method present in controllers allowing data binding from a map to a target instance.
 class RedirectDynamicMethod
          Implements the "redirect" Controller method for action redirection.
 class RenderDynamicMethod
          Allows rendering of text, views, and templates to the response