Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.webengine.session.Component

Packages that use Component
org.nuxeo.ecm.webengine.session   
 

Uses of Component in org.nuxeo.ecm.webengine.session
 

Classes in org.nuxeo.ecm.webengine.session with type parameters of type Component
 class ComponentMap<T extends Component>
           
 

Classes in org.nuxeo.ecm.webengine.session that implement Component
 class AbstractComponent
           
 

Methods in org.nuxeo.ecm.webengine.session with type parameters of type Component
<T extends Component>
T
UserSession.findComponent(Class<T> type, String name)
          Finds an existing component.
<T extends Component>
T
UserSession.getComponent(Class<T> type)
           
<T extends Component>
T
UserSession.getComponent(Class<T> type, String name)
          Gets a component given its class and an optional name.
<T extends Component>
T
UserSession.getComponent(String id)
          Gets component by ID.
<T extends Component>
T
UserSession.getComponent(String typeName, String name)
           
 

Constructors in org.nuxeo.ecm.webengine.session with parameters of type Component
InvalidStateException(Component comp, String transition)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.