juzu.request
Class ActionContext

java.lang.Object
  extended by juzu.request.RequestContext
      extended by juzu.request.ActionContext

public class ActionContext
extends RequestContext

Author:
Julien Viet

Nested Class Summary
 
Nested classes/interfaces inherited from class juzu.request.RequestContext
RequestContext.METHOD_ID
 
Field Summary
 
Fields inherited from class juzu.request.RequestContext
METHOD_ID
 
Constructor Summary
ActionContext(juzu.impl.request.Request request, juzu.impl.application.ApplicationContext application, juzu.impl.controller.descriptor.ControllerMethod method, juzu.impl.request.spi.ActionBridge bridge)
           
 
Method Summary
 Response.Update createResponse(juzu.impl.controller.descriptor.ControllerMethod method)
           
 Response.Update createResponse(juzu.impl.controller.descriptor.ControllerMethod method, Object arg)
           
 Response.Update createResponse(juzu.impl.controller.descriptor.ControllerMethod method, Object[] args)
           
 Phase getPhase()
           
 
Methods inherited from class juzu.request.RequestContext
getApplication, getHttpContext, getMethod, getParameters, getProperty, getSecurityContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionContext

public ActionContext(juzu.impl.request.Request request,
                     juzu.impl.application.ApplicationContext application,
                     juzu.impl.controller.descriptor.ControllerMethod method,
                     juzu.impl.request.spi.ActionBridge bridge)
Method Detail

getPhase

public Phase getPhase()
Specified by:
getPhase in class RequestContext

createResponse

public Response.Update createResponse(juzu.impl.controller.descriptor.ControllerMethod method)
                               throws IllegalStateException
Throws:
IllegalStateException

createResponse

public Response.Update createResponse(juzu.impl.controller.descriptor.ControllerMethod method,
                                      Object arg)
                               throws IllegalStateException
Throws:
IllegalStateException

createResponse

public Response.Update createResponse(juzu.impl.controller.descriptor.ControllerMethod method,
                                      Object[] args)
                               throws IllegalStateException
Throws:
IllegalStateException


Copyright © 2012 eXo Platform SAS. All Rights Reserved.