Package play.data.binding
Class CachedBoundActionMethodArgs
- java.lang.Object
-
- play.data.binding.CachedBoundActionMethodArgs
-
public class CachedBoundActionMethodArgs extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CachedBoundActionMethodArgs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
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)
-
-