Class TabTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.tabs.TabTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class TabTag extends javax.servlet.jsp.tagext.TagSupport
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TabTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doEndTag()
void
setAction(String action)
void
setLabel(String label)
void
setName(String name)
void
setSelected(String selected)
-
-
-
Method Detail
-
setLabel
public void setLabel(String label)
-
setAction
public void setAction(String action)
-
setSelected
public void setSelected(String selected)
-
setName
public void setName(String name)
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in classjavax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
-
-