com.quadrique.jbuildingblocks.core.struts.view
Class JbbActionTraceTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by com.quadrique.jbuildingblocks.core.struts.view.JbbActionTraceTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class JbbActionTraceTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

Author:
dkumbham See the associated jbb.tld file.
In order to use this custom tag, simply add:
1) The associated jbb.tld to your WEB-INF/ folder
2) The fopllowing jsp source code in your jsp files: <%@ taglib uri="/WEB-INF/jbb.tld" prefix="jbb"%>

Constructor Summary
JbbActionTraceTag()
           
 
Method Summary
 void doTag()
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbbActionTraceTag

public JbbActionTraceTag()
Method Detail

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  IOException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException
IOException


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.