org.araneaframework
Interface OutputData
- All Superinterfaces:
- Extendable, Narrowable
- All Known Subinterfaces:
- HttpOutputData
- All Known Implementing Classes:
- StandardServletOutputData
- public interface OutputData
- extends Extendable, Narrowable
Provides access to InputData.
- Author:
- "Toomas Römer" , Jevgeni Kabanov (ekabanov at araneaframework dot org)
- See Also:
HttpOutputData
|
Field Summary |
static String |
OUTPUT_DATA_KEY
The key that can be used to retrieve OutputData (as an example a request scope attribute). |
OUTPUT_DATA_KEY
public static final String OUTPUT_DATA_KEY
- The key that can be used to retrieve OutputData (as an example a request scope attribute).
- See Also:
- Constant Field Values
getInputData
public InputData getInputData()
- Returns the current InputData.