|
||||||||||
| 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.Render |
createResponse(ControllerMethod method)
|
Response.Render |
createResponse(ControllerMethod method,
Object arg)
|
Response.Render |
createResponse(ControllerMethod method,
Object[] args)
|
Phase |
getPhase()
|
boolean |
isSent()
|
Response.Redirect |
redirect(String location)
|
| Methods inherited from class org.juzu.request.RequestContext |
|---|
getClassLoader, getMethod, getParameters |
| 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 RequestContextpublic Response.Redirect redirect(String location)
public boolean isSent()
public Response.Render createResponse(ControllerMethod method)
throws IllegalStateException
IllegalStateException
public Response.Render createResponse(ControllerMethod method,
Object arg)
throws IllegalStateException
IllegalStateException
public Response.Render createResponse(ControllerMethod method,
Object[] args)
throws IllegalStateException
IllegalStateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||