org.apache.velocity.site.news.plugin
Class NewsFeedGenerator

java.lang.Object
  extended by org.apache.velocity.site.news.plugin.NewsFeedGenerator

public class NewsFeedGenerator
extends java.lang.Object

Generate the RSS News Feed.

Version:
$Revision: 526767 $
Author:
Henning P. Schmiedehausen

Nested Class Summary
static class NewsFeedGenerator.NewsItemSink
           
 
Constructor Summary
NewsFeedGenerator(NewsFeed newsFeed)
           
 
Method Summary
 void openFeed()
           
 void publishFeed()
           
 void publishItem(Item item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsFeedGenerator

public NewsFeedGenerator(NewsFeed newsFeed)
Method Detail

openFeed

public void openFeed()

publishItem

public void publishItem(Item item)
                 throws VelocityNewsException
Throws:
VelocityNewsException

publishFeed

public void publishFeed()
                 throws VelocityNewsException
Throws:
VelocityNewsException


Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.