public abstract class WikiBodyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements javax.servlet.jsp.tagext.TryCatchFinally
| Modifier and Type | Field and Description |
|---|---|
protected WikiContext |
m_wikiContext |
| Constructor and Description |
|---|
WikiBodyTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCatch(java.lang.Throwable arg0) |
void |
doFinally() |
int |
doStartTag() |
abstract int |
doWikiStartTag()
A local stub for doing tags.
|
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected WikiContext m_wikiContext
public WikiBodyTag()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic abstract int doWikiStartTag() throws javax.servlet.jsp.JspException, java.io.IOException
javax.servlet.jsp.JspExceptionjava.io.IOExceptionpublic void doCatch(java.lang.Throwable arg0) throws java.lang.Throwable
doCatch in interface javax.servlet.jsp.tagext.TryCatchFinallyjava.lang.Throwablepublic void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallyCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.