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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public ComponentMap()
public T getComponent()
public void setComponent(T comp)
public void destroy(UserSession session) throws SessionException
SessionException
Copyright © 2017 Nuxeo. All rights reserved.