com.ecyrd.jspwiki.tags
Class WikiBodyTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.ecyrd.jspwiki.tags.WikiBodyTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag, TryCatchFinally
- Direct Known Subclasses:
- EditorTag, PluginTag
public abstract class WikiBodyTag
- extends BodyTagSupport
- implements TryCatchFinally
This is a class that provides the same services as the WikiTagBase, but this time it
works for the BodyTagSupport base class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_wikiContext
protected WikiContext m_wikiContext
WikiBodyTag
public WikiBodyTag()
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class BodyTagSupport
- Throws:
JspException
doWikiStartTag
public abstract int doWikiStartTag()
throws JspException,
IOException
- A local stub for doing tags. This is just called after the local variables
have been set.
- Returns:
- As doStartTag()
- Throws:
JspException
IOException
doCatch
public void doCatch(Throwable arg0)
throws Throwable
- Specified by:
doCatch
in interface TryCatchFinally
- Throws:
Throwable
doFinally
public void doFinally()
- Specified by:
doFinally
in interface TryCatchFinally