|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to request parameters.
InputData has 2 types of getters
HttpInputData| Field Summary | |
static String |
INPUT_DATA_KEY
The key that can be used to retrieve InputData (as an example a request scope attribute). |
| Method Summary | |
Map |
getGlobalData()
Returns the global data of this object. |
OutputData |
getOutputData()
Returns the current OutputData. |
Map |
getScopedData(Path scope)
Returns the data with the Path prefix. |
| Methods inherited from interface org.araneaframework.Extendable |
extend |
| Methods inherited from interface org.araneaframework.Narrowable |
narrow |
| Field Detail |
public static final String INPUT_DATA_KEY
| Method Detail |
public Map getScopedData(Path scope)
scope - the Path prefix
public Map getGlobalData()
public OutputData getOutputData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||