java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.semanticcms.core.taglib.NavigationTreeTag
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doTag()
Creates the nested <ul> and <li> tags used by TreeView.void
setIncludeElements
(boolean includeElements) void
setLinksToBook
(ValueExpression linksToBook) void
setLinksToPage
(ValueExpression linksToPage) void
setMaxDepth
(int maxDepth) void
setRoot
(ValueExpression root) void
setSkipRoot
(boolean skipRoot) void
void
setThisBook
(ValueExpression thisBook) void
setThisPage
(ValueExpression thisPage) void
setYuiConfig
(boolean yuiConfig) Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
NavigationTreeTag
public NavigationTreeTag()
-
-
Method Details
-
setRoot
-
setSkipRoot
public void setSkipRoot(boolean skipRoot) -
setYuiConfig
public void setYuiConfig(boolean yuiConfig) -
setIncludeElements
public void setIncludeElements(boolean includeElements) -
setTarget
-
setThisBook
-
setThisPage
-
setLinksToBook
-
setLinksToPage
-
setMaxDepth
public void setMaxDepth(int maxDepth) -
doTag
Creates the nested <ul> and <li> tags used by TreeView. The first level is expanded. http://developer.yahoo.com/yui/treeview/#start- Specified by:
doTag
in interfaceSimpleTag
- Overrides:
doTag
in classSimpleTagSupport
- Throws:
JspException
IOException
-