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).
 
Method Summary
 InputData getInputData()
          Returns the current InputData.
 
Methods inherited from interface org.araneaframework.Extendable
extend
 
Methods inherited from interface org.araneaframework.Narrowable
narrow
 

Field Detail

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
Method Detail

getInputData

public InputData getInputData()
Returns the current InputData.