Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.webapps.tag
Class TreeBreadcrumbTag  view TreeBreadcrumbTag download TreeBreadcrumbTag.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.apache.struts.taglib.html.BaseHandlerTag
              extended bycom.RuntimeCollective.webapps.tag.TreeBreadcrumbTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class TreeBreadcrumbTag
extends org.apache.struts.taglib.html.BaseHandlerTag

View the breadcrumb trail for a given TreeExtension.

This JSP tag takes the following attributes:

Version:
$Id: TreeBreadcrumbTag.java,v 1.4 2003/09/30 15:13:18 joe Exp $

Field Summary
protected  boolean asLinks
           
protected  java.lang.String displayPath
           
protected  java.lang.String displayProperty
           
protected  java.lang.String name
           
protected  java.lang.String property
           
protected  java.lang.String scope
           
protected  java.lang.String styleClass
           
 
Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag
accesskey, defaultLocale, doDisabled, doReadonly, indexed, messages, tabindex
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
TreeBreadcrumbTag()
           
 
Method Summary
 int doStartTag()
          Default processing of the start tag returning EVAL_BODY_BUFFERED.
 boolean getAsLinks()
           
 java.lang.String getDisplayPath()
           
 java.lang.String getDisplayProperty()
           
 java.lang.String getName()
           
 java.lang.String getProperty()
           
 java.lang.String getScope()
           
 java.lang.String getStyleClass()
          Returns the style class attribute.
 void release()
          Release any acquired resources.
 void setAsLinks(boolean asLinks)
           
 void setDisplayPath(java.lang.String displayPath)
           
 void setDisplayProperty(java.lang.String displayProperty)
           
 void setName(java.lang.String name)
           
 void setProperty(java.lang.String property)
           
 void setScope(java.lang.String scope)
           
 void setStyleClass(java.lang.String styleClass)
          Sets the style class attribute.
 
Methods inherited from class org.apache.struts.taglib.html.BaseHandlerTag
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareAttribute, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareName, prepareOtherAttributes, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleId, setTabindex, setTitle, setTitleKey
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

name

protected java.lang.String name

property

protected java.lang.String property

scope

protected java.lang.String scope

displayProperty

protected java.lang.String displayProperty

displayPath

protected java.lang.String displayPath

asLinks

protected boolean asLinks

styleClass

protected java.lang.String styleClass
Constructor Detail

TreeBreadcrumbTag

public TreeBreadcrumbTag()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getProperty

public java.lang.String getProperty()

setProperty

public void setProperty(java.lang.String property)

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String scope)

getDisplayProperty

public java.lang.String getDisplayProperty()

setDisplayProperty

public void setDisplayProperty(java.lang.String displayProperty)

getDisplayPath

public java.lang.String getDisplayPath()

setDisplayPath

public void setDisplayPath(java.lang.String displayPath)

getAsLinks

public boolean getAsLinks()

setAsLinks

public void setAsLinks(boolean asLinks)

getStyleClass

public java.lang.String getStyleClass()
Description copied from class: org.apache.struts.taglib.html.BaseHandlerTag
Returns the style class attribute.


setStyleClass

public void setStyleClass(java.lang.String styleClass)
Description copied from class: org.apache.struts.taglib.html.BaseHandlerTag
Sets the style class attribute.


doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Description copied from class: javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the start tag returning EVAL_BODY_BUFFERED.


release

public void release()
Description copied from class: org.apache.struts.taglib.html.BaseHandlerTag
Release any acquired resources.