info.bliki.wiki.model
Interface ITableOfContent

All Known Implementing Classes:
TableOfContentTag

public interface ITableOfContent

Interface which must be implemented by the tag which renders the "table of content"

See Also:
TableOfContentTag

Method Summary
 java.util.List<SectionHeader> getSectionHeaders()
          Get a list of the section headers (i.e.
 void setShowToC(boolean showToC)
          Enable or disable the rendering of the "table of content"
 

Method Detail

setShowToC

void setShowToC(boolean showToC)
Enable or disable the rendering of the "table of content"

Parameters:
showToC - if true render the "table of content"

getSectionHeaders

java.util.List<SectionHeader> getSectionHeaders()
Get a list of the section headers (i.e. "==...==", "===...===", "====...====",...) used in this "table of content"

Returns:
a list with the section headers.


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.