public abstract class WikiTagBase extends javax.servlet.jsp.tagext.TagSupport implements javax.servlet.jsp.tagext.TryCatchFinally
This tag is only useful if you're having an "empty" tag, with no body content.
| Modifier and Type | Field and Description |
|---|---|
protected Context |
m_wikiContext |
| Constructor and Description |
|---|
WikiTagBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCatch(java.lang.Throwable th) |
int |
doEndTag() |
void |
doFinally() |
int |
doStartTag() |
abstract int |
doWikiStartTag()
This method is allowed to do pretty much whatever he wants.
|
void |
initTag()
This method is called when the tag is encountered within a new request, but before the setXXX() methods are called.
|
void |
setId(java.lang.String id) |
void |
setPageContext(javax.servlet.jsp.PageContext arg0)
This method calls the parent setPageContext() but it also provides a way for a tag to initialize itself before
any of the setXXX() methods are called.
|
protected Context m_wikiContext
public WikiTagBase()
public void setPageContext(javax.servlet.jsp.PageContext arg0)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class javax.servlet.jsp.tagext.TagSupportpublic void initTag()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic abstract int doWikiStartTag() throws java.lang.Exception
java.lang.Exceptionpublic int doEndTag() throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void doCatch(java.lang.Throwable th) throws java.lang.Throwable
doCatch in interface javax.servlet.jsp.tagext.TryCatchFinallyjava.lang.Throwablepublic void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallypublic void setId(java.lang.String id)
setId in class javax.servlet.jsp.tagext.TagSupportCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.