Uses of Class
org.codehaus.waffle.action.MethodDefinition

Packages that use MethodDefinition
org.codehaus.waffle.action   
org.codehaus.waffle.controller   
org.codehaus.waffle.monitor   
 

Uses of MethodDefinition in org.codehaus.waffle.action
 

Methods in org.codehaus.waffle.action that return MethodDefinition
 MethodDefinition MethodDefinitionFinder.find(java.lang.Object controller, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Returns a method definition of a given controller
 MethodDefinition AbstractMethodDefinitionFinder.find(java.lang.Object controller, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Methods in org.codehaus.waffle.action with parameters of type MethodDefinition
protected  boolean ParanamerMethodDefinitionFinder.hasEquivalentParameterTypes(MethodDefinition methodDefinition, StringTransmuter stringTransmuter)
          Overriden to allow Paranamer to not use generic parameter types.
protected  boolean AbstractMethodDefinitionFinder.hasEquivalentParameterTypes(MethodDefinition methodDefinition, StringTransmuter stringTransmuter)
           
 

Uses of MethodDefinition in org.codehaus.waffle.controller
 

Methods in org.codehaus.waffle.controller that return MethodDefinition
protected  MethodDefinition ScriptedControllerDefinitionFactory.findMethodDefinition(java.lang.Object controller, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  MethodDefinition ContextControllerDefinitionFactory.findMethodDefinition(java.lang.Object controller, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 MethodDefinition ControllerDefinition.getMethodDefinition()
          The method definition which defines tha method and argument values to be invoked on the controller
 

Constructors in org.codehaus.waffle.controller with parameters of type MethodDefinition
ControllerDefinition(java.lang.String name, java.lang.Object controller, MethodDefinition methodDefinition)
           
 

Uses of MethodDefinition in org.codehaus.waffle.monitor
 

Methods in org.codehaus.waffle.monitor with parameters of type MethodDefinition
 void ActionMonitor.actionMethodFound(MethodDefinition methodDefinition)
           
 void AbstractWritingMonitor.actionMethodFound(MethodDefinition methodDefinition)
           
 void ActionMonitor.defaultActionMethodCached(java.lang.Class<?> controllerType, MethodDefinition methodDefinition)
           
 void AbstractWritingMonitor.defaultActionMethodCached(java.lang.Class<?> controllerType, MethodDefinition methodDefinition)
           
 void ActionMonitor.defaultActionMethodFound(MethodDefinition methodDefinition)
           
 void AbstractWritingMonitor.defaultActionMethodFound(MethodDefinition methodDefinition)
           
 void ActionMonitor.pragmaticActionMethodFound(MethodDefinition methodDefinition)
           
 void AbstractWritingMonitor.pragmaticActionMethodFound(MethodDefinition methodDefinition)
           
 



Copyright © 2008. All Rights Reserved.