|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.juzu.request.RequestContext
org.juzu.request.ActionContext
public class ActionContext
| Constructor Summary | |
|---|---|
ActionContext(ControllerMethod method,
ClassLoader classLoader,
org.juzu.impl.spi.request.ActionBridge bridge)
|
|
| Method Summary | |
|---|---|
Response.Action.Render |
createResponse(ControllerMethod method)
|
Response.Action.Render |
createResponse(ControllerMethod method,
Object arg)
|
Response.Action.Render |
createResponse(ControllerMethod method,
Object[] args)
|
Phase |
getPhase()
|
void |
setResponse(Response.Action response)
|
| Methods inherited from class org.juzu.request.RequestContext |
|---|
getClassLoader, getHttpContext, getMethod, getParameters, getSecurityContext |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionContext(ControllerMethod method,
ClassLoader classLoader,
org.juzu.impl.spi.request.ActionBridge bridge)
| Method Detail |
|---|
public Phase getPhase()
getPhase in class RequestContext
public Response.Action.Render createResponse(ControllerMethod method)
throws IllegalStateException
IllegalStateException
public Response.Action.Render createResponse(ControllerMethod method,
Object arg)
throws IllegalStateException
IllegalStateException
public Response.Action.Render createResponse(ControllerMethod method,
Object[] args)
throws IllegalStateException
IllegalStateException
public void setResponse(Response.Action response)
throws IOException,
IllegalStateException
IOException
IllegalStateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||