org.apache.archiva.rss
Class RssFeedGenerator

java.lang.Object
  extended by org.apache.archiva.rss.RssFeedGenerator

@Service(value="rssFeedGenerator#default")
@Scope(value="prototype")
public class RssFeedGenerator
extends Object

Generates RSS feeds.


Field Summary
static String DEFAULT_FEEDTYPE
           
static String DEFAULT_LANGUAGE
           
private  org.slf4j.Logger log
           
 
Constructor Summary
RssFeedGenerator()
           
 
Method Summary
 com.sun.syndication.feed.synd.SyndFeed generateFeed(String title, String description, List<RssFeedEntry> dataEntries)
           
private  List<com.sun.syndication.feed.synd.SyndEntry> getEntries(List<RssFeedEntry> dataEntries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private org.slf4j.Logger log

DEFAULT_FEEDTYPE

public static String DEFAULT_FEEDTYPE

DEFAULT_LANGUAGE

public static String DEFAULT_LANGUAGE
Constructor Detail

RssFeedGenerator

public RssFeedGenerator()
Method Detail

generateFeed

public com.sun.syndication.feed.synd.SyndFeed generateFeed(String title,
                                                           String description,
                                                           List<RssFeedEntry> dataEntries)

getEntries

private List<com.sun.syndication.feed.synd.SyndEntry> getEntries(List<RssFeedEntry> dataEntries)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.