Class FeedReader

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Controller
    public class FeedReader
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Author:
    paul
    • Constructor Detail

      • FeedReader

        public FeedReader()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • getLatestNews

        public List<NewsItem> getLatestNews()
        Returns:
        List of news items in HTML format.