
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(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, IOException
javax.servlet.jsp.JspExceptionIOExceptionpublic void doCatch(Throwable arg0) throws Throwable
doCatch in interface javax.servlet.jsp.tagext.TryCatchFinallyThrowablepublic void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallyCopyright © 2001-2018 The Apache Software Foundation. All rights reserved.