public class ServletWrapper.ServletInvocation extends Invoker.DirectInvocation
invocationType| Constructor and Description |
|---|
ServletInvocation(Http.Request request,
Http.Response response,
HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Override this method
|
Invoker.InvocationContext |
getInvocationContext() |
boolean |
init()
Init the call (especially useful in DEV mode to detect changes)
|
void |
run()
It's time to execute.
|
suspend_finally, after, before, onException, onSuccess, preInitpublic ServletInvocation(Http.Request request, Http.Response response, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
public boolean init()
Invoker.Invocationinit in class Invoker.DirectInvocationpublic void run()
Invoker.Invocationrun in interface Runnablerun in class Invoker.Invocationpublic void execute()
throws Exception
Invoker.Invocationexecute in class Invoker.InvocationExceptionpublic Invoker.InvocationContext getInvocationContext()
getInvocationContext in class Invoker.DirectInvocationGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly