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