@Service(value="rssFeedGenerator#default") @Scope(value="prototype") public class RssFeedGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FEEDTYPE |
static String |
DEFAULT_LANGUAGE |
| Constructor and Description |
|---|
RssFeedGenerator() |
| Modifier and Type | Method and Description |
|---|---|
com.rometools.rome.feed.synd.SyndFeed |
generateFeed(String title,
String description,
List<RssFeedEntry> dataEntries) |
public static String DEFAULT_FEEDTYPE
public static String DEFAULT_LANGUAGE
public RssFeedGenerator()
public com.rometools.rome.feed.synd.SyndFeed generateFeed(String title, String description, List<RssFeedEntry> dataEntries)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.