public class Context extends Object
Context class.
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTRACTOR
Constant
EXTRACTOR="extractor" |
static String |
KEYS
Constant
KEYS="keys" |
static String |
TITLES
Constant
TITLES="titles" |
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key)
get.
|
<T> T |
get(String key,
Class<T> clazz)
get.
|
Map<String,Object> |
getDatas()
Getter for the field
datas. |
void |
put(String key,
Object obj)
put.
|
void |
setDatas(Map<String,Object> datas)
Setter for the field
datas. |
public static final String KEYS
KEYS="keys"public static final String TITLES
TITLES="titles"public static final String EXTRACTOR
EXTRACTOR="extractor"Copyright © 2005–2018 The Beangle Software. All rights reserved.