com.ecyrd.jspwiki.tags
Class PageExistsTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.ecyrd.jspwiki.tags.WikiTagBase
com.ecyrd.jspwiki.tags.NoSuchPageTag
com.ecyrd.jspwiki.tags.PageExistsTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag, TryCatchFinally
public class PageExistsTag
- extends NoSuchPageTag
Includes the body in case the set page does exist.
- Since:
- 2.0
- 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 |
PageExistsTag
public PageExistsTag()
doWikiStartTag
public final int doWikiStartTag()
throws IOException,
ProviderException
- Description copied from class:
WikiTagBase
- This method is allowed to do pretty much whatever he wants.
We then catch all mistakes.
- Overrides:
doWikiStartTag
in class NoSuchPageTag
- Throws:
IOException
ProviderException