|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplay.Invoker.Invocation
play.Invoker.DirectInvocation
play.server.ServletWrapper.ServletInvocation
public class ServletWrapper.ServletInvocation
Field Summary |
---|
Fields inherited from class play.Invoker.DirectInvocation |
---|
invocationType |
Constructor Summary | |
---|---|
ServletWrapper.ServletInvocation(Http.Request request,
Http.Response response,
HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
|
Method Summary | |
---|---|
void |
execute()
Override this method |
Invoker.InvocationContext |
getInvocationContext()
|
boolean |
init()
Init the call (especially usefull in DEV mode to detect changes) |
void |
run()
It's time to execute. |
Methods inherited from class play.Invoker.DirectInvocation |
---|
suspend |
Methods inherited from class play.Invoker.Invocation |
---|
_finally, after, before, onException, onSuccess, preInit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServletWrapper.ServletInvocation(Http.Request request, Http.Response response, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
Method Detail |
---|
public boolean init()
Invoker.Invocation
init
in class Invoker.DirectInvocation
public void run()
Invoker.Invocation
run
in interface java.lang.Runnable
run
in class Invoker.Invocation
public void execute() throws java.lang.Exception
Invoker.Invocation
execute
in class Invoker.Invocation
java.lang.Exception
public Invoker.InvocationContext getInvocationContext()
getInvocationContext
in class Invoker.DirectInvocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |