| Package | Description |
|---|---|
| com.revolsys.ui.web.config |
| Modifier and Type | Class and Description |
|---|---|
class |
PageController |
| Modifier and Type | Method and Description |
|---|---|
SiteNodeController |
SiteNode.getController()
Get the controller for this node.
|
SiteNodeController |
SiteNode.getController(String path)
Get the controller for the node specified by the path (see
SiteNode.findSiteNode(String) for a description how the path is processed. |
SiteNodeController |
Site.getController(String path)
Get the site node controller for the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SiteNode.setController(SiteNodeController controller)
Set the controller for this node.
|
void |
SiteNode.setController(String path,
SiteNodeController controller)
Set the controller for the node specified by the path name.
|
| Constructor and Description |
|---|
SiteNode(SiteNodeController controller)
Construct a new SiteNode for the controller.
|
Copyright © 2015 Revolution Systems Inc.. All rights reserved.