public interface ScopedEnvironment
Scope
.Environment
Modifier and Type | Method and Description |
---|---|
<T> T |
getAttribute(String name) |
String |
getAttributeAsString(String name) |
ConcurrentMap<String,Object> |
getContainer()
Returns the underlying
ConcurrentMap which is used to store the attributes. |
Set<String> |
keySet() |
<T> T |
removeAttribute(String name) |
void |
setAttribute(String name,
Object value) |
<T> T getAttribute(String name)
Environment.getAttribute(Scope, String)
<T> T removeAttribute(String name)
ConcurrentMap<String,Object> getContainer()
ConcurrentMap
which is used to store the attributes.ConcurrentMap
Set<String> keySet()
Environment.keySet(Scope)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.