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 invoces a closure
 

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

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

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 DeletePersistentMethod
           
 class DiscardPersistentMethod
          A method that allows you to discard changes to a domain class
 class MergePersistentMethod
          The merge() method follows the semantics of merge which attempts to "merge" an object with a long lived session
 class RefreshPersistentMethod
          The "refresh" persistent instance method.
 class SavePersistentMethod
          This method follows the semantics of saveOrUpdate of scheduling the object for persistence when a flush occurs.
 class ValidatePersistentMethod
          A method that 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 ChainDynamicMethod
          Implements the "chain" Controller method for action chaining
 class RedirectDynamicMethod
          Implements the "redirect" Controller method for action redirection
 class RenderDynamicMethod
          Allows rendering of text, views, and templates to the response
 



Copyright (c) 2005-2006 The Grails project