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, values
equals, hashCode, toString
public T getComponent()
public void setComponent(T comp)
public void destroy(UserSession session) throws SessionException
SessionException
Copyright © 2013 Nuxeo SA. All Rights Reserved.