Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.session
Class ComponentMap<T extends Component>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,T>
          extended by org.nuxeo.ecm.webengine.session.ComponentMap<T>
All Implemented Interfaces:
Serializable, Cloneable, Map<String,T>

public class ComponentMap<T extends Component>
extends HashMap<String,T>

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ComponentMap()
           
 
Method Summary
 void destroy(UserSession session)
           
 T getComponent()
           
 void setComponent(T comp)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ComponentMap

public ComponentMap()
Method Detail

getComponent

public T getComponent()

setComponent

public void setComponent(T comp)

destroy

public void destroy(UserSession session)
             throws SessionException
Throws:
SessionException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.