|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.apps.groupspace.rss.feed.RssFeedImpl
public class RssFeedImpl
Wrapper class that holds SyndFeedImpl plus the additional information required by the reader implementation.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
RssFeedImpl(URL url,
com.sun.syndication.feed.WireFeed wFeed,
int defaultTtl)
Construct object that wraps SyndFeedImpl |
|
| Method Summary | |
|---|---|
URL |
getFeedUrl()
Returns the URL of the Feed |
com.sun.syndication.feed.synd.SyndFeedImpl |
getSyndFeed()
Returns a SyndFeedImpl representation of the wireFeed. |
boolean |
isExpired()
Determines if Feed is expired and needs to be re-retrieved from the live source |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public RssFeedImpl(URL url,
com.sun.syndication.feed.WireFeed wFeed,
int defaultTtl)
url - URL of the feedwFeed - WireFeeddefaultTtl - default time to live for this feed| Method Detail |
|---|
public URL getFeedUrl()
public boolean isExpired()
public com.sun.syndication.feed.synd.SyndFeedImpl getSyndFeed()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||