org.jasig.portlet.newsreader.adapter
Class AbstractNewsAdapter

java.lang.Object
  extended by org.jasig.portlet.newsreader.adapter.AbstractNewsAdapter
All Implemented Interfaces:
INewsAdapter
Direct Known Subclasses:
RomeAdapter

public abstract class AbstractNewsAdapter
extends Object
implements INewsAdapter


Constructor Summary
AbstractNewsAdapter()
           
 
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
 
Methods inherited from interface org.jasig.portlet.newsreader.adapter.INewsAdapter
getSyndFeed
 

Constructor Detail

AbstractNewsAdapter

public AbstractNewsAdapter()
Method Detail

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.