Modifier and Type | Field and Description |
---|---|
static ThreadLocal<Scope.RenderArgs> |
current |
Map<String,Object> |
data |
Constructor and Description |
---|
RenderArgs() |
Modifier and Type | Method and Description |
---|---|
static Scope.RenderArgs |
current() |
Object |
get(String key) |
<T> T |
get(String key,
Class<T> clazz) |
void |
put(String key,
Object arg) |
String |
toString() |
public static final ThreadLocal<Scope.RenderArgs> current
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly