◆ getResponseHeaderDictionary()
HashMap<String, String> fiftyone.pipeline.engines.fiftyone.data.SetHeadersData.getResponseHeaderDictionary | ( | ) |
[constructor]
Get the response headers to be set.
- Returns
- table of response headers
\r\n
[class] [constructor]
Data containing the result of SetHeadersElement.
SetHeadersData (Logger logger, FlowData flowData) | |
SetHeadersData (Logger logger, FlowData flowData, Map< String, Object > data) | |
HashMap< String, String > | getResponseHeaderDictionary ()
[constructor] More...
|
void | setResponseHeaderDictionary (HashMap< String, String > responseHeaders) |
Public Member Functions inherited from fiftyone.pipeline.core.data.ElementDataBase | |
ElementDataBase (Logger logger, FlowData flowData) | |
ElementDataBase (Logger logger, FlowData flowData, Map< String, Object > data) | |
Pipeline | getPipeline () |
void | setPipeline (Pipeline pipeline) |
Public Member Functions inherited from fiftyone.pipeline.core.data.DataBase | |
DataBase (Logger logger) | |
DataBase (Logger logger, Map< String, Object > data) | |
Object | get (String key)
Get the value stored using the specified key. More...
|
void | put (String key, Object value)
Set the value stored using the specified key. More...
|
Map< String, Object > | asKeyMap () |
void | populateFromMap (Map< String, Object > values)
Use the values in the specified map to populate this data instance. More...
|
static final String | RESPONSE_HEADER_PROPERTY_NAME |
HashMap<String, String> fiftyone.pipeline.engines.fiftyone.data.SetHeadersData.getResponseHeaderDictionary | ( | ) |
[constructor]
Get the response headers to be set.
final String fiftyone.pipeline.engines.fiftyone.data.SetHeadersData.RESPONSE_HEADER_PROPERTY_NAME |