A
- an aspectpublic interface ContextMap<A extends Aspect> extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(String aspectName)
Test whether the context map includes an aspect with the specified name.
|
Object |
get(ContextPropertyName propertyName)
Get context map value from context property name.
|
A |
get(String aspectName)
Get aspect with the specified name, returning null if aspect does not exist.
|
boolean |
isEmpty()
Is the context map empty?
|
Set<String> |
keySet()
Get aspect names included in this context map.
|
int |
size()
Get the number of aspects in this context map.
|
int size()
A get(String aspectName)
aspectName
- aspect nameboolean isEmpty()
boolean containsKey(String aspectName)
aspectName
- aspect nameObject get(ContextPropertyName propertyName)
propertyName
- property nameCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries