play.server
类 ServletWrapper.ServletInvocation

java.lang.Object
  继承者 play.Invoker.Invocation
      继承者 play.Invoker.DirectInvocation
          继承者 play.server.ServletWrapper.ServletInvocation
所有已实现的接口:
java.lang.Runnable
包容类:
ServletWrapper

public class ServletWrapper.ServletInvocation
extends Invoker.DirectInvocation


字段摘要
 
从类 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
 

构造方法详细信息

ServletWrapper.ServletInvocation

public ServletWrapper.ServletInvocation(Http.Request request,
                                        Http.Response response,
                                        HttpServletRequest httpServletRequest,
                                        HttpServletResponse httpServletResponse)
方法详细信息

init

public boolean init()
从类 Invoker.Invocation 复制的描述
Init the call (especially usefull in DEV mode to detect changes)

覆盖:
Invoker.DirectInvocation 中的 init

run

public void run()
从类 Invoker.Invocation 复制的描述
It's time to execute.

指定者:
接口 java.lang.Runnable 中的 run
覆盖:
Invoker.Invocation 中的 run

execute

public void execute()
             throws java.lang.Exception
从类 Invoker.Invocation 复制的描述
Override this method

指定者:
Invoker.Invocation 中的 execute
抛出:
java.lang.Exception

getInvocationContext

public Invoker.InvocationContext getInvocationContext()
覆盖:
Invoker.DirectInvocation 中的 getInvocationContext


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly