Uses of Class
org.apache.commons.feedparser.locate.blogservice.BlogService

Packages that use BlogService
org.apache.commons.feedparser.locate A feed AutoDiscovery parser which supports both RSS and Atom. 
org.apache.commons.feedparser.locate.blogservice   
 

Uses of BlogService in org.apache.commons.feedparser.locate
 

Methods in org.apache.commons.feedparser.locate that return BlogService
static BlogService BlogServiceDiscovery.discover(String resource)
           
static BlogService BlogServiceDiscovery.discover(String resource, String content)
           
 

Methods in org.apache.commons.feedparser.locate with parameters of type BlogService
protected static boolean ProbeLocator.feedExists(String resource, BlogService blogService)
          Does an HTTP HEAD to see if the given resource exists.
 

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

Subclasses of BlogService in org.apache.commons.feedparser.locate.blogservice
 class AOLJournal
          Models the AOL Journal blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class Blogger
          Models the Blogger blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class Blosxom
          Models the Blosxom blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class DiaryLand
          Models the DiaryLand blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class ExpressionEngine
          Models the ExpressionEngine blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class Flickr
          Models the Flickr image blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class GreyMatter
          Models the GreyMatter blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class iBlog
          Models the iBlog blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class LiveJournal
          Models the LiveJournal blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class Manila
          Models the Manila blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class MovableType
          Models the MovableType blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class PMachine
          Models the PMachine blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class RadioUserland
          Models the Radio Userland blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class TextAmerica
          Models the TextAmerica blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class TextPattern
          Models the TextPattern blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class Typepad
          Models the TypePad blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class Unknown
          Models an unknown blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class WordPress
          Models the WordPress blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class Xanga
          Models the Xanga blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 class YahooGroups
          Models the Yahoo Groups service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
 

Methods in org.apache.commons.feedparser.locate.blogservice that return BlogService
static BlogService[] BlogService.getBlogServices()
          Gets an array of all of the available BlogService implementations.
 



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