org.ditchnet.jsp.taglib.tabs.handler
Class TabConfigTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.SimpleTagSupport
      extended byorg.ditchnet.jsp.taglib.tabs.handler.TabConfigTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public final class TabConfigTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

Since:
0.8 JSP Tag that renders XHTML script and style elements that link to the CSS and JavaScript resources necessary to render the tab components on the current page. The resources that are linked to are the resources placed in a directory named /org.ditchnet.taglib/ in the web app's root directory. These resources were placed there by the TabServletContextListener.
Author:
Todd Ditchendorf

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

Constructor Detail

TabConfigTag

public TabConfigTag()
Method Detail

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  java.io.IOException
Throws:
javax.servlet.jsp.JspException
java.io.IOException