org.freehep.webutil.tabs
Class TabTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by org.freehep.webutil.tabs.TabTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

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


Constructor Summary
TabTag()
           
 
Method Summary
 void doTag()
           
 String getHref()
           
 String getName()
           
 String getTarget()
           
 String getValue()
           
 void setHref(String href)
           
 void setName(String name)
           
 void setTarget(String target)
           
 void setValue(String value)
           
 
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

TabTag

public TabTag()
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

setName

public void setName(String name)

getName

public String getName()

setValue

public void setValue(String value)

getValue

public String getValue()

setHref

public void setHref(String href)

getHref

public String getHref()

setTarget

public void setTarget(String target)

getTarget

public String getTarget()


Copyright © 2000-2009 FreeHEP. All Rights Reserved.