play.mvc
类 ActionInvoker

java.lang.Object
  继承者 play.mvc.ActionInvoker

public class ActionInvoker
extends java.lang.Object

Invoke an action after an HTTP request.


字段摘要
static java.lang.String CONTINUATIONS_STORE_VALIDATIONS
           
 
构造方法摘要
ActionInvoker()
           
 
方法摘要
static java.lang.Object[] getActionMethod(java.lang.String fullAction)
           
static java.lang.Object[] getActionMethodArgs(java.lang.reflect.Method method, java.lang.Object o)
           
static void inferResult(java.lang.Object o)
           
static void invoke(Http.Request request, Http.Response response)
           
static java.lang.Object invokeControllerMethod(java.lang.reflect.Method method)
           
static java.lang.Object invokeControllerMethod(java.lang.reflect.Method method, java.lang.Object[] forceArgs)
           
static void resolve(Http.Request request, Http.Response response)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

CONTINUATIONS_STORE_VALIDATIONS

public static final java.lang.String CONTINUATIONS_STORE_VALIDATIONS
另请参见:
常量字段值
构造方法详细信息

ActionInvoker

public ActionInvoker()
方法详细信息

resolve

public static void resolve(Http.Request request,
                           Http.Response response)

invoke

public static void invoke(Http.Request request,
                          Http.Response response)

inferResult

public static void inferResult(java.lang.Object o)

invokeControllerMethod

public static java.lang.Object invokeControllerMethod(java.lang.reflect.Method method)
                                               throws java.lang.Exception
抛出:
java.lang.Exception

invokeControllerMethod

public static java.lang.Object invokeControllerMethod(java.lang.reflect.Method method,
                                                      java.lang.Object[] forceArgs)
                                               throws java.lang.Exception
抛出:
java.lang.Exception

getActionMethod

public static java.lang.Object[] getActionMethod(java.lang.String fullAction)

getActionMethodArgs

public static java.lang.Object[] getActionMethodArgs(java.lang.reflect.Method method,
                                                     java.lang.Object o)
                                              throws java.lang.Exception
抛出:
java.lang.Exception


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