com.ecyrd.jspwiki.tags
Class RSSLinkTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.ecyrd.jspwiki.tags.WikiTagBase
com.ecyrd.jspwiki.tags.RSSLinkTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag, TryCatchFinally
Deprecated.
public class RSSLinkTag
- extends WikiTagBase
Writes a link to the RSS file (using the "link" attribute).
This tag is now deprecated - please use the new FeedDiscoveryTag.
- Since:
- 2.0
- See Also:
FeedDiscoveryTag
,
Serialized Form
Method Summary |
int |
doWikiStartTag()
Deprecated. 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 |
RSSLinkTag
public RSSLinkTag()
- Deprecated.
doWikiStartTag
public final int doWikiStartTag()
throws IOException
- Deprecated.
- This method is allowed to do pretty much whatever he wants.
We then catch all mistakes.
- Specified by:
doWikiStartTag
in class WikiTagBase
- Throws:
IOException