play.data.binding
类 CachedBoundActionMethodArgs

java.lang.Object
  继承者 play.data.binding.CachedBoundActionMethodArgs

public class CachedBoundActionMethodArgs
extends java.lang.Object


构造方法摘要
CachedBoundActionMethodArgs()
           
 
方法摘要
static void clear()
           
static CachedBoundActionMethodArgs current()
           
static void init()
           
 java.lang.Object[] retrieveActionMethodArgs(java.lang.reflect.Method method)
           
 void storeActionMethodArgs(java.lang.reflect.Method method, java.lang.Object[] rArgs)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CachedBoundActionMethodArgs

public CachedBoundActionMethodArgs()
方法详细信息

init

public static void init()

clear

public static void clear()

current

public static CachedBoundActionMethodArgs current()

storeActionMethodArgs

public void storeActionMethodArgs(java.lang.reflect.Method method,
                                  java.lang.Object[] rArgs)

retrieveActionMethodArgs

public java.lang.Object[] retrieveActionMethodArgs(java.lang.reflect.Method method)


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