Package | Description |
---|---|
org.nuxeo.ecm.webengine.session |
Modifier and Type | Class and Description |
---|---|
class |
ComponentMap<T extends Component> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponent |
Modifier and Type | Method and Description |
---|---|
<T extends Component> |
UserSession.findComponent(Class<T> type,
String name)
Finds an existing component.
|
<T extends Component> |
UserSession.getComponent(Class<T> type) |
<T extends Component> |
UserSession.getComponent(Class<T> type,
String name)
Gets a component given its class and an optional name.
|
<T extends Component> |
UserSession.getComponent(String id)
Gets component by ID.
|
<T extends Component> |
UserSession.getComponent(String typeName,
String name) |
Constructor and Description |
---|
InvalidStateException(Component comp,
String transition) |
Copyright © 2015 Nuxeo SA. All rights reserved.