public interface Context
| Modifier and Type | Method and Description | 
|---|---|
Object | 
get(String identifier)
Return the value associated with the given identifier in this context 
 | 
String | 
getName()
The unique name of this context 
 | 
boolean | 
has(String identifier)
Return true if the given identifier has an associated value in this context 
 | 
void | 
remove(String identifier)
Remove the value associated with the given identifier in this context 
 | 
void | 
set(String identifier,
   Object value)
Set a value on this context with this given identifier 
 | 
String getName()
Object get(String identifier)
void set(String identifier, Object value)
void remove(String identifier)
boolean has(String identifier)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.