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