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

Abstract AbstractNewsAdapter class.

Since:
5.1.1
Author:
bgonzalez
  • Constructor Details

    • AbstractNewsAdapter

      public AbstractNewsAdapter()
  • Method Details

    • getClassName

      public String getClassName()
      Provides the fully-qualified name of the concrete INewsAdapter class, which is used in creating a NewsDefinition.
      Specified by:
      getClassName in interface INewsAdapter
      Returns:
      concrete class name
      See Also:
    • getNameKey

      public String getNameKey()
      Provides the key string for accessing the name of this adapter from the messageBundle bean.
      Specified by:
      getNameKey in interface INewsAdapter
      Returns:
      key string for this adaptor
    • getDescriptionKey

      public String getDescriptionKey()
      Provides the key string for accessing the description of this adapter from the messageBundle bean.
      Specified by:
      getDescriptionKey in interface INewsAdapter
      Returns:
      description for this adaptor