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
          Custom implementation of this interface will be able to act in response to the values returned from an ActionMethod.
ArgumentResolver
          Implementation of this interface are responsible for resolving an action methods argument value by name.
MethodDefinitionFinder
          Finds method definitions in the controller using the parameters specified in the request
MethodNameResolver
          Implementation of this interface will be able to determine the action method name that is to be invoked.
 

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
          Custom implementation of this interface will be able to act in response to the values returned from an ActionMethod.
ArgumentResolver
          Implementation of this interface are responsible for resolving an action methods argument value by name.
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
          Implementation of this interface will be able to determine the action method name that is to be invoked.
MissingActionMethodException
          Thrown when missing methods are identified.
RequestParameterMethodNameResolverConfig
           
 

Classes in org.codehaus.waffle.action used by org.codehaus.waffle.bind.ognl
ArgumentResolver
          Implementation of this interface are responsible for resolving an action methods argument value by name.
 

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
          Custom implementation of this interface will be able to act in response to the values returned from an ActionMethod.
ArgumentResolver
          Implementation of this interface are responsible for resolving an action methods argument value by name.
MethodDefinitionFinder
          Finds method definitions in the controller using the parameters specified in the request
MethodNameResolver
          Implementation of this interface will be able to determine the action method name that is to be invoked.
 

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
          Implementation of this interface will be able to determine the action method name that is to be invoked.
 

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
          Custom implementation of this interface will be able to act in response to the values returned from an ActionMethod.
 



Copyright © 2008. All Rights Reserved.