public class ActionContext extends RequestContext
Constructor and Description |
---|
ActionContext(juzu.impl.request.Request request,
juzu.impl.request.Method method,
juzu.impl.bridge.spi.ActionBridge bridge) |
Modifier and Type | Method and Description |
---|---|
Response.View |
createResponse(juzu.impl.request.Method<Phase.View> target) |
Response.View |
createResponse(juzu.impl.request.Method<Phase.View> target,
Object arg) |
Response.View |
createResponse(juzu.impl.request.Method<Phase.View> target,
Object[] args) |
ClientContext |
getClientContext() |
Phase.Action |
getPhase() |
createActionDispatch, createActionDispatch, createActionDispatch, createDispatch, createResourceDispatch, createResourceDispatch, createResourceDispatch, createViewDispatch, createViewDispatch, createViewDispatch, getApplicationContext, getHttpContext, getMethod, getParameters, getProperty, getResponse, getSecurityContext, getUserContext, setResponse
public ActionContext(juzu.impl.request.Request request, juzu.impl.request.Method method, juzu.impl.bridge.spi.ActionBridge bridge)
public ClientContext getClientContext()
public Phase.Action getPhase()
getPhase
in class RequestContext
public Response.View createResponse(juzu.impl.request.Method<Phase.View> target) throws IllegalStateException
IllegalStateException
public Response.View createResponse(juzu.impl.request.Method<Phase.View> target, Object arg) throws IllegalStateException
IllegalStateException
public Response.View createResponse(juzu.impl.request.Method<Phase.View> target, Object[] args) throws IllegalStateException
IllegalStateException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.