public class ComponentMap<T extends Component> extends HashMap<String,T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ComponentMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(UserSession session) |
T |
getComponent() |
void |
setComponent(T comp) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic T getComponent()
public void setComponent(T comp)
public void destroy(UserSession session) throws SessionException
SessionExceptionCopyright © 2014 Nuxeo SA. All rights reserved.