public class CachedBoundActionMethodArgs
extends java.lang.Object
Constructor and Description |
---|
CachedBoundActionMethodArgs() |
Modifier and Type | Method and 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) |
public static void init()
public static void clear()
public static CachedBoundActionMethodArgs current()
public void storeActionMethodArgs(java.lang.reflect.Method method, java.lang.Object[] rArgs)
public java.lang.Object[] retrieveActionMethodArgs(java.lang.reflect.Method method)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly