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.aggregator Defines the classes and interfaces for the blojsom internal aggregator plugin  
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.common Defines the classes and interfaces common to a number of blojsom plugins  
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.previous Defines the classes and interfaces for the previous entries plugin  
org.blojsom.plugin.registration Defines the classes and interfaces for the blojsom registration plugin  
org.blojsom.plugin.search Defines the classes and interfaces for the blojsom search plugin  
org.blojsom.plugin.showmore.admin Defines the classes and interfaces for the blojsom Show Me More administration plugin  
org.blojsom.plugin.skip Defines the classes and interfaces for the blojsom plugins that deal with skipping around blog entries. 
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  
org.blojsom.plugin.twitter Twitter notification plugin for the Twitter service  
org.blojsom.plugin.widget.admin Defines the classes and interfaces for the blojsom Widget administration 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
 

Fields in org.blojsom.plugin.admin declared as Fetcher
protected  Fetcher ViewBlogUserPropertiesPlugin._fetcher
           
 

Methods in org.blojsom.plugin.admin with parameters of type Fetcher
 void ViewBlogUserPropertiesPlugin.setFetcher(Fetcher fetcher)
          Set the 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 EditBlogPreferencesPlugin.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.aggregator
 

Methods in org.blojsom.plugin.aggregator with parameters of type Fetcher
 void InternalAggregatorPlugin.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.common
 

Methods in org.blojsom.plugin.common with parameters of type Fetcher
 void CountEntriesForCategoryPlugin.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.previous
 

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

Uses of Fetcher in org.blojsom.plugin.registration
 

Methods in org.blojsom.plugin.registration with parameters of type Fetcher
 void RegistrationPlugin.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.showmore.admin
 

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

Uses of Fetcher in org.blojsom.plugin.skip
 

Methods in org.blojsom.plugin.skip with parameters of type Fetcher
 void SkipFilterHelperPlugin.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
 

Uses of Fetcher in org.blojsom.plugin.twitter
 

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

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

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