Uses of Class
org.jasig.portlet.newsreader.model.PaginatingNewsFeed
Packages that use PaginatingNewsFeed
-
Uses of PaginatingNewsFeed in org.jasig.portlet.newsreader.adapter
Methods in org.jasig.portlet.newsreader.adapter that return PaginatingNewsFeedModifier and TypeMethodDescriptionINewsAdapter.getSyndFeed(NewsConfiguration config, int page, int maxStories) getSyndFeed.protected PaginatingNewsFeedRomeAdapter.getSyndFeed(String url, String titlePolicy, String descriptionPolicy, int maxStories) Retrieve the entire feed using HTTPClient and clean using AntiSamy, build an SyndFeed object using ROME.RomeAdapter.getSyndFeed(NewsConfiguration config, int page, int maxStories) getSyndFeed. -
Uses of PaginatingNewsFeed in org.jasig.portlet.newsreader.processor
Methods in org.jasig.portlet.newsreader.processor that return PaginatingNewsFeedModifier and TypeMethodDescriptionRomeNewsProcessorImpl.getFeed(InputStream in, String titlePolicy, String descriptionPolicy, int maxStories) getFeed.