Package net.sourceforge.pebble.aggregator

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

Related Classes of net.sourceforge.pebble.aggregator.NewsFeed

Copyright © 2018 www.massapicom. 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.