Uses of Class
org.blojsom.BlojsomException

Packages that use BlojsomException
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.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.plugin Defines the classes and interfaces for blojsom plugins  
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 BlojsomException in org.blojsom.authorization
 

Methods in org.blojsom.authorization that throw BlojsomException
 void LDAPAuthorizationProvider.loadAuthenticationCredentials(BlogUser blogUser)
          Loads/configures the authentication credentials for a given blog.
 void LDAPAuthorizationProvider.authorize(BlogUser blogUser, java.util.Map authorizationContext, java.lang.String username, java.lang.String password)
          Authorize a username and password for the given BlogUser
 void PropertiesAuthorizationProvider.loadAuthenticationCredentials(BlogUser blogUser)
          Loads the authentication credentials for a given user
 void PropertiesAuthorizationProvider.authorize(BlogUser blogUser, java.util.Map authorizationContext, java.lang.String username, java.lang.String password)
          Authorize a username and password for the given BlogUser
 void PropertiesAuthorizationProvider.checkPermission(BlogUser blogUser, java.util.Map permissionContext, java.lang.String username, java.lang.String permission)
          Check a permission for the given BlogUser
 void AuthorizationProvider.loadAuthenticationCredentials(BlogUser blogUser)
          Loads the authentication credentials for a given user
 void AuthorizationProvider.authorize(BlogUser blogUser, java.util.Map authorizationContext, java.lang.String username, java.lang.String password)
          Authorize a username and password for the given BlogUser
 void AuthorizationProvider.checkPermission(BlogUser blogUser, java.util.Map permissionContext, java.lang.String username, java.lang.String permission)
          Check a permission for the given BlogUser
 

Uses of BlojsomException in org.blojsom.blog
 

Subclasses of BlojsomException in org.blojsom.blog
 class BlojsomConfigurationException
          BlojsomConfigurationException
 

Methods in org.blojsom.blog that throw BlojsomException
abstract  void Trackback.load(BlogUser blogUser)
          Load the trackback
abstract  void Trackback.save(BlogUser blogUser)
          Save the trackback
abstract  void Trackback.delete(BlogUser blogUser)
          Delete the trackback
 void FileBackedTrackback.load(BlogUser blogUser)
          Load the trackback
 void FileBackedTrackback.save(BlogUser blogUser)
          Save the trackback
 void FileBackedTrackback.delete(BlogUser blogUser)
          Delete the trackback
 void FileBackedPingback.load(BlogUser blogUser)
          Load the pingback
 void FileBackedPingback.save(BlogUser blogUser)
          Save the pingback
 void FileBackedPingback.delete(BlogUser blogUser)
          Delete the pingback
protected  BlogComment FileBackedBlogEntry.loadComment(java.io.File commentFile, java.lang.String blogFileEncoding, BlogUser blogUser)
          Load a comment for this blog entry from disk Comments must always have the form:
author
author e-mail address
author url
everything else after is the comment
protected  Trackback FileBackedBlogEntry.loadTrackback(java.io.File trackbackFile, java.lang.String blogFileEncoding, BlogUser blogUser)
          Load a trackback for this blog entry from disk Trackbacks must always have the form:
title
excerpt
url
blog_name
protected  Pingback FileBackedBlogEntry.loadPingback(java.io.File pingbackFile, java.lang.String blogFileEncoding, BlogUser blogUser)
          Load a pingback for this blog entry from disk Pingbacks must always have the form:
title
url
blog_name
excerpt
 void FileBackedBlogEntry.load(BlogUser blogUser)
          Load a blog entry.
 void FileBackedBlogEntry.save(BlogUser blogUser)
          Save the blog entry.
 void FileBackedBlogEntry.delete(BlogUser blogUser)
          Delete the blog entry.
 void FileBackedBlogComment.load(BlogUser blogUser)
          Load the blog comment
 void FileBackedBlogComment.save(BlogUser blogUser)
          Save the blog comment
 void FileBackedBlogComment.delete(BlogUser blogUser)
          Delete the blog comment
 void FileBackedBlogCategory.load(Blog blog)
          Deprecated.  
 void FileBackedBlogCategory.save(Blog blog)
          Deprecated.  
 void FileBackedBlogCategory.delete(Blog blog)
          Deprecated.  
 void FileBackedBlogCategory.load(BlogUser blogUser)
          Load a blog category.
 void FileBackedBlogCategory.save(BlogUser blogUser)
          Save the blog category.
 void FileBackedBlogCategory.delete(BlogUser blogUser)
          Delete the blog category.
 BlogUser BlojsomConfiguration.loadBlog(java.lang.String blogID)
          Load a BlogUser for a given blog ID
abstract  void BlogEntry.load(BlogUser blogUser)
          Load a blog entry.
abstract  void BlogEntry.save(BlogUser blogUser)
          Save the blog entry.
abstract  void BlogEntry.delete(BlogUser blogUser)
          Delete the blog entry.
abstract  void BlogComment.load(BlogUser blogUser)
          Load the blog comment
abstract  void BlogComment.save(BlogUser blogUser)
          Save the blog comment
abstract  void BlogComment.delete(BlogUser blogUser)
          Delete the blog comment
abstract  void BlogCategory.load(Blog blog)
          Deprecated.  
abstract  void BlogCategory.save(Blog blog)
          Deprecated.  
abstract  void BlogCategory.delete(Blog blog)
          Deprecated.  
abstract  void BlogCategory.load(BlogUser blogUser)
          Load a blog category.
abstract  void BlogCategory.save(BlogUser blogUser)
          Save the blog category.
abstract  void BlogCategory.delete(BlogUser blogUser)
          Delete the blog category.
 

Uses of BlojsomException in org.blojsom.dispatcher
 

Methods in org.blojsom.dispatcher that throw BlojsomException
 void WebMacroDispatcher.init(javax.servlet.ServletConfig servletConfig, BlojsomConfiguration blojsomConfiguration)
          Initialization method for blojsom dispatchers
 void GroovyDispatcher.init(javax.servlet.ServletConfig servletConfig, BlojsomConfiguration blojsomConfiguration)
          Initialization method for blojsom dispatchers
 void FreeMarkerDispatcher.init(javax.servlet.ServletConfig servletConfig, BlojsomConfiguration blojsomConfiguration)
          Initialization method for blojsom dispatchers
 void VelocityDispatcher.init(javax.servlet.ServletConfig servletConfig, BlojsomConfiguration blojsomConfiguration)
          Initialization method for blojsom dispatchers
 void JSPDispatcher.init(javax.servlet.ServletConfig servletConfig, BlojsomConfiguration blojsomConfiguration)
          Initialization method for blojsom dispatchers
 void BlojsomDispatcher.init(javax.servlet.ServletConfig servletConfig, BlojsomConfiguration blojsomConfiguration)
          Initialization method for blojsom dispatchers
 

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

Methods in org.blojsom.extension.xmlrpc.handlers that throw BlojsomException
 void PingbackHandler.setBlogUser(BlogUser blogUser)
          Attach a blog instance to the API Handler so that it can interact with the blog
 void MovableTypeAPIHandler.setBlogUser(BlogUser blogUser)
          Attach a blog instance to the API Handler so that it can interact with the blog
 void MetaWeblogAPIHandler.setBlogUser(BlogUser blogUser)
          Attach a Blog instance to the API Handler so that it can interact with the blog
 void BloggerAPIHandler.setBlogUser(BlogUser blogUser)
          Attach a Blog instance to the API Handler so that it can interact with the blog
abstract  void AbstractBlojsomAPIHandler.setBlogUser(BlogUser blogUser)
          Attach a blog instance to the API Handler so that it can interact with the blog
 void AbstractBlojsomAPIHandler.setFetcher(BlojsomFetcher fetcher)
          Set the BlojsomFetcher instance that will be used to fetch categories and entries
 void AbstractBlojsomAPIHandler.setConfiguration(BlojsomConfiguration configuration)
          Set the BlojsomConfiguration instance that will be used to configure the handlers
 

Uses of BlojsomException in org.blojsom.fetcher
 

Subclasses of BlojsomException in org.blojsom.fetcher
 class BlojsomFetcherException
          BlojsomFetcherException
 

Uses of BlojsomException in org.blojsom.plugin
 

Subclasses of BlojsomException in org.blojsom.plugin
 class BlojsomPluginException
          BlojsomPluginException
 

Uses of BlojsomException in org.blojsom.util
 

Methods in org.blojsom.util that throw BlojsomException
static java.util.Properties BlojsomUtils.loadProperties(javax.servlet.ServletConfig servletConfig, java.lang.String configurationIP, boolean required)
          Try to load a properties file from disk
static java.util.Properties BlojsomUtils.loadProperties(javax.servlet.ServletConfig servletConfig, java.lang.String configurationIP, boolean required, boolean allowMultipleValues)
          Try to load a properties file from disk
static java.util.Properties BlojsomUtils.loadProperties(javax.servlet.ServletConfig servletConfig, java.lang.String configurationFile)
          Try to load a properties file from disk.
 

Uses of BlojsomException in org.blojsom.util.resources
 

Methods in org.blojsom.util.resources that throw BlojsomException
 void ResourceManager.init(BlojsomConfiguration blojsomConfiguration)
          Initialize the ResourceManager.
 void ResourceBundleResourceManager.init(BlojsomConfiguration blojsomConfiguration)
          Initialize the resource bundle manager.