Uses of Class
org.switchboard.Feed

Packages that use Feed
org.switchboard   
 

Uses of Feed in org.switchboard
 

Methods in org.switchboard that return Feed
 Feed FeedItem.getFeed()
          Gets the Feed item from which the item came if provided.
 

Constructors in org.switchboard with parameters of type Feed
FeedItem(String xml, Feed feed)