| Package | Description |
|---|---|
| com.revolsys.ui.web.config |
| Modifier and Type | Method and Description |
|---|---|
SiteNode |
SiteNode.findSiteNode(String path)
Find the site node matching the path.
|
SiteNode |
SiteNodeController.getNode() |
SiteNode |
PageController.getNode() |
SiteNode |
SiteNode.getNode(String name)
Get the child site node with the specified name.
|
SiteNode |
SiteNode.getParent() |
SiteNode |
Site.getRootNode() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SiteNode.addNode(SiteNode node)
Add the node as a child of this node.
|
protected void |
SiteNode.mergeNode(SiteNode node)
Merge the values of the specified node with this node.
|
void |
SiteNodeController.setNode(SiteNode node) |
void |
PageController.setNode(SiteNode node) |
void |
SiteNode.setNode(String path,
SiteNode node)
Set the node for the specified path.
|
void |
SiteNode.setParent(SiteNode parent) |
void |
Site.setRootNode(SiteNode rootNode) |
| Constructor and Description |
|---|
SiteNode(SiteNode node)
Construct a deep copy of the node.
|
Copyright © 2015 Revolution Systems Inc.. All rights reserved.