com.alogient.cameleon.extension.wicket.ui.blog
Class BlogFeedResource

java.lang.Object
  extended by org.apache.wicket.Resource
      extended by org.apache.wicket.markup.html.WebResource
          extended by com.alogient.cameleon.extension.wicket.ui.web20.rss.FeedResource
              extended by com.alogient.cameleon.extension.wicket.ui.blog.BlogFeedResource
All Implemented Interfaces:
Serializable, org.apache.wicket.IClusterable, org.apache.wicket.IRequestListener, org.apache.wicket.IResourceListener

public class BlogFeedResource
extends FeedResource

Used to generate a RSS for Cameleon.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.wicket.IResourceListener
INTERFACE
 
Constructor Summary
BlogFeedResource(String feedTitle, String feedLink, String feedDescription, Integer blogId)
          Construct a cameleon blog feed ressources
 
Method Summary
protected  com.sun.syndication.feed.synd.SyndFeed getFeed()
          extension point for rendering the desired feed.
 
Methods inherited from class com.alogient.cameleon.extension.wicket.ui.web20.rss.FeedResource
autodiscoveryLink, autodiscoveryLink, getResourceStream
 
Methods inherited from class org.apache.wicket.markup.html.WebResource
configureResponse, getCacheDuration, setHeaders
 
Methods inherited from class org.apache.wicket.Resource
getParameters, invalidate, isCacheable, onResourceRequested, setCacheable, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogFeedResource

public BlogFeedResource(String feedTitle,
                        String feedLink,
                        String feedDescription,
                        Integer blogId)
Construct a cameleon blog feed ressources

Parameters:
feedTitle - the title of the feed
feedLink - the link of the feed
feedDescription - the description of the feed
blogId - id of the blog
Method Detail

getFeed

protected com.sun.syndication.feed.synd.SyndFeed getFeed()
Description copied from class: FeedResource
extension point for rendering the desired feed.

Specified by:
getFeed in class FeedResource
Returns:
the desired feed


Copyright © 2011 Alogient. All Rights Reserved.