| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone() |
SiteNodeController |
getController(String path)
Get the site node controller for the specified path.
|
String |
getName()
Get the nane of the site.
|
Collection |
getNodes() |
SiteNode |
getRootNode() |
void |
setName(String name)
Set the nane of the site.
|
void |
setNodes(Collection nodes) |
void |
setRootNode(SiteNode rootNode) |
public Site()
public Site(String name)
protected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic SiteNodeController getController(String path)
path - The pathpublic String getName()
public Collection getNodes()
public SiteNode getRootNode()
public void setName(String name)
name - The name of the site.public void setNodes(Collection nodes)
public void setRootNode(SiteNode rootNode)
rootNode - The rootNode to set.Copyright © 2015 Revolution Systems Inc.. All rights reserved.