public class Context extends Object
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(ContextKey name) |
boolean |
has(ContextKey name) |
<T> Context |
set(ContextKey key,
T value) |
String |
toString() |
public <T> Context set(ContextKey key, T value)
public <T> T get(ContextKey name)
public boolean has(ContextKey name)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.