public class RSSConfig extends Object
RSSProductServlet, with the information
defined in an rssconf.xml file.| Constructor and Description |
|---|
RSSConfig()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelLink() |
List<RSSNamespace> |
getNamespaces() |
List<RSSTag> |
getTags() |
void |
setChannelLink(String channelLink) |
void |
setNamespaces(List<RSSNamespace> namespaces) |
void |
setTags(List<RSSTag> tags) |
public List<RSSNamespace> getNamespaces()
public void setNamespaces(List<RSSNamespace> namespaces)
namespaces - the namespaces to setpublic String getChannelLink()
public void setChannelLink(String channelLink)
channelLink - the channelLink to setCopyright © 1999–2017 Apache OODT. All rights reserved.