net.sf.j3d.io
Class RSSFeed

java.lang.Object
  extended by net.sf.j3d.io.RSSFeed

public class RSSFeed
extends Object

Author:
Mike Murray

Nested Class Summary
static class RSSFeed.Item
           
 
Field Summary
static String endHtml
           
static String lineBreak
           
static String startHtml
           
 
Constructor Summary
RSSFeed(String title, String desc)
           
 
Method Summary
static String generateItem(String title, String text, String image, Date d)
           
 String getLink()
           
 void postItem(RSSFeed.Item i)
           
 void setLink(String url)
           
 void write(PrintStream p, int ttl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineBreak

public static final String lineBreak
See Also:
Constant Field Values

startHtml

public static final String startHtml
See Also:
Constant Field Values

endHtml

public static final String endHtml
See Also:
Constant Field Values
Constructor Detail

RSSFeed

public RSSFeed(String title,
               String desc)
Method Detail

setLink

public void setLink(String url)

getLink

public String getLink()

postItem

public void postItem(RSSFeed.Item i)

write

public void write(PrintStream p,
                  int ttl)

generateItem

public static String generateItem(String title,
                                  String text,
                                  String image,
                                  Date d)