com.ecyrd.jspwiki.tags
Class RSSLinkTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.ecyrd.jspwiki.tags.WikiTagBase
          extended by 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

Field Summary
 
Fields inherited from class com.ecyrd.jspwiki.tags.WikiTagBase
ATTR_CONTEXT, m_wikiContext
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
RSSLinkTag()
          Deprecated.  
 
Method Summary
 int doWikiStartTag()
          Deprecated. This method is allowed to do pretty much whatever he wants.
 
Methods inherited from class com.ecyrd.jspwiki.tags.WikiTagBase
doCatch, doEndTag, doFinally, doStartTag, initTag, setId, setPageContext
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSLinkTag

public RSSLinkTag()
Deprecated. 
Method Detail

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