public class ServletWrapper.ServletInvocation extends Invoker.DirectInvocation
invocationType| Constructor and Description |
|---|
ServletInvocation(Http.Request request,
Http.Response response,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.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, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
public boolean init()
Invoker.Invocationinit in class Invoker.DirectInvocationpublic void run()
Invoker.Invocationrun in interface java.lang.Runnablerun in class Invoker.Invocationpublic void execute()
throws java.lang.Exception
Invoker.Invocationexecute in class Invoker.Invocationjava.lang.Exception - Thrown if Invocation encounters any problemspublic Invoker.InvocationContext getInvocationContext()
getInvocationContext in class Invoker.DirectInvocationGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly