org.meshcms.taglib
Class AlibMenu

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.meshcms.taglib.AbstractTag
          extended byorg.meshcms.taglib.AlibMenu
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, com.opensymphony.module.sitemesh.RequestConstants, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public final class AlibMenu
extends AbstractTag

Creates a navigation menu, using a unnumbered list.

See Also:
Serialized Form

Field Summary
static java.lang.String HORIZONTAL
           
static java.lang.String PART_BODY
           
static java.lang.String PART_HEAD
           
static java.lang.String VERTICAL
           
 
Fields inherited from class org.meshcms.taglib.AbstractTag
PAGE_MODULES, PARAM_REGEX
 
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
 
Constructor Summary
AlibMenu()
           
 
Method Summary
 java.lang.String getAllowHiding()
           
 java.lang.String getCurrent()
           
 java.lang.String getCurrentPathStyle()
           
 java.lang.String getOrientation()
           
 java.lang.String getPart()
           
 java.lang.String getPath()
           
 void setAllowHiding(java.lang.String allowHiding)
           
 void setCurrent(java.lang.String current)
           
 void setCurrentPathStyle(java.lang.String currentPathStyle)
           
 void setOrientation(java.lang.String orientation)
           
 void setPart(java.lang.String part)
           
 void setPath(java.lang.String path)
           
 void writeTag()
          Writes the contents of the tag.
 
Methods inherited from class org.meshcms.taglib.AbstractTag
doStartTag, getHead, getMailFormAddress, getOut, getPage, getStartTagReturnValue, writeEditTag
 
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
 

Field Detail

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

HORIZONTAL

public static final java.lang.String HORIZONTAL
See Also:
Constant Field Values

VERTICAL

public static final java.lang.String VERTICAL
See Also:
Constant Field Values
Constructor Detail

AlibMenu

public AlibMenu()
Method Detail

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

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

getCurrent

public java.lang.String getCurrent()

setCurrent

public void setCurrent(java.lang.String current)

getOrientation

public java.lang.String getOrientation()

setOrientation

public void setOrientation(java.lang.String orientation)

getPart

public java.lang.String getPart()

setPart

public void setPart(java.lang.String part)

getCurrentPathStyle

public java.lang.String getCurrentPathStyle()

setCurrentPathStyle

public void setCurrentPathStyle(java.lang.String currentPathStyle)

getAllowHiding

public java.lang.String getAllowHiding()

setAllowHiding

public void setAllowHiding(java.lang.String allowHiding)