play.server
Class ServletWrapper.ServletInvocation
java.lang.Object
play.Invoker.Invocation
play.Invoker.DirectInvocation
play.server.ServletWrapper.ServletInvocation
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ServletWrapper
public class ServletWrapper.ServletInvocation
- extends Invoker.DirectInvocation
|
Method Summary |
void |
execute()
Override this method |
void |
run()
It's time to execute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletWrapper.ServletInvocation
public ServletWrapper.ServletInvocation(Http.Request request,
Http.Response response,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
run
public void run()
- Description copied from class:
Invoker.Invocation
- It's time to execute.
- Specified by:
run in interface Runnable- Overrides:
run in class Invoker.Invocation
execute
public void execute()
throws Exception
- Description copied from class:
Invoker.Invocation
- Override this method
- Specified by:
execute in class Invoker.Invocation
- Throws:
Exception
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly