Uses of Interface
org.blojsom.fetcher.Fetcher

Packages that use Fetcher
org.blojsom.extension.xmlrpc.handler Defines the classes and interfaces for blojsom XML-RPC handlers  
org.blojsom.fetcher.database Defines the classes and interfaces for the blojsom database fetcher  
org.blojsom.plugin.admin Defines the classes and interfaces for the blojsom admin plugins  
org.blojsom.plugin.calendar Defines the classes and interfaces for the blojsom calendar plugin  
org.blojsom.plugin.comment Defines the classes and interfaces for the blojsom comment plugin  
org.blojsom.plugin.delicious A plugin that posts your daily links from del.icio.us as an entry to your blog. 
org.blojsom.plugin.macro.admin Defines the classes and interfaces for the blojsom macro administration plugin  
org.blojsom.plugin.moblog Defines the classes and interfaces for the blojsom moblog plugin  
org.blojsom.plugin.moblog.admin Defines the classes and interfaces for the blojsom moblog administration plugin  
org.blojsom.plugin.moderation.admin Defines the classes and interfaces for the blojsom response moderation administration plugin  
org.blojsom.plugin.pingback Defines the classes and interfaces for the blojsom pingback plugin  
org.blojsom.plugin.search Defines the classes and interfaces for the blojsom search plugin  
org.blojsom.plugin.syndication A plugin that allows you to import entries from a syndication feed to your blog. 
org.blojsom.plugin.technorati The Technorati tags plugin allows you to attach Technorati tags to a blog entry  
org.blojsom.plugin.trackback Defines the classes and interfaces for the blojsom trackback plugin  
 

Uses of Fetcher in org.blojsom.extension.xmlrpc.handler
 

Fields in org.blojsom.extension.xmlrpc.handler declared as Fetcher
protected  Fetcher APIHandler._fetcher
           
 

Methods in org.blojsom.extension.xmlrpc.handler with parameters of type Fetcher
 void APIHandler.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.fetcher.database
 

Classes in org.blojsom.fetcher.database that implement Fetcher
 class DatabaseFetcher
          Database fetcher
 

Uses of Fetcher in org.blojsom.plugin.admin
 

Methods in org.blojsom.plugin.admin with parameters of type Fetcher
 void ThemeSwitcherPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void ForgottenPasswordPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void EditBlogsPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void EditBlogPropertiesPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void EditBlogPluginsPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void EditBlogPermissionsPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void EditBlogFlavorsPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void EditBlogEntriesPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void EditBlogCategoriesPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void EditBlogAuthorizationPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void BulkResponseManagement.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.calendar
 

Fields in org.blojsom.plugin.calendar declared as Fetcher
protected  Fetcher AbstractCalendarPlugin._fetcher
           
 

Methods in org.blojsom.plugin.calendar with parameters of type Fetcher
 void AbstractCalendarPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.comment
 

Methods in org.blojsom.plugin.comment with parameters of type Fetcher
 void RecentCommentsPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void CommentPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.delicious
 

Methods in org.blojsom.plugin.delicious with parameters of type Fetcher
 void DailyPostingPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.macro.admin
 

Methods in org.blojsom.plugin.macro.admin with parameters of type Fetcher
 void MacroExpansionAdminPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.moblog
 

Methods in org.blojsom.plugin.moblog with parameters of type Fetcher
 void MoblogPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.moblog.admin
 

Methods in org.blojsom.plugin.moblog.admin with parameters of type Fetcher
 void MoblogAdminPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.moderation.admin
 

Methods in org.blojsom.plugin.moderation.admin with parameters of type Fetcher
 void SpamPhraseModerationAdminPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void IPAddressModerationAdminPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.pingback
 

Methods in org.blojsom.plugin.pingback with parameters of type Fetcher
 void RecentPingbacksPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void PingbackPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.search
 

Methods in org.blojsom.plugin.search with parameters of type Fetcher
 void SimpleSearchPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.syndication
 

Methods in org.blojsom.plugin.syndication with parameters of type Fetcher
 void FeedImportPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.technorati
 

Methods in org.blojsom.plugin.technorati with parameters of type Fetcher
 void TagCloudPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 

Uses of Fetcher in org.blojsom.plugin.trackback
 

Methods in org.blojsom.plugin.trackback with parameters of type Fetcher
 void TrackbackPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher
 void RecentTrackbacksPlugin.setFetcher(Fetcher fetcher)
          Set the Fetcher