java.io.Serializable@ApplicationScoped
@Named
public class NavigationTree
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
NavigationTree() |
todo: Seems not working with Java EE 6, needs Java EE 7?
|
| Modifier and Type | Method | Description |
|---|---|---|
NavigationNode |
findByViewId(java.lang.String viewId) |
|
java.lang.String |
getSource() |
|
NavigationNode |
getTree() |
|
void |
gotoNode(NavigationNode node) |
|
protected java.util.List<java.lang.String> |
locateResourcesInWar(javax.servlet.ServletContext servletContext,
java.lang.String directory,
java.util.List<java.lang.String> result) |
|
protected void |
postConstruct() |
public NavigationTree()
@PostConstruct protected void postConstruct()
protected java.util.List<java.lang.String> locateResourcesInWar(javax.servlet.ServletContext servletContext,
java.lang.String directory,
java.util.List<java.lang.String> result)
public NavigationNode findByViewId(java.lang.String viewId)
public NavigationNode getTree()
public void gotoNode(NavigationNode node)
public java.lang.String getSource()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.