public interface Context
Modifier and Type | Method and Description |
---|---|
<T> T |
getAttribute(Class<T> type) |
<T> T |
getAttribute(Class<T> type,
Class<?> typeIndexed) |
<T> T |
getAttribute(Class<T> type,
Enum<?> key) |
<T> T |
getAttribute(Class<T> type,
String param) |
Collection<String> |
getAttributeNames() |
boolean |
hasAttribute(String param) |
Object |
removeAttribute(Class<?> typeIndexed) |
Object |
removeAttribute(Enum<?> key) |
Object |
removeAttribute(String param) |
void |
setAttribute(Class<?> typeIndexed,
Object value) |
void |
setAttribute(Enum<?> key,
Object value) |
void |
setAttribute(String param,
Object value) |
<T> T getAttribute(Class<T> type)
boolean hasAttribute(String param)
Collection<String> getAttributeNames()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.