Class AbstractNewsAdapter
java.lang.Object
org.jasig.portlet.newsreader.adapter.AbstractNewsAdapter
- All Implemented Interfaces:
INewsAdapter
- Direct Known Subclasses:
RomeAdapter
Abstract AbstractNewsAdapter class.
- Since:
- 5.1.1
- Author:
- bgonzalez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides the fully-qualified name of the concrete INewsAdapter class, which is used in creating aNewsDefinition.Provides the key string for accessing the description of this adapter from the messageBundle bean.Provides the key string for accessing the name of this adapter from the messageBundle bean.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jasig.portlet.newsreader.adapter.INewsAdapter
getSyndFeed
-
Constructor Details
-
AbstractNewsAdapter
public AbstractNewsAdapter()
-
-
Method Details
-
getClassName
Provides the fully-qualified name of the concrete INewsAdapter class, which is used in creating aNewsDefinition.- Specified by:
getClassNamein interfaceINewsAdapter- Returns:
- concrete class name
- See Also:
-
getNameKey
Provides the key string for accessing the name of this adapter from the messageBundle bean.- Specified by:
getNameKeyin interfaceINewsAdapter- Returns:
- key string for this adaptor
-
getDescriptionKey
Provides the key string for accessing the description of this adapter from the messageBundle bean.- Specified by:
getDescriptionKeyin interfaceINewsAdapter- Returns:
- description for this adaptor
-