|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectplay.Invoker.Invocation
play.Invoker.DirectInvocation
play.server.ServletWrapper.ServletInvocation
public class ServletWrapper.ServletInvocation
字段摘要 |
---|
从类 play.Invoker.DirectInvocation 继承的字段 |
---|
invocationType |
构造方法摘要 | |
---|---|
ServletWrapper.ServletInvocation(Http.Request request,
Http.Response response,
HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
|
方法摘要 | |
---|---|
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. |
从类 play.Invoker.DirectInvocation 继承的方法 |
---|
suspend |
从类 play.Invoker.Invocation 继承的方法 |
---|
_finally, after, before, onException, onSuccess, preInit |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public ServletWrapper.ServletInvocation(Http.Request request, Http.Response response, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
方法详细信息 |
---|
public boolean init()
Invoker.Invocation
复制的描述
Invoker.DirectInvocation
中的 init
public void run()
Invoker.Invocation
复制的描述
java.lang.Runnable
中的 run
Invoker.Invocation
中的 run
public void execute() throws java.lang.Exception
Invoker.Invocation
复制的描述
Invoker.Invocation
中的 execute
java.lang.Exception
public Invoker.InvocationContext getInvocationContext()
Invoker.DirectInvocation
中的 getInvocationContext
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |