|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.j3d.io.RSSFeed
public class RSSFeed
| 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 |
|---|
public static final String lineBreak
public static final String startHtml
public static final String endHtml
| Constructor Detail |
|---|
public RSSFeed(String title,
String desc)
| Method Detail |
|---|
public void setLink(String url)
public String getLink()
public void postItem(RSSFeed.Item i)
public void write(PrintStream p,
int ttl)
public static String generateItem(String title,
String text,
String image,
Date d)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||