com.ecyrd.jspwiki.tags
Class NextVersionTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.ecyrd.jspwiki.tags.WikiTagBase
com.ecyrd.jspwiki.tags.NextVersionTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag, TryCatchFinally
public class NextVersionTag
- extends WikiTagBase
Writes the version number of the next version of the page.
- Since:
- 2.2
- See Also:
- Serialized Form
Method Summary |
int |
doWikiStartTag()
This method is allowed to do pretty much whatever he wants. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NextVersionTag
public NextVersionTag()
doWikiStartTag
public final int doWikiStartTag()
throws IOException
- Description copied from class:
WikiTagBase
- This method is allowed to do pretty much whatever he wants.
We then catch all mistakes.
- Specified by:
doWikiStartTag
in class WikiTagBase
- Throws:
IOException