Uses of Package
org.codehaus.waffle.action

Packages that use org.codehaus.waffle.action
org.codehaus.waffle   
org.codehaus.waffle.action   
org.codehaus.waffle.bind.ognl   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.controller   
org.codehaus.waffle.monitor   
org.codehaus.waffle.servlet   
 

Classes in org.codehaus.waffle.action used by org.codehaus.waffle
ActionMethodExecutor
          Responsible for executing (aka firing) the Action method on a controller object.
ActionMethodResponseHandler
           
ArgumentResolver
           
MethodDefinitionFinder
          Finds method definitions in the controller using the parameters specified in the request
MethodNameResolver
           
 

Classes in org.codehaus.waffle.action used by org.codehaus.waffle.action
AbstractMethodDefinitionFinder
          Abstract base implementation for all method definition finders
AbstractOgnlMethodDefinitionFinder
          Abstract method definition finder that uses Ognl to find methods
ActionMethodExecutor
          Responsible for executing (aka firing) the Action method on a controller object.
ActionMethodInvocationException
          Thrown when Waffle is unable to invoke the Action method.
ActionMethodResponse
          A holder object which represents the return value from the action method fired
ActionMethodResponseHandler
           
ArgumentResolver
           
HierarchicalArgumentResolver.Scope
           
MatchingActionMethodException
          Thrown when matching methods are hard to identify for invocation.
MethodDefinition
          Holder for the method and values to be executed.
MethodDefinitionFinder
          Finds method definitions in the controller using the parameters specified in the request
MethodNameResolver
           
MissingActionMethodException
          Thrown when missing methods are identified.
RequestParameterMethodNameResolverConfig
           
 

Classes in org.codehaus.waffle.action used by org.codehaus.waffle.bind.ognl
ArgumentResolver
           
 

Classes in org.codehaus.waffle.action used by org.codehaus.waffle.context.pico
ActionMethodExecutor
          Responsible for executing (aka firing) the Action method on a controller object.
ActionMethodResponseHandler
           
ArgumentResolver
           
MethodDefinitionFinder
          Finds method definitions in the controller using the parameters specified in the request
MethodNameResolver
           
 

Classes in org.codehaus.waffle.action used by org.codehaus.waffle.controller
MethodDefinition
          Holder for the method and values to be executed.
MethodDefinitionFinder
          Finds method definitions in the controller using the parameters specified in the request
MethodNameResolver
           
 

Classes in org.codehaus.waffle.action used by org.codehaus.waffle.monitor
ActionMethodResponse
          A holder object which represents the return value from the action method fired
HierarchicalArgumentResolver.Scope
           
MethodDefinition
          Holder for the method and values to be executed.
 

Classes in org.codehaus.waffle.action used by org.codehaus.waffle.servlet
ActionMethodExecutor
          Responsible for executing (aka firing) the Action method on a controller object.
ActionMethodResponseHandler
           
 



Copyright © 2008. All Rights Reserved.