Examples of NewsFeed


Examples of net.sourceforge.pebble.aggregator.NewsFeed

  private static final Log log = LogFactory.getLog(NewsFeedReaderTag.class);

  private String url;

  public void doTag() throws JspException, IOException {
    NewsFeed feed = NewsFeedCache.getInstance().getFeed(url);
    getJspContext().setAttribute("feedEntries", feed.getEntries());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.