|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antelmann.util.XmlHelper
com.antelmann.net.web.RSSChannel
public class RSSChannel
represents a channel in the RSS format created by an RSSHandler
RSSHandler,
RSSMenu,
Serialized Form| Method Summary | |
|---|---|
static Properties |
createProperties(Element element)
A new map is created on each call. |
String |
getDescription()
|
ImageIcon |
getImageIcon()
|
URL |
getImageURL()
|
RSSItem[] |
getItems()
|
Date |
getLastBuildDate()
|
Properties |
getProperties()
convenience method; a new map is created on each call. |
RSSHandler |
getRSSHandler()
|
String |
getTitle()
|
URL |
getURL()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public RSSHandler getRSSHandler()
public RSSItem[] getItems()
throws FormatException
FormatExceptionpublic String getTitle()
public String getDescription()
public URL getURL()
throws MalformedURLException
MalformedURLExceptionpublic Date getLastBuildDate()
public URL getImageURL()
throws IOException
IOException
public ImageIcon getImageIcon()
throws IOException
IOExceptionpublic Properties getProperties()
public static Properties createProperties(Element element)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||