org.meshcms.taglib
Class TigraMenu
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.meshcms.taglib.AbstractTag
org.meshcms.taglib.TigraMenu
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, com.opensymphony.module.sitemesh.RequestConstants, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public final class TigraMenu
- extends AbstractTag
Creates a navigation menu based on the TigraMenu script
created by SoftComplex.
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface com.opensymphony.module.sitemesh.RequestConstants |
DECORATOR, FILTER_APPLIED, PAGE, ROBOT, USING_STREAM |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PART_HEAD
public static final java.lang.String PART_HEAD
- See Also:
- Constant Field Values
PART_BODY
public static final java.lang.String PART_BODY
- See Also:
- Constant Field Values
TigraMenu
public TigraMenu()
writeTag
public void writeTag()
throws java.io.IOException
- Description copied from class:
AbstractTag
- Writes the contents of the tag. Subclasses will use this method to write
to the page.
- Specified by:
writeTag
in class AbstractTag
- Throws:
java.io.IOException
getPart
public java.lang.String getPart()
setPart
public void setPart(java.lang.String part)
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
getPlaceholder
public java.lang.String getPlaceholder()
setPlaceholder
public void setPlaceholder(java.lang.String placeholder)
getAllowHiding
public boolean getAllowHiding()
setAllowHiding
public void setAllowHiding(boolean allowHiding)