Uses of Class
org.blojsom.fetcher.BlojsomFetcherException

Packages that use BlojsomFetcherException
org.blojsom.fetcher Defines the classes and interfaces for blojsom fetchers  
org.blojsom.util Defines the classes and interfaces for blojsom utility functions  
 

Uses of BlojsomFetcherException in org.blojsom.fetcher
 

Methods in org.blojsom.fetcher that throw BlojsomFetcherException
 void CachingFetcher.init(javax.servlet.ServletConfig servletConfig, BlojsomConfiguration blojsomConfiguration)
          Initialize this fetcher.
 BlogEntry[] CachingFetcher.fetchEntries(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, BlogUser user, java.lang.String flavor, java.util.Map context)
          Fetch a set of BlogEntry objects.
 void StandardFetcher.init(javax.servlet.ServletConfig servletConfig, BlojsomConfiguration blojsomConfiguration)
          Initialize this fetcher.
 BlogEntry[] StandardFetcher.fetchEntries(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, BlogUser user, java.lang.String flavor, java.util.Map context)
          Fetch a set of BlogEntry objects.
 BlogEntry[] StandardFetcher.fetchEntries(java.util.Map fetchParameters, BlogUser user)
          Fetch a set of BlogEntry objects.
 BlogCategory[] StandardFetcher.fetchCategories(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, BlogUser user, java.lang.String flavor, java.util.Map context)
          Fetch a set of BlogCategory objects
 BlogCategory[] StandardFetcher.fetchCategories(java.util.Map fetchParameters, BlogUser user)
          Fetch a set of BlogCategory objects.
 void StandardFetcher.destroy()
          Called when BlojsomServlet is taken out of service
 void BlojsomFetcher.init(javax.servlet.ServletConfig servletConfig, BlojsomConfiguration blojsomConfiguration)
          Initialize this fetcher.
 BlogEntry[] BlojsomFetcher.fetchEntries(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, BlogUser user, java.lang.String flavor, java.util.Map context)
          Fetch a set of BlogEntry objects.
 BlogEntry[] BlojsomFetcher.fetchEntries(java.util.Map fetchParameters, BlogUser user)
          Fetch a set of BlogEntry objects.
 BlogCategory[] BlojsomFetcher.fetchCategories(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, BlogUser user, java.lang.String flavor, java.util.Map context)
          Fetch a set of BlogCategory objects
 BlogCategory[] BlojsomFetcher.fetchCategories(java.util.Map fetchParameters, BlogUser user)
          Fetch a set of BlogCategory objects.
 void BlojsomFetcher.destroy()
          Called when BlojsomServlet is taken out of service
 

Uses of BlojsomFetcherException in org.blojsom.util
 

Methods in org.blojsom.util that throw BlojsomFetcherException
static BlogEntry BlojsomUtils.fetchEntry(BlojsomFetcher fetcher, BlogUser blogUser, java.lang.String category, java.lang.String permalink)
          Fetch an BlogEntry given a category and permalink