com.ecyrd.jspwiki.tags
Class EditorTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.ecyrd.jspwiki.tags.WikiBodyTag
com.ecyrd.jspwiki.tags.EditorTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag, TryCatchFinally
public class EditorTag
- extends WikiBodyTag
Creates an editor component with all the necessary parts
to get it working.
In the future, this component should be expanded to provide
a customized version of the editor according to user preferences.
- Since:
- 2.2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorTag
public EditorTag()
doWikiStartTag
public final int doWikiStartTag()
throws IOException
- Description copied from class:
WikiBodyTag
- A local stub for doing tags. This is just called after the local variables
have been set.
- Specified by:
doWikiStartTag
in class WikiBodyTag
- Returns:
- As doStartTag()
- Throws:
IOException
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag
in interface Tag
- Overrides:
doEndTag
in class BodyTagSupport
- Throws:
JspException