com.acsinet_solutions.cetia4.tags.nav
Class BreadcrumbTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.acsinet_solutions.cetia4.tags.support.LogTagSupport
          extended by com.acsinet_solutions.cetia4.tags.nav.BreadcrumbTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public final class BreadcrumbTag
extends LogTagSupport

A tag that displays a breadcrumb based on the current navigation flow. The text of the breadcrumb is obtained using JSTL resource bundle facilities.

Author:
Santiago Arriaga - santiago.arriaga@acsinet-solutions.com
See Also:
NavigationFlow, ControllerTools.getText(PageContext,String,Object[]), Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
BreadcrumbTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void setSelectedClass(java.lang.String c)
          Sets the CSS class.
 void setStyleClass(java.lang.String c)
          Sets the CSS class.
 
Methods inherited from class com.acsinet_solutions.cetia4.tags.support.LogTagSupport
doCatch, doFinally, fillDynamicValues, fillDynamicValues, getConfiguration, getDynamicAttributes, getLocale, getLogger, getPortalPath, getRequest, getServletContext, getSession, setDynamicAttribute
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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
 

Constructor Detail

BreadcrumbTag

public BreadcrumbTag()
Method Detail

setStyleClass

public void setStyleClass(java.lang.String c)
Sets the CSS class.

Parameters:
cssClass - The value to set

setSelectedClass

public void setSelectedClass(java.lang.String c)
Sets the CSS class.

Parameters:
cssClass - The value to set

doStartTag

public final int doStartTag()
                     throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class LogTagSupport
Throws:
javax.servlet.jsp.JspException