com.alogient.cameleon.extension.wicket.ui.blog
Class BlogFeedResource
java.lang.Object
org.apache.wicket.Resource
org.apache.wicket.markup.html.WebResource
com.alogient.cameleon.extension.wicket.ui.web20.rss.FeedResource
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
| Fields inherited from interface org.apache.wicket.IResourceListener |
INTERFACE |
|
Method Summary |
protected com.sun.syndication.feed.synd.SyndFeed |
getFeed()
extension point for rendering the desired feed. |
| 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 |
BlogFeedResource
public BlogFeedResource(String feedTitle,
String feedLink,
String feedDescription,
Integer blogId)
- Construct a cameleon blog feed ressources
- Parameters:
feedTitle - the title of the feedfeedLink - the link of the feedfeedDescription - the description of the feedblogId - id of the blog
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.