Uses of Class
org.codehaus.waffle.controller.ControllerDefinition

Packages that use ControllerDefinition
org.codehaus.waffle.action   
org.codehaus.waffle.action.intercept   
org.codehaus.waffle.controller   
org.codehaus.waffle.servlet   
org.codehaus.waffle.validation   
 

Uses of ControllerDefinition in org.codehaus.waffle.action
 

Methods in org.codehaus.waffle.action with parameters of type ControllerDefinition
 void ActionMethodExecutor.execute(ActionMethodResponse actionMethodResponse, ControllerDefinition controllerDefinition)
           
 void InterceptingActionMethodExecutor.execute(ActionMethodResponse actionMethodResponse, ControllerDefinition controllerDefinition)
          If no 'action method' exists in the request parameter a View will be created with the Action's name.
 

Uses of ControllerDefinition in org.codehaus.waffle.action.intercept
 

Methods in org.codehaus.waffle.action.intercept with parameters of type ControllerDefinition
 java.lang.Object MethodInterceptor.intercept(ControllerDefinition controllerDefinition, java.lang.reflect.Method method, InterceptorChain chain, java.lang.Object... arguments)
           
 java.lang.Object SecurityMethodInterceptor.intercept(ControllerDefinition controllerDefinition, java.lang.reflect.Method method, InterceptorChain chain, java.lang.Object... arguments)
           
 java.lang.Object InterceptorChain.proceed(ControllerDefinition controllerDefinition, java.lang.reflect.Method method, java.lang.Object... args)
           
 java.lang.Object InterceptorChainImpl.proceed(ControllerDefinition controllerDefinition, java.lang.reflect.Method method, java.lang.Object... arguments)
           
 

Uses of ControllerDefinition in org.codehaus.waffle.controller
 

Methods in org.codehaus.waffle.controller that return ControllerDefinition
 ControllerDefinition ContextControllerDefinitionFactory.getControllerDefinition(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Retrieves the controller definition from the context container via the WaffleRequestFilter
 ControllerDefinition ControllerDefinitionFactory.getControllerDefinition(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse response)
          Implementors of this method should decipher the Servlet request passed in and provide the associated controller instance (pojo).
 

Uses of ControllerDefinition in org.codehaus.waffle.servlet
 

Methods in org.codehaus.waffle.servlet that return ControllerDefinition
protected  ControllerDefinition WaffleServlet.getControllerDefinition(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Obtain the controller the user is requesting.
 

Methods in org.codehaus.waffle.servlet with parameters of type ControllerDefinition
protected  void WaffleServlet.buildViewToReferrer(ControllerDefinition controllerDefinition, ActionMethodResponse actionMethodResponse)
          Build a view back to the referring page (use the Controller's name as the View name).
protected  void WaffleXMLServlet.buildViewToReferrer(ControllerDefinition controllerDefinition, ActionMethodResponse actionMethodResponse)
           
 

Uses of ControllerDefinition in org.codehaus.waffle.validation
 

Methods in org.codehaus.waffle.validation with parameters of type ControllerDefinition
 void DefaultValidator.validate(ControllerDefinition controllerDefinition, ErrorsContext errorsContext)
           
 void Validator.validate(ControllerDefinition controllerDefinition, ErrorsContext errorsContext)
           
 



Copyright © 2007 null. All Rights Reserved.