Uses of Interface
org.blojsom.util.BlojsomConstants

Packages that use BlojsomConstants
org.blojsom.authorization Defines the classes and interfaces for blojsom authorization providers  
org.blojsom.blog Defines the classes and interfaces for blojsom blog objects  
org.blojsom.dispatcher Defines the classes and interfaces for blojsom dispatchers  
org.blojsom.extension.atomapi Defines the classes and interfaces for the blojsom AtomAPI implementation  
org.blojsom.extension.comment Defines the classes and interfaces for blojsom Comment API support  
org.blojsom.extension.xmlrpc Defines the classes and interfaces for blojsom XML-RPC  
org.blojsom.extension.xmlrpc.handlers Defines the classes and interfaces for blojsom XML-RPC handlers  
org.blojsom.fetcher Defines the classes and interfaces for blojsom fetchers  
org.blojsom.filter Defines the classes and interfaces for blojsom filters  
org.blojsom.plugin.admin Defines the classes and interfaces for the blojsom admin plugins  
org.blojsom.plugin.categories Defines the classes and interfaces for genric blojsom plugins that deal with categories. 
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.crosspost Defines the classes and interfaces for the blojsom crosspost 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.export Defines the classes and interfaces for the blojsom plugins that handle export of blog content (entries, templates, resources)  
org.blojsom.plugin.helper Defines the classes and interfaces for the blojsom plugin-helper plugins  
org.blojsom.plugin.importer A plugin that allows you to import entries from a syndication feed to your blog. 
org.blojsom.plugin.limiter Defines the classes and interfaces for blojsom plugins that limit entries seen by the user  
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.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.security Defines the classes and interfaces for blojsom plugins that handle security  
org.blojsom.plugin.showmore.admin Defines the classes and interfaces for the blojsom Show Me More administration plugin  
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.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.servlet Defines the classes and interfaces for blojsom servlet functionality  
org.blojsom.util Defines the classes and interfaces for blojsom utility functions  
org.blojsom.util.resources Defines the classes and interfaces for blojsom's resource bundle management  
 

Uses of BlojsomConstants in org.blojsom.authorization
 

Classes in org.blojsom.authorization that implement BlojsomConstants
 class LDAPAuthorizationProvider
          LDAPAuthorizationProvider
 class PropertiesAuthorizationProvider
          PropertiesAuthorizationProvider
 

Uses of BlojsomConstants in org.blojsom.blog
 

Classes in org.blojsom.blog that implement BlojsomConstants
 class Blog
          Blog
 class BlogEntry
          BlogEntry
 class BlojsomConfiguration
          BlojsomConfiguration
 class FileBackedBlogEntry
          FileBackedBlogEntry
 

Uses of BlojsomConstants in org.blojsom.dispatcher
 

Subinterfaces of BlojsomConstants in org.blojsom.dispatcher
 interface BlojsomDispatcher
          BlojsomDispatcher
 

Classes in org.blojsom.dispatcher that implement BlojsomConstants
 class FreeMarkerDispatcher
          FreeMarkerDispatcher
 class GroovyDispatcher
          GroovyDispatcher
 class JSPDispatcher
          JSPDispatcher
 class VelocityDispatcher
          VelocityDispatcher
 class WebMacroDispatcher
          WebMacro dispatcher
 

Uses of BlojsomConstants in org.blojsom.extension.atomapi
 

Classes in org.blojsom.extension.atomapi that implement BlojsomConstants
 class AtomAPIServlet
          AtomAPIServlet

Implementation of J.C.

 

Uses of BlojsomConstants in org.blojsom.extension.comment
 

Classes in org.blojsom.extension.comment that implement BlojsomConstants
 class CommentAPIServlet
          blojsom Comment API Implementation

Comment API specification.

 

Uses of BlojsomConstants in org.blojsom.extension.xmlrpc
 

Classes in org.blojsom.extension.xmlrpc that implement BlojsomConstants
 class BlojsomXMLRPCServlet
          Blojsom XML-RPC Servlet

This servlet uses the Jakarta XML-RPC Library (http://ws.apache.org/xmlrpc)

 

Uses of BlojsomConstants in org.blojsom.extension.xmlrpc.handlers
 

Classes in org.blojsom.extension.xmlrpc.handlers that implement BlojsomConstants
 class AbstractBlojsomAPIHandler
          Abstract blojsom API handler
 class BloggerAPIHandler
          Blojsom XML-RPC Handler for the Blogger v1.0 API

Blogger API spec can be found at http://plant.blogger.com/api/index.html

 class MetaWeblogAPIHandler
          Blojsom XML-RPC Handler for the MetaWeblog API

MetaWeblog API pec can be found at http://www.xmlrpc.com/metaWeblogApi

 class MovableTypeAPIHandler
          MovableType API handler
 class PingbackHandler
          Pingback handler provides support for the Pingback 1.0 specification.
 

Uses of BlojsomConstants in org.blojsom.fetcher
 

Classes in org.blojsom.fetcher that implement BlojsomConstants
 class CachingFetcher
          CachingFetcher
 class StandardFetcher
          StandardFetcher
 

Uses of BlojsomConstants in org.blojsom.filter
 

Classes in org.blojsom.filter that implement BlojsomConstants
 class CompressionFilter
          CompressionFilter

Copyright 2003 Jayson Falkner (jayson@jspinsider.com) This code is from "Servlets and JavaServer pages; the J2EE Web Tier", http://www.jspbook.com.

 

Uses of BlojsomConstants in org.blojsom.plugin.admin
 

Classes in org.blojsom.plugin.admin that implement BlojsomConstants
 class BaseAdminPlugin
          BaseAdminPlugin
 class BookmarkletPlugin
          Bookmarklet 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 EditBlogPropertiesPlugin
          EditBlogPropertiesPlugin
 class EditBlogTemplatesPlugin
          EditBlogTemplatesPlugin
 class EditBlogUsersPlugin
          EditBlogUsersPlugin
 class FileUploadPlugin
          FileUploadPlugin
 class ForgottenPasswordPlugin
          Forgotten password plugin.
 class ListWebAdminPluginsPlugin
          List Web Admin Plugins Plugin
 class ReloadBlogPropertiesPlugin
          Reload Blog Properties plugin.
 class ThemeSwitcherPlugin
          ThemeSwitcherPlugin
 class WebAdminPlugin
          Web Admin Plugin
 

Uses of BlojsomConstants in org.blojsom.plugin.categories
 

Classes in org.blojsom.plugin.categories that implement BlojsomConstants
 class CategoryTemplatePlugin
          Category template plugin allows you to define a separate template for each category in your blog using the category.template meta-data.
 

Uses of BlojsomConstants in org.blojsom.plugin.comment
 

Classes in org.blojsom.plugin.comment that implement BlojsomConstants
 class CommentPlugin
          CommentPlugin
 

Uses of BlojsomConstants in org.blojsom.plugin.common
 

Classes in org.blojsom.plugin.common that implement BlojsomConstants
 class AllEntriesPlugin
          All Entries plugin
 class IPBanningPlugin
          IPBanningPlugin
 class VelocityPlugin
          VelocityPlugin
 

Uses of BlojsomConstants in org.blojsom.plugin.crosspost
 

Classes in org.blojsom.plugin.crosspost that implement BlojsomConstants
 class CrosspostPlugin
          CrosspostPlugin
 

Uses of BlojsomConstants in org.blojsom.plugin.delicious
 

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

Uses of BlojsomConstants in org.blojsom.plugin.export
 

Classes in org.blojsom.plugin.export that implement BlojsomConstants
 class ExportBlogPlugin
          Export Blog plugin
 

Uses of BlojsomConstants in org.blojsom.plugin.helper
 

Classes in org.blojsom.plugin.helper that implement BlojsomConstants
 class PluginHelperPlugin
          Plugin helper plugin allows you to execute plugins per name or flavor from your templates.
 

Uses of BlojsomConstants in org.blojsom.plugin.importer
 

Classes in org.blojsom.plugin.importer that implement BlojsomConstants
 class SyndicationFeedImportPlugin
          Syndication feed importer plugin
 

Uses of BlojsomConstants in org.blojsom.plugin.limiter
 

Classes in org.blojsom.plugin.limiter that implement BlojsomConstants
 class ConditionalGetPlugin
          ConditionalGetPlugin
 

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

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

Uses of BlojsomConstants in org.blojsom.plugin.markdown
 

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

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

 

Uses of BlojsomConstants in org.blojsom.plugin.moblog
 

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

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

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

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

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

Uses of BlojsomConstants in org.blojsom.plugin.pingback
 

Classes in org.blojsom.plugin.pingback that implement BlojsomConstants
 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.
 

Uses of BlojsomConstants in org.blojsom.plugin.security
 

Classes in org.blojsom.plugin.security that implement BlojsomConstants
 class BasicAuthenticationPlugin
          Basic Authentication plugin performs a BASIC authorization check so that users much authenticate before they are able to see any blog entries.
 

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

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

Uses of BlojsomConstants in org.blojsom.plugin.technorati
 

Classes in org.blojsom.plugin.technorati that implement BlojsomConstants
 class TechnoratiTagsPlugin
          Technorati tags plugin
 

Uses of BlojsomConstants in org.blojsom.plugin.trackback
 

Classes in org.blojsom.plugin.trackback that implement BlojsomConstants
 class AutoTrackbackPlugin
          AutoTrackbackPlugin
 class TrackbackPlugin
          TrackbackPlugin
 

Uses of BlojsomConstants in org.blojsom.plugin.velocity
 

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

Uses of BlojsomConstants in org.blojsom.plugin.weather
 

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

Uses of BlojsomConstants in org.blojsom.plugin.weblogsping
 

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

Uses of BlojsomConstants in org.blojsom.servlet
 

Classes in org.blojsom.servlet that implement BlojsomConstants
 class BlojsomBaseServlet
          BlojsomBaseServlet
 class BlojsomServlet
          BlojsomServlet
 

Uses of BlojsomConstants in org.blojsom.util
 

Classes in org.blojsom.util that implement BlojsomConstants
 class BlojsomProperties
          BlojsomProperties

Saving properties in non-ISO encodings, based on java.util.Properties

 class BlojsomUtils
          BlojsomUtils
 

Uses of BlojsomConstants in org.blojsom.util.resources
 

Classes in org.blojsom.util.resources that implement BlojsomConstants
 class ResourceBundleResourceManager
          ResourceBundleResourceManager