public interface INewsAdapter
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Provides the fully-qualified name of the concrete INewsAdapter class,
which is used in creating a
NewsDefinition. |
String |
getDescriptionKey()
Provides the key string for accessing the description of this adapter
from the messageBundle bean.
|
String |
getNameKey()
Provides the key string for accessing the name of this adapter from the
messageBundle bean.
|
NewsFeed |
getSyndFeed(NewsConfiguration config,
int page) |
String getClassName()
NewsDefinition.NewsDefinitionString getNameKey()
String getDescriptionKey()
NewsFeed getSyndFeed(NewsConfiguration config, int page) throws NewsException
NewsExceptionCopyright © 2009-2015 Jasig. All Rights Reserved.