Uses of Interface
org.blojsom.plugin.Plugin

Packages that use Plugin
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.akismet A plugin that checks comments and trackbacks using the Akismet service. 
org.blojsom.plugin.calendar Defines the classes and interfaces for the blojsom calendar plugin  
org.blojsom.plugin.chrono Defines the classes and interfaces for the blojsom chrono 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.date Defines the classes and interfaces for the blojsom date format 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.emoticons Defines the classes and interfaces for the blojsom emoticons plugin  
org.blojsom.plugin.excerpt Defines the classes and interfaces for the blojsom excerpt plugin  
org.blojsom.plugin.filter Defines the classes and interfaces for blojsom plugins that perform content filtering  
org.blojsom.plugin.footnote Defines the classes and interfaces for the blojsom Footnote plugin  
org.blojsom.plugin.highlight Defines the classes and interfaces for the blojsom google highlight plugin  
org.blojsom.plugin.hyperlink Defines the classes and interfaces for the blojsom hyperlink plugin  
org.blojsom.plugin.language The language selection plugin allows you to attach a language to a blog entry  
org.blojsom.plugin.limiter Defines the classes and interfaces for blojsom plugins that limit entries seen by the user  
org.blojsom.plugin.macro Defines the classes and interfaces for the blojsom macro plugin  
org.blojsom.plugin.macro.admin Defines the classes and interfaces for the blojsom macro administration plugin  
org.blojsom.plugin.markdown Defines the classes and interfaces for the blojsom Markdown plugin  
org.blojsom.plugin.markup The markup selection plugin allows you to specify text markup filters to apply to a blog entry  
org.blojsom.plugin.meta Defines the classes and interfaces for the blojsom plugins that operate on meta-data  
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 Defines the classes and interfaces for the blojsom moderation plugins  
org.blojsom.plugin.moderation.admin Defines the classes and interfaces for the blojsom response moderation administration plugin  
org.blojsom.plugin.nofollow Defines the classes and interfaces for the blojsom nofollow plugin  
org.blojsom.plugin.obfuscation Defines the classes and interfaces for the blojsom obfuscation plugin  
org.blojsom.plugin.permission Defines the classes and interfaces for the blojsom permission checker 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.scripting Defines the classes and interfaces for the blojsom plugins that deal with scripting  
org.blojsom.plugin.search Defines the classes and interfaces for the blojsom search plugin  
org.blojsom.plugin.security Defines the classes and interfaces for blojsom plugins that handle security  
org.blojsom.plugin.showmore Defines the classes and interfaces for the blojsom show more 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.statistics Defines the classes and interfaces for the blojsom plugins that calculate information or statistics about 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.textile Defines the classes and interfaces for the blojsom textile plugin  
org.blojsom.plugin.tools Defines the classes and interfaces for the blojsom plugins that add tools or support classes to the context  
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.velocity Defines the classes and interfaces for the blojsom Velocity-related plugins  
org.blojsom.plugin.weather Defines the classes and interfaces for the blojsom weather plugin  
org.blojsom.plugin.weblogsping Defines the classes and interfaces for the blojsom weblogs.com ping plugin  
org.blojsom.plugin.widget Defines the classes and interfaces for the blojsom Widget plugins  
org.blojsom.plugin.widget.admin Defines the classes and interfaces for the blojsom Widget administration plugin  
org.blojsom.plugin.wiki Defines the classes and interfaces for the blojsom wiki plugin  
org.blojsom.plugin.xpath Defines the classes and interfaces for the blojsom xpath plugin  
 

Uses of Plugin in org.blojsom.plugin.admin
 

Classes in org.blojsom.plugin.admin that implement Plugin
 class BaseAdminPlugin
          BaseAdminPlugin
 class BulkResponseManagement
          Bulk Response Management plugin
 class EditBlogAuthorizationPlugin
          EditBlogAuthorizationPlugin
 class EditBlogCategoriesPlugin
          EditBlogCategoriesPlugin
 class EditBlogEntriesPlugin
          EditBlogEntriesPlugin
 class EditBlogFlavorsPlugin
          EditBlogFlavorsPlugin
 class EditBlogPermissionsPlugin
          Edit Blog Permissions plugin handles the adding and deleting of permissions for users of a given blog.
 class EditBlogPluginsPlugin
          EditBlogPluginsPlugin
 class EditBlogPreferencesPlugin
           
 class EditBlogPropertiesPlugin
          EditBlogPropertiesPlugin
 class EditBlogsPlugin
          EditBlogsPlugin
 class EditBlogTemplatesPlugin
          EditBlogTemplatesPlugin
 class FileUploadPlugin
          FileUploadPlugin
 class ForgottenPasswordPlugin
          Forgotten password plugin
 class ListWebAdminPluginsPlugin
          List Web Admin Plugins Plugin
 class ThemeSwitcherPlugin
          ThemeSwitcherPlugin
 class ViewBlogUserPropertiesPlugin
          * View custom properties for a Blog user.
 class WebAdminPlugin
          Web Admin Plugin
 

Uses of Plugin in org.blojsom.plugin.aggregator
 

Classes in org.blojsom.plugin.aggregator that implement Plugin
 class InternalAggregatorPlugin
          Internal Aggregator plugin
 

Uses of Plugin in org.blojsom.plugin.akismet
 

Classes in org.blojsom.plugin.akismet that implement Plugin
 class AkismetModerationPlugin
          Akismet moderation plugin
 

Uses of Plugin in org.blojsom.plugin.calendar
 

Classes in org.blojsom.plugin.calendar that implement Plugin
 class AbstractCalendarPlugin
          AbstractCalendarPlugin is a base plugin that is used by the various calendar plugins to filter content.
 class AbstractVisualCalendarPlugin
          AbstractVisualCalendarPlugin
 class CalendarFilterPlugin
          CalendarFilterPlugin filters entries based on the calendar navigation parameters in the URL
 class VelocityCalendarPlugin
          VelocityCalendarPlugin
 

Uses of Plugin in org.blojsom.plugin.chrono
 

Classes in org.blojsom.plugin.chrono that implement Plugin
 class ChronoPlugin
          ChronoPlugin

This plugin sorts the entries in ascending order.

 

Uses of Plugin in org.blojsom.plugin.comment
 

Classes in org.blojsom.plugin.comment that implement Plugin
 class CommentModerationPlugin
          Comment moderation plugin
 class CommentPlugin
          CommentPlugin
 class MathCommentAuthenticationPlugin
          Math comment authenticator plugin
 class RecentCommentsPlugin
          Recent Comments plugin
 

Uses of Plugin in org.blojsom.plugin.common
 

Classes in org.blojsom.plugin.common that implement Plugin
 class CollectionUtilitiesPlugin
          CollectionUtilities plugin
 class ConvertLineBreaksPlugin
          Convert Line Breaks Plugin
 class CountEntriesForCategoryPlugin
          Count entries for category plugin
 class FileAttachmentPlugin
          FileAttachmentPlugin-The idea behind this plugin is taken from RSSEnclosure plugin.
 class RSSEnclosurePlugin
          RSSEnclosurePlugin
 class StringUtilitiesPlugin
          StringUtilities plugin
 

Uses of Plugin in org.blojsom.plugin.date
 

Classes in org.blojsom.plugin.date that implement Plugin
 class DateFormatPlugin
          DateFormatPlugin
 

Uses of Plugin in org.blojsom.plugin.delicious
 

Classes in org.blojsom.plugin.delicious that implement Plugin
 class DailyPostingPlugin
          Plugin to post links from your del.icio.us account to your blog.
 

Uses of Plugin in org.blojsom.plugin.emoticons
 

Classes in org.blojsom.plugin.emoticons that implement Plugin
 class EnhancedEmoticonsPlugin
          Enhanced Emoticons Plugin.
 

Uses of Plugin in org.blojsom.plugin.excerpt
 

Classes in org.blojsom.plugin.excerpt that implement Plugin
 class ExcerptPlugin
          ExcerptPlugin
 

Uses of Plugin in org.blojsom.plugin.filter
 

Classes in org.blojsom.plugin.filter that implement Plugin
 class XSSFilterPlugin
          XSSFilterPlugin
 

Uses of Plugin in org.blojsom.plugin.footnote
 

Classes in org.blojsom.plugin.footnote that implement Plugin
 class FootnotePlugin
          Footnote Expansion Plugin
 

Uses of Plugin in org.blojsom.plugin.highlight
 

Classes in org.blojsom.plugin.highlight that implement Plugin
 class GoogleHighlightPlugin
          The GoogleHighlightPlugin will highlight words on your blog if the referer came from a Google query.
 

Uses of Plugin in org.blojsom.plugin.hyperlink
 

Classes in org.blojsom.plugin.hyperlink that implement Plugin
 class HyperlinkURLPlugin
          Hyperlink HREFing Plugin
 

Uses of Plugin in org.blojsom.plugin.language
 

Classes in org.blojsom.plugin.language that implement Plugin
 class LanguageSelectionPlugin
          Language selection plugin allows you to attach a language attribute to a blog entry.
 

Uses of Plugin in org.blojsom.plugin.limiter
 

Classes in org.blojsom.plugin.limiter that implement Plugin
 class ConditionalGetPlugin
          ConditionalGetPlugin
 class PreviewPlugin
          Hide preview entries from normal display.
 

Uses of Plugin in org.blojsom.plugin.macro
 

Classes in org.blojsom.plugin.macro that implement Plugin
 class MacroExpansionPlugin
          Macro Expansion Plugin
 

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

Classes in org.blojsom.plugin.macro.admin that implement Plugin
 class MacroExpansionAdminPlugin
          Macro Expansion Admin Plugin
 

Uses of Plugin in org.blojsom.plugin.markdown
 

Classes in org.blojsom.plugin.markdown that implement Plugin
 class MarkdownPlugin
          MarkdownPlugin

To use the Markdown plugin, you will need to download the Markdown tool from John Gruber's Markdown site.

 

Uses of Plugin in org.blojsom.plugin.markup
 

Classes in org.blojsom.plugin.markup that implement Plugin
 class MarkupSelectionPlugin
          Markup selection plugin allows an individual to select a markup filter to apply to their blog entry.
 

Uses of Plugin in org.blojsom.plugin.meta
 

Classes in org.blojsom.plugin.meta that implement Plugin
 class MetaPlugin
          MetaPlugin
 

Uses of Plugin in org.blojsom.plugin.moblog
 

Classes in org.blojsom.plugin.moblog that implement Plugin
 class MoblogPlugin
          Moblog Plugin
 

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

Classes in org.blojsom.plugin.moblog.admin that implement Plugin
 class MoblogAdminPlugin
          Moblog Admin Plugin
 

Uses of Plugin in org.blojsom.plugin.moderation
 

Classes in org.blojsom.plugin.moderation that implement Plugin
 class IPAddressModerationPlugin
          IP address moderation plugin
 class LinkSpamModerationPlugin
          Link spam moderation plugin
 class OpenProxyModerationPlugin
          Open proxy check plugin for comments and trackbacks.
 class SpamPhraseModerationPlugin
          Spam phrase moderation plugin
 

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

Classes in org.blojsom.plugin.moderation.admin that implement Plugin
 class IPAddressModerationAdminPlugin
          IP address moderation administration plugin
 class SpamPhraseModerationAdminPlugin
          Spam phrase moderation administration plugin
 

Uses of Plugin in org.blojsom.plugin.nofollow
 

Classes in org.blojsom.plugin.nofollow that implement Plugin
 class NoFollowPlugin
          NoFollow plugin adds support for the rel="nofollow" attribute on links added to comments and trackbacks.
 

Uses of Plugin in org.blojsom.plugin.obfuscation
 

Classes in org.blojsom.plugin.obfuscation that implement Plugin
 class SimpleObfuscationPlugin
          SimpleObfuscationPlugin
 

Uses of Plugin in org.blojsom.plugin.permission
 

Classes in org.blojsom.plugin.permission that implement Plugin
 class PermissionCheckPlugin
          Permission Check plugin
 

Uses of Plugin in org.blojsom.plugin.pingback
 

Classes in org.blojsom.plugin.pingback that implement Plugin
 class PingbackPlugin
          Pingback plugin implements a pingback client to send pingbacks to any URLs in a blog entry according to the Pingback 1.0 specification.
 class RecentPingbacksPlugin
          Recent Pingbacks plugin
 

Uses of Plugin in org.blojsom.plugin.previous
 

Classes in org.blojsom.plugin.previous that implement Plugin
 class PreviousEntriesPlugin
          Previous entries plugin
 

Uses of Plugin in org.blojsom.plugin.registration
 

Classes in org.blojsom.plugin.registration that implement Plugin
 class RegistrationPlugin
          This plugin allows users to register for an account on the blog.
 

Uses of Plugin in org.blojsom.plugin.scripting
 

Classes in org.blojsom.plugin.scripting that implement Plugin
 class GroovyPlugin
          GroovyPlugin
 

Uses of Plugin in org.blojsom.plugin.search
 

Classes in org.blojsom.plugin.search that implement Plugin
 class SimpleSearchPlugin
          SimpleSearchPlugin
 

Uses of Plugin in org.blojsom.plugin.security
 

Classes in org.blojsom.plugin.security that implement Plugin
 class BasicAuthenticationPlugin
          Basic Authentication plugin performs a BASIC authorization check so that users much authenticate before they are able to see any blog entries.
 class FormAuthenticationPlugin
          This plugin performs authorization after prompting the user in a web form.
 

Uses of Plugin in org.blojsom.plugin.showmore
 

Classes in org.blojsom.plugin.showmore that implement Plugin
 class ShowMeMorePlugin
          ShowMeMorePlugin
 

Uses of Plugin in org.blojsom.plugin.showmore.admin
 

Classes in org.blojsom.plugin.showmore.admin that implement Plugin
 class ShowMeMoreAdminPlugin
          Show Me More administration plugin
 

Uses of Plugin in org.blojsom.plugin.skip
 

Classes in org.blojsom.plugin.skip that implement Plugin
 class SkipFilterHelperPlugin
          Skip Filter Helper plugin
 

Uses of Plugin in org.blojsom.plugin.statistics
 

Classes in org.blojsom.plugin.statistics that implement Plugin
 class DaysSincePostedPlugin
          Days since posted plugin
 class WordCountPlugin
          Word Count plugin.
 

Uses of Plugin in org.blojsom.plugin.syndication
 

Classes in org.blojsom.plugin.syndication that implement Plugin
 class FeedImportPlugin
          Feed import plugin
 

Uses of Plugin in org.blojsom.plugin.technorati
 

Classes in org.blojsom.plugin.technorati that implement Plugin
 class TagCloudPlugin
          Tag Cloud plugin
 class TechnoratiTagsPlugin
          Technorati tags plugin
 

Uses of Plugin in org.blojsom.plugin.textile
 

Classes in org.blojsom.plugin.textile that implement Plugin
 class TextilePlugin
          Textile Plugin An implementation of the Textism's Textile.
 

Uses of Plugin in org.blojsom.plugin.tools
 

Classes in org.blojsom.plugin.tools that implement Plugin
 class ArrayToolPlugin
          Array Tool plugin
 class DateToolPlugin
          Date Tool plugin
 class ExtendedListToolPlugin
          Extended List Tool plugin
 class ImportToolPlugin
          Import Tool plugin
 class IteratorToolPlugin
          Iterator Tool plugin
 class ListToolPlugin
          List Tool Plugin
 class MathToolPlugin
          Math Tool plugin
 class RenderToolPlugin
          Render Tool plugin
 

Uses of Plugin in org.blojsom.plugin.trackback
 

Classes in org.blojsom.plugin.trackback that implement Plugin
 class AutoTrackbackPlugin
          AutoTrackbackPlugin
 class RecentTrackbacksPlugin
          Recent Trackbacks plugin
 class TrackbackModerationPlugin
          Trackback moderation plugin
 class TrackbackPlugin
          TrackbackPlugin
 

Uses of Plugin in org.blojsom.plugin.twitter
 

Classes in org.blojsom.plugin.twitter that implement Plugin
 class TwitterNotificationPlugin
          Twitter notification plugin for the Twitter service
 

Uses of Plugin in org.blojsom.plugin.velocity
 

Classes in org.blojsom.plugin.velocity that implement Plugin
 class StandaloneVelocityPlugin
          StandalongVelocityPlugin
 

Uses of Plugin in org.blojsom.plugin.weather
 

Classes in org.blojsom.plugin.weather that implement Plugin
 class WeatherPlugin
          WeatherPlugin
 

Uses of Plugin in org.blojsom.plugin.weblogsping
 

Classes in org.blojsom.plugin.weblogsping that implement Plugin
 class WeblogsPingPlugin
          WeblogsPingPlugin
 

Uses of Plugin in org.blojsom.plugin.widget
 

Classes in org.blojsom.plugin.widget that implement Plugin
 class WidgetPlugin
          Widget plugin
 

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

Classes in org.blojsom.plugin.widget.admin that implement Plugin
 class WidgetAdministrationPlugin
          WidgetAdministrationPlugin
 

Uses of Plugin in org.blojsom.plugin.wiki
 

Classes in org.blojsom.plugin.wiki that implement Plugin
 class WikiPlugin
          WikiPlugin
 

Uses of Plugin in org.blojsom.plugin.xpath
 

Classes in org.blojsom.plugin.xpath that implement Plugin
 class XPathPlugin
          XPathPlugin
 class XPathSearchPlugin
          XPathSearchPlugin