Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.virtualnavigation.action
Class MultiNavTreeManager

java.lang.Object
  extended by org.nuxeo.ecm.virtualnavigation.action.MultiNavTreeManager
All Implemented Interfaces:
java.io.Serializable

@Name(value="multiNavTreeManager")
@Scope(value=CONVERSATION)
@Install(precedence=10)
public class MultiNavTreeManager
extends java.lang.Object
implements java.io.Serializable

Seam component to handle MultiTree navigation

See Also:
Serialized Form

Field Summary
static java.lang.String STD_NAV_TREE
           
static java.lang.String STD_NAV_TREE_LABEL
           
 
Constructor Summary
MultiNavTreeManager()
           
 
Method Summary
 java.util.List<NavTreeDescriptor> getAvailableNavigationTrees()
           
 java.lang.String getSelectedNavigationTree()
           
 NavTreeDescriptor getSelectedNavigationTreeDescriptor()
           
 java.lang.String getVirtualNavPath()
           
 void setSelectedNavigationTree(java.lang.String selectedNavigationTree)
           
 void setThePath(java.lang.String myPath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STD_NAV_TREE

public static final java.lang.String STD_NAV_TREE
See Also:
Constant Field Values

STD_NAV_TREE_LABEL

public static final java.lang.String STD_NAV_TREE_LABEL
See Also:
Constant Field Values
Constructor Detail

MultiNavTreeManager

public MultiNavTreeManager()
Method Detail

getAvailableNavigationTrees

public java.util.List<NavTreeDescriptor> getAvailableNavigationTrees()

getSelectedNavigationTree

@Factory(value="selectedNavigationTree",
         scope=EVENT)
public java.lang.String getSelectedNavigationTree()

getSelectedNavigationTreeDescriptor

@Factory(value="selectedNavigationTreeDescriptor",
         scope=EVENT)
public NavTreeDescriptor getSelectedNavigationTreeDescriptor()

setSelectedNavigationTree

public void setSelectedNavigationTree(java.lang.String selectedNavigationTree)

setThePath

@Observer(value="PATH_PROCESSED",
          create=false)
@BypassInterceptors
public void setThePath(java.lang.String myPath)

getVirtualNavPath

public java.lang.String getVirtualNavPath()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.