org.jasig.portlet.newsreader.adapter
Interface INewsAdapter

All Known Implementing Classes:
AbstractNewsAdapter, RomeAdapter

public interface INewsAdapter

Author:
Anthony Colebourne

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.
 NewsFeed getSyndFeed(NewsConfiguration config, javax.portlet.PortletRequest request)
           
 

Method Detail

getClassName

String getClassName()
Provides the fully-qualified name of the concrete INewsAdapter class, which is used in creating a NewsDefinition.


getNameKey

String getNameKey()
Provides the key string for accessing the name of this adapter from the messageBundle bean.


getDescriptionKey

String getDescriptionKey()
Provides the key string for accessing the description of this adapter from the messageBundle bean.


getSyndFeed

NewsFeed getSyndFeed(NewsConfiguration config,
                     javax.portlet.PortletRequest request)
                     throws NewsException
Throws:
NewsException


Copyright © 2009-2013 Jasig. All Rights Reserved.