Package net.sf.statcvs.pages
Interface NavigationNode
public interface NavigationNode
-
Method Summary
Modifier and TypeMethodDescriptiongetURL()
void
setParent
(NavigationNode parent) Sets the page's parent.void
setShowLinkToPreviousSibling
(boolean showLink) void
setSiblings
(String siblingsTitle, List siblingPages) Sets a list ofPage
s that are siblings of this page.void
write()
-
Method Details
-
setSiblings
Sets a list ofPage
s that are siblings of this page. The generated page will contain a navigation list that links to all siblings. The sibling list may contain the page itself.- Parameters:
siblingsTitle
- Title for navigation list, e.g. "Monthly Reports"sibling
- A list ofPage
s
-
setShowLinkToPreviousSibling
void setShowLinkToPreviousSibling(boolean showLink) -
getURL
String getURL() -
getShortTitle
String getShortTitle() -
getFullTitle
String getFullTitle() -
write
void write() -
asParentLink
String asParentLink()