Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.xpn.xwiki.render.macro.rss.RSSMacroParameters

Uses of RSSMacroParameters in com.xpn.xwiki.render.macro.rss
 

Methods in com.xpn.xwiki.render.macro.rss that return RSSMacroParameters
private  RSSMacroParameters RSSMacro.processParameters(MacroParameter parameter)
          Transform the input parameters into RSSMacroParameters object.
 

Methods in com.xpn.xwiki.render.macro.rss with parameters of type RSSMacroParameters
private  void RSSMacro.renderEntries(com.sun.syndication.feed.synd.SyndFeed feed, java.io.Writer writer, RSSMacroParameters paramObj)
          Render as many of the given Channel's items as needed, according to the value of the optional count parameter and the number of items in the feed.
private  void RSSMacro.renderEntry(com.sun.syndication.feed.synd.SyndEntry entry, java.io.Writer writer, RSSMacroParameters paramObj)
          Render the given RSS Item according to whether or not the parameters call for CSS processing.
private  void RSSMacro.renderEntryDefault(com.sun.syndication.feed.synd.SyndEntry entry, java.lang.StringBuffer buf, RSSMacroParameters paramObj)
          Render the given Item using Radeox macros.
private  void RSSMacro.renderEntryCSS(com.sun.syndication.feed.synd.SyndEntry entry, java.lang.StringBuffer buf, RSSMacroParameters paramObj)
          Render the given Item using <div> tags with CSS class attributes.
private  void RSSMacro.renderTitle(com.sun.syndication.feed.synd.SyndFeed feed, java.io.Writer writer, RSSMacroParameters paramObj)
          Render the 'title' of the given RSS Channel to the Writer.
private  void RSSMacro.renderImage(com.sun.syndication.feed.synd.SyndFeed feed, java.io.Writer writer, RSSMacroParameters paramObj)
          If a parameter was passed with the name "img" and the literal value "true", render the image from the channel (if it has one.) This requires the use of named parameters.
private  void RSSMacro.renderSearch(com.sun.syndication.feed.synd.SyndFeed feed, java.io.Writer writer, RSSMacroParameters paramObj)
          CSS styles are used because there is no way to render this using 'default' because org.snipsnap.render.macro.FieldMacro only permits form submission to other snips.