| |
|
| org.apache.lenya.cms.site.SiteNode
All known Subclasses: org.apache.lenya.cms.site.AbstractSiteNode,
SiteNode | public interface SiteNode (Code) | | A node in the site structure.
|
delete | void delete()(Code) | | Deletes this node.
|
getLanguages | String[] getLanguages()(Code) | | The languages of this node. |
getName | String getName()(Code) | | The name, i.e. the last path element. |
hasLink | boolean hasLink(String language)(Code) | | Checks if a link for a certain language is contained.
Parameters: language - The language. A boolean value. |
hasLink | boolean hasLink()(Code) | | if the node has an external link. |
isTopLevel | boolean isTopLevel()(Code) | | If this is a top level node. Top level nodes have no parents. |
isVisible | boolean isVisible()(Code) | | if the node is visible in the navigation. |
setVisible | void setVisible(boolean visibleInNav)(Code) | | Sets the node visibility in the navigation.
Parameters: visibleInNav - if the node should be visible. |
|
|
|