- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.semanticcms.core.taglib.NavigationTreeTag
-
public class NavigationTreeTag extends SimpleTagSupport
-
-
Constructor Summary
Constructors Constructor Description NavigationTreeTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
setTarget(String target)
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
-
-
-
-
Method Detail
-
setRoot
public void setRoot(ValueExpression root)
-
setSkipRoot
public void setSkipRoot(boolean skipRoot)
-
setYuiConfig
public void setYuiConfig(boolean yuiConfig)
-
setIncludeElements
public void setIncludeElements(boolean includeElements)
-
setTarget
public void setTarget(String target)
-
setThisBook
public void setThisBook(ValueExpression thisBook)
-
setThisPage
public void setThisPage(ValueExpression thisPage)
-
setLinksToBook
public void setLinksToBook(ValueExpression linksToBook)
-
setLinksToPage
public void setLinksToPage(ValueExpression linksToPage)
-
setMaxDepth
public void setMaxDepth(int maxDepth)
-
doTag
public void doTag() throws JspException, IOException
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
-
-