Uses of Class
org.apache.commons.feedparser.locate.FeedReference

Packages that use FeedReference
org.apache.commons.feedparser   
org.apache.commons.feedparser.locate.blogservice   
 

Uses of FeedReference in org.apache.commons.feedparser
 

Methods in org.apache.commons.feedparser that return FeedReference
 FeedReference FeedList.getAdAtomFeed()
          Get the Atom feed discovered via autodiscovery.
 FeedReference FeedList.getAdRSSFeed()
          Get the RSS feed discovered via autodiscovery.
 

Methods in org.apache.commons.feedparser with parameters of type FeedReference
 void FeedList.setAdAtomFeed(FeedReference ref)
          Set the value of adAtomFeed.
 void FeedList.setAdRSSFeed(FeedReference adRSSFeed)
          Set the value of adRSSFeed.
 void FeedList.setFirstAdAtomFeed(FeedReference ref)
           
 void FeedList.setFirstAdRSSFeed(FeedReference ref)
           
 

Uses of FeedReference in org.apache.commons.feedparser.locate.blogservice
 

Methods in org.apache.commons.feedparser.locate.blogservice that return FeedReference
 FeedReference[] YahooGroups.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Xanga.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] WordPress.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Unknown.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Typepad.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] TextPattern.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] TextAmerica.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] RadioUserland.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] PMachine.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] MovableType.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Manila.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] LiveJournal.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] iBlog.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] GreyMatter.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Flickr.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] ExpressionEngine.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] DiaryLand.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Blosxom.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
abstract  FeedReference[] BlogService.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Blogger.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] AOLJournal.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.