info.magnolia.module.templatingkit.syndication
Class PageSyndicator

java.lang.Object
  extended by info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
      extended by info.magnolia.module.templatingkit.syndication.PageSyndicator
All Implemented Interfaces:
info.magnolia.module.rssaggregator.generator.FeedGenerator, Cloneable

public class PageSyndicator
extends info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
implements Cloneable

Model class providing plumbing required for generating a Feed from a SyndFeed.


Constructor Summary
PageSyndicator(STKTemplatingFunctions stkTemplatingFunctions)
           
 
Method Summary
 Object clone()
           
 String getCategory()
           
 String getSiteRoot()
           
 String getSubCategory()
           
 List<com.sun.syndication.feed.synd.SyndEntry> loadFeedEntries()
           
 void setCategory(String category)
           
 void setFeedInfo(com.sun.syndication.feed.synd.SyndFeed feed)
           
 void setSiteRoot(String siteRoot)
           
 void setSubCategory(String subCategory)
           
 
Methods inherited from class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator
generate, newSyndFeed, syndFeedToXml
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageSyndicator

@Inject
public PageSyndicator(STKTemplatingFunctions stkTemplatingFunctions)
Method Detail

loadFeedEntries

public List<com.sun.syndication.feed.synd.SyndEntry> loadFeedEntries()
Specified by:
loadFeedEntries in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator

setFeedInfo

public void setFeedInfo(com.sun.syndication.feed.synd.SyndFeed feed)
Specified by:
setFeedInfo in class info.magnolia.module.rssaggregator.generator.AbstractSyndFeedGenerator

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

setSubCategory

public void setSubCategory(String subCategory)

setCategory

public void setCategory(String category)

setSiteRoot

public void setSiteRoot(String siteRoot)

getSubCategory

public String getSubCategory()

getCategory

public String getCategory()

getSiteRoot

public String getSiteRoot()


Copyright © 2008-2014 Magnolia International Ltd.. All Rights Reserved.