@Name(value="multiNavTreeManager") @Scope(value=CONVERSATION) @Install(precedence=10) public class MultiNavTreeManager extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
STD_NAV_TREE |
Constructor and Description |
---|
MultiNavTreeManager() |
Modifier and Type | Method and Description |
---|---|
List<NavTreeDescriptor> |
getAvailableNavigationTrees() |
String |
getSelectedNavigationTree() |
NavTreeDescriptor |
getSelectedNavigationTreeDescriptor() |
String |
getVirtualNavPath() |
void |
setSelectedNavigationTree(String selectedNavigationTree) |
void |
setThePath(String myPath) |
public static final String STD_NAV_TREE
public List<NavTreeDescriptor> getAvailableNavigationTrees()
@Factory(value="selectedNavigationTree", scope=EVENT) public String getSelectedNavigationTree()
@Factory(value="selectedNavigationTreeDescriptor", scope=EVENT) public NavTreeDescriptor getSelectedNavigationTreeDescriptor()
public void setSelectedNavigationTree(String selectedNavigationTree)
@Observer(value="PATH_PROCESSED", create=false) @BypassInterceptors public void setThePath(String myPath)
public String getVirtualNavPath()
Copyright © 2014 Nuxeo SA. All rights reserved.