|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@DataNode public interface ParametersDataObject
The ParameterDataObject class is a container for all request based information. This mainly includes parameters, but also headers and attributes.
| Method Summary | |
|---|---|
String |
getUniqueId()
The UniqueId is used to trace one request from it's origin (apace or tomcat) down through each command and into the indexes. |
StringDataObject |
getValue(String key)
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key. |
Map<String,StringDataObject> |
getValues()
Access to whole map is through a Collections.unmodifiable(map) copy. |
void |
setValue(String key,
StringDataObject value)
Associates the specified value with the specified key in this map (optional operation). |
| Method Detail |
|---|
Map<String,StringDataObject> getValues()
MapDataObject
getValues in interface MapDataObject<StringDataObject>StringDataObject getValue(String key)
MapDataObject
getValue in interface MapDataObject<StringDataObject>key -
@AccessAllow(value={})
void setValue(String key,
StringDataObject value)
MapDataObject
setValue in interface MapDataObject<StringDataObject>key - value - String getUniqueId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||