
public class TabTag extends WikiTagBase
Attributes
ATTR_CONTEXT, m_wikiContext| Constructor and Description |
|---|
TabTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
doFinally() |
int |
doWikiStartTag()
This method is allowed to do pretty much whatever he wants.
|
void |
setAccesskey(String anAccesskey)
Sets the tab access key.
|
void |
setTitle(String aTabTitle)
Sets the tab title.
|
void |
setUrl(String url)
Sets the tab URL.
|
doCatch, doStartTag, initTag, setId, setPageContextpublic TabTag()
public void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallydoFinally in class WikiTagBasepublic void setTitle(String aTabTitle)
aTabTitle - the tab titlepublic void setAccesskey(String anAccesskey)
anAccesskey - the access keypublic int doWikiStartTag() throws javax.servlet.jsp.JspTagException
doWikiStartTag in class WikiTagBasejavax.servlet.jsp.JspTagExceptionpublic int doEndTag() throws javax.servlet.jsp.JspTagException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class WikiTagBasejavax.servlet.jsp.JspTagExceptionCopyright © 2001-2016 The Apache Software Foundation. All rights reserved.