Uses of Interface
org.codehaus.waffle.action.MethodDefinitionFinder

Packages that use MethodDefinitionFinder
org.codehaus.waffle   
org.codehaus.waffle.action   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.controller   
 

Uses of MethodDefinitionFinder in org.codehaus.waffle
 

Methods in org.codehaus.waffle that return MethodDefinitionFinder
 MethodDefinitionFinder ComponentRegistry.getMethodDefinitionFinder()
           
 

Uses of MethodDefinitionFinder in org.codehaus.waffle.action
 

Classes in org.codehaus.waffle.action that implement MethodDefinitionFinder
 class AbstractMethodDefinitionFinder
          Abstract base implementation for all method definition finders
 class AbstractOgnlMethodDefinitionFinder
          Abstract method definition finder that uses Ognl to find methods
 class AnnotatedMethodDefinitionFinder
           Annotation-based method definition finder.
 class ParanamerMethodDefinitionFinder
           Pananamer-based method definition finder, which can be used in alternative to other definition finders, eg AnnotatedMethodDefinitionFinder.
 

Uses of MethodDefinitionFinder in org.codehaus.waffle.context.pico
 

Methods in org.codehaus.waffle.context.pico that return MethodDefinitionFinder
 MethodDefinitionFinder PicoComponentRegistry.getMethodDefinitionFinder()
           
 

Uses of MethodDefinitionFinder in org.codehaus.waffle.controller
 

Constructors in org.codehaus.waffle.controller with parameters of type MethodDefinitionFinder
ContextControllerDefinitionFactory(MethodDefinitionFinder methodDefinitionFinder, ControllerNameResolver controllerNameResolver, ControllerMonitor controllerMonitor, MessageResources messageResources)
           
ScriptedControllerDefinitionFactory(MethodDefinitionFinder methodDefinitionFinder, ControllerNameResolver controllerNameResolver, MethodNameResolver methodNameResolver, ControllerMonitor controllerMonitor, MessageResources messageResources)
           
 



Copyright © 2008. All Rights Reserved.