org.jasig.portlet.newsreader.adapter
Class AbstractNewsAdapter
java.lang.Object
org.jasig.portlet.newsreader.adapter.AbstractNewsAdapter
- All Implemented Interfaces:
- INewsAdapter
- Direct Known Subclasses:
- RomeAdapter
public abstract class AbstractNewsAdapter
- extends Object
- implements INewsAdapter
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNewsAdapter
public AbstractNewsAdapter()
getClassName
public String getClassName()
- Description copied from interface:
INewsAdapter
- Provides the fully-qualified name of the concrete INewsAdapter class,
which is used in creating a
NewsDefinition.
- Specified by:
getClassName in interface INewsAdapter
getNameKey
public String getNameKey()
- Description copied from interface:
INewsAdapter
- Provides the key string for accessing the name of this adapter from the
messageBundle bean.
- Specified by:
getNameKey in interface INewsAdapter
getDescriptionKey
public String getDescriptionKey()
- Description copied from interface:
INewsAdapter
- Provides the key string for accessing the description of this adapter
from the messageBundle bean.
- Specified by:
getDescriptionKey in interface INewsAdapter
Copyright © 2009-2013 Jasig. All Rights Reserved.