|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlojsomPluginException | |
org.blojsom.plugin | Defines the classes and interfaces for blojsom plugins |
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 blog 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.categories | Defines the classes and interfaces for genric blojsom plugins that deal with categories. |
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.crosspost | Defines the classes and interfaces for the blojsom crosspost plugin |
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.email | Defines the classes and interfaces for the blojsom send e-mail plugin |
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.export | Defines the classes and interfaces for the blojsom plugins that handle export of blog content (entries, templates, resources) |
org.blojsom.plugin.fetcher | Defines the classes and interfaces for the blojsom fetcher-related plugins |
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.helper | Defines the classes and interfaces for the blojsom plugin-helper plugins |
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.importer | A plugin that allows you to import entries from a syndication feed to your blog. |
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.referer | Defines the classes and interfaces for the blojsom referer 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.statistics | Defines the classes and interfaces for the blojsom plugins that calculate information or statistics about blog entries. |
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.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.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 BlojsomPluginException in org.blojsom.plugin |
Methods in org.blojsom.plugin that throw BlojsomPluginException | |
void |
BlojsomPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
BlojsomPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
BlojsomPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
BlojsomPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.admin |
Methods in org.blojsom.plugin.admin that throw BlojsomPluginException | |
BlogEntry[] |
WebAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ThemeUploadPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ThemeUploadPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ThemeUploadPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ThemeUploadPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
ThemeSwitcherPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ThemeSwitcherPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
BlogEntry[] |
ReloadBlogPropertiesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ListWebAdminPluginsPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ListWebAdminPluginsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ForgottenPasswordPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ForgottenPasswordPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ForgottenPasswordPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ForgottenPasswordPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
FileUploadPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
FileUploadPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EditBlogUsersPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EditBlogUsersPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EditBlogTemplatesPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EditBlogTemplatesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
BlogEntry[] |
EditBlogPropertiesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EditBlogPluginsPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EditBlogPluginsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EditBlogPermissionsPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EditBlogPermissionsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EditBlogFlavorsPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EditBlogFlavorsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EditBlogEntriesPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EditBlogEntriesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EditBlogCategoriesPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EditBlogCategoriesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EditBlogAuthorizationPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EditBlogAuthorizationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
BlogEntry[] |
BookmarkletPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
BaseAdminPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
BaseAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
BaseAdminPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
BaseAdminPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.aggregator |
Methods in org.blojsom.plugin.aggregator that throw BlojsomPluginException | |
void |
InternalAggregatorPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
InternalAggregatorPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
InternalAggregatorPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
InternalAggregatorPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.akismet |
Methods in org.blojsom.plugin.akismet that throw BlojsomPluginException | |
void |
AkismetModerationPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
AkismetModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
AkismetModerationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
AkismetModerationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.calendar |
Methods in org.blojsom.plugin.calendar that throw BlojsomPluginException | |
BlogEntry[] |
VelocityCalendarPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
BlogEntry[] |
CalendarFilterPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
BlogEntry[] |
AbstractVisualCalendarPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
AbstractCalendarPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
AbstractCalendarPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
AbstractCalendarPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
AbstractCalendarPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.categories |
Methods in org.blojsom.plugin.categories that throw BlojsomPluginException | |
void |
CategoryTemplatePlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
CategoryTemplatePlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
CategoryTemplatePlugin.cleanup()
Perform any cleanup for the plugin. |
void |
CategoryTemplatePlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.chrono |
Methods in org.blojsom.plugin.chrono that throw BlojsomPluginException | |
void |
ChronoPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ChronoPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ChronoPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ChronoPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.comment |
Methods in org.blojsom.plugin.comment that throw BlojsomPluginException | |
void |
RecentCommentsPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
RecentCommentsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
RecentCommentsPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
RecentCommentsPlugin.destroy()
Called when BlojsomServlet is taken out of service |
protected void |
MathCommentAuthenticationPlugin.moderateComment(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Simple check to see if comment moderation is enabled |
void |
CommentPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
CommentPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
CommentPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
CommentPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
CommentModerationPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
CommentModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
protected void |
CommentModerationPlugin.moderateComment(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Simple check to see if comment moderation is enabled |
void |
CommentModerationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
CommentModerationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.common |
Methods in org.blojsom.plugin.common that throw BlojsomPluginException | |
void |
VelocityPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
void |
StringUtilitiesPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
StringUtilitiesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
StringUtilitiesPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
StringUtilitiesPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
RSSEnclosurePlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
RSSEnclosurePlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
RSSEnclosurePlugin.cleanup()
Perform any cleanup for the plugin. |
void |
RSSEnclosurePlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
IPBanningPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
void |
ConvertLineBreaksPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ConvertLineBreaksPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ConvertLineBreaksPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ConvertLineBreaksPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
CollectionUtilitiesPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
CollectionUtilitiesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
CollectionUtilitiesPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
CollectionUtilitiesPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
AllEntriesPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
AllEntriesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
AllEntriesPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
AllEntriesPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.crosspost |
Methods in org.blojsom.plugin.crosspost that throw BlojsomPluginException | |
void |
CrosspostPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
CrosspostPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
CrosspostPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
CrosspostPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.date |
Methods in org.blojsom.plugin.date that throw BlojsomPluginException | |
void |
DateFormatPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
DateFormatPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
DateFormatPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
DateFormatPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.delicious |
Methods in org.blojsom.plugin.delicious that throw BlojsomPluginException | |
void |
DailyPostingPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
DailyPostingPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
DailyPostingPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
DailyPostingPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.email |
Methods in org.blojsom.plugin.email that throw BlojsomPluginException | |
void |
SendEmailPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
SendEmailPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
SendEmailPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
SendEmailPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.emoticons |
Methods in org.blojsom.plugin.emoticons that throw BlojsomPluginException | |
void |
EnhancedEmoticonsPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EnhancedEmoticonsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EnhancedEmoticonsPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
EnhancedEmoticonsPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
EmoticonsPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EmoticonsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EmoticonsPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
EmoticonsPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.excerpt |
Methods in org.blojsom.plugin.excerpt that throw BlojsomPluginException | |
void |
ExcerptPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ExcerptPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ExcerptPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ExcerptPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.export |
Methods in org.blojsom.plugin.export that throw BlojsomPluginException | |
void |
ExportBlogPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ExportBlogPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
Uses of BlojsomPluginException in org.blojsom.plugin.fetcher |
Methods in org.blojsom.plugin.fetcher that throw BlojsomPluginException | |
void |
FetcherHelperPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
FetcherHelperPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
FetcherHelperPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
FetcherHelperPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.filter |
Methods in org.blojsom.plugin.filter that throw BlojsomPluginException | |
void |
XSSFilterPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
XSSFilterPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
XSSFilterPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
XSSFilterPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.footnote |
Methods in org.blojsom.plugin.footnote that throw BlojsomPluginException | |
void |
FootnotePlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
FootnotePlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
FootnotePlugin.cleanup()
Perform any cleanup for the plugin. |
void |
FootnotePlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.helper |
Methods in org.blojsom.plugin.helper that throw BlojsomPluginException | |
void |
PluginHelperPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
PluginHelperPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
PluginHelperPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
PluginHelperPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.highlight |
Methods in org.blojsom.plugin.highlight that throw BlojsomPluginException | |
void |
GoogleHighlightPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
GoogleHighlightPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
GoogleHighlightPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
GoogleHighlightPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.hyperlink |
Methods in org.blojsom.plugin.hyperlink that throw BlojsomPluginException | |
void |
HyperlinkURLPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
HyperlinkURLPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
HyperlinkURLPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
HyperlinkURLPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.importer |
Methods in org.blojsom.plugin.importer that throw BlojsomPluginException | |
void |
SyndicationFeedImportPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
SyndicationFeedImportPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
SyndicationFeedImportPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
SyndicationFeedImportPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.language |
Methods in org.blojsom.plugin.language that throw BlojsomPluginException | |
void |
LanguageSelectionPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
LanguageSelectionPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
LanguageSelectionPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
LanguageSelectionPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.limiter |
Methods in org.blojsom.plugin.limiter that throw BlojsomPluginException | |
void |
PreviewPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
PreviewPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
PreviewPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
PreviewPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
EntriesLimiterPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
EntriesLimiterPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
EntriesLimiterPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
EntriesLimiterPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
ConditionalGetPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ConditionalGetPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ConditionalGetPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ConditionalGetPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.macro |
Methods in org.blojsom.plugin.macro that throw BlojsomPluginException | |
void |
MacroExpansionPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
MacroExpansionPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
MacroExpansionPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
MacroExpansionPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.macro.admin |
Methods in org.blojsom.plugin.macro.admin that throw BlojsomPluginException | |
BlogEntry[] |
MacroExpansionAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
Uses of BlojsomPluginException in org.blojsom.plugin.markdown |
Methods in org.blojsom.plugin.markdown that throw BlojsomPluginException | |
void |
MarkdownPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
MarkdownPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
MarkdownPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
MarkdownPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.markup |
Methods in org.blojsom.plugin.markup that throw BlojsomPluginException | |
void |
MarkupSelectionPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
MarkupSelectionPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
MarkupSelectionPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
MarkupSelectionPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.meta |
Methods in org.blojsom.plugin.meta that throw BlojsomPluginException | |
void |
MetaPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
MetaPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
MetaPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
MetaPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
AssociatedCategoriesPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
AssociatedCategoriesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
AssociatedCategoriesPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
AssociatedCategoriesPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.moblog |
Methods in org.blojsom.plugin.moblog that throw BlojsomPluginException | |
void |
MoblogPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
MoblogPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
MoblogPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
MoblogPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.moblog.admin |
Methods in org.blojsom.plugin.moblog.admin that throw BlojsomPluginException | |
BlogEntry[] |
MoblogAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
Uses of BlojsomPluginException in org.blojsom.plugin.moderation |
Methods in org.blojsom.plugin.moderation that throw BlojsomPluginException | |
void |
SpamPhraseModerationPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
SpamPhraseModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
SpamPhraseModerationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
SpamPhraseModerationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
OpenProxyModerationPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
protected void |
OpenProxyModerationPlugin.checkOpenProxy(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Simple check to see if comment moderation is enabled |
BlogEntry[] |
OpenProxyModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
OpenProxyModerationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
OpenProxyModerationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
LinkSpamModerationPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
LinkSpamModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
LinkSpamModerationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
LinkSpamModerationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
IPAddressModerationPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
IPAddressModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
IPAddressModerationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
IPAddressModerationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.moderation.admin |
Methods in org.blojsom.plugin.moderation.admin that throw BlojsomPluginException | |
void |
SpamPhraseModerationAdminPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
SpamPhraseModerationAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
IPAddressModerationAdminPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
IPAddressModerationAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
Uses of BlojsomPluginException in org.blojsom.plugin.nofollow |
Methods in org.blojsom.plugin.nofollow that throw BlojsomPluginException | |
void |
NoFollowPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
NoFollowPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
NoFollowPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
NoFollowPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.obfuscation |
Methods in org.blojsom.plugin.obfuscation that throw BlojsomPluginException | |
void |
SimpleObfuscationPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
SimpleObfuscationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
SimpleObfuscationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
SimpleObfuscationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.permission |
Methods in org.blojsom.plugin.permission that throw BlojsomPluginException | |
void |
PermissionCheckPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
PermissionCheckPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
PermissionCheckPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
PermissionCheckPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.pingback |
Methods in org.blojsom.plugin.pingback that throw BlojsomPluginException | |
void |
PingbackPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
PingbackPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
PingbackPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
PingbackPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.referer |
Methods in org.blojsom.plugin.referer that throw BlojsomPluginException | |
void |
RefererLogPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
RefererLogPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
RefererLogPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
RefererLogPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.scripting |
Methods in org.blojsom.plugin.scripting that throw BlojsomPluginException | |
void |
GroovyPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
GroovyPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
GroovyPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
GroovyPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.search |
Methods in org.blojsom.plugin.search that throw BlojsomPluginException | |
void |
SimpleSearchPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
SimpleSearchPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
SimpleSearchPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
SimpleSearchPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.security |
Methods in org.blojsom.plugin.security that throw BlojsomPluginException | |
void |
BasicAuthenticationPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
BasicAuthenticationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
BasicAuthenticationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
BasicAuthenticationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.showmore |
Methods in org.blojsom.plugin.showmore that throw BlojsomPluginException | |
void |
ShowMeMorePlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ShowMeMorePlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ShowMeMorePlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ShowMeMorePlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.showmore.admin |
Methods in org.blojsom.plugin.showmore.admin that throw BlojsomPluginException | |
void |
ShowMeMoreAdminPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ShowMeMoreAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
Uses of BlojsomPluginException in org.blojsom.plugin.statistics |
Methods in org.blojsom.plugin.statistics that throw BlojsomPluginException | |
void |
WordCountPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
WordCountPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
WordCountPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
WordCountPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
DaysSincePostedPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
DaysSincePostedPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
DaysSincePostedPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
DaysSincePostedPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.technorati |
Methods in org.blojsom.plugin.technorati that throw BlojsomPluginException | |
void |
TechnoratiTagsPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
TechnoratiTagsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
TechnoratiTagsPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
TechnoratiTagsPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
TagCloudPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
TagCloudPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
TagCloudPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
TagCloudPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.textile |
Methods in org.blojsom.plugin.textile that throw BlojsomPluginException | |
void |
TextilePlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
TextilePlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
TextilePlugin.cleanup()
Perform any cleanup for the plugin. |
void |
TextilePlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.tools |
Methods in org.blojsom.plugin.tools that throw BlojsomPluginException | |
void |
RenderToolPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
RenderToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
RenderToolPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
RenderToolPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
MathToolPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
MathToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
MathToolPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
MathToolPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
ListToolPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ListToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ListToolPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ListToolPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
IteratorToolPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
IteratorToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
IteratorToolPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
IteratorToolPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
ImportToolPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ImportToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ImportToolPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ImportToolPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
ExtendedListToolPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ExtendedListToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ExtendedListToolPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ExtendedListToolPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
DateToolPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
DateToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
DateToolPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
DateToolPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
ArrayToolPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
ArrayToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
ArrayToolPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
ArrayToolPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.trackback |
Methods in org.blojsom.plugin.trackback that throw BlojsomPluginException | |
void |
TrackbackPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
TrackbackPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
TrackbackPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
TrackbackPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
TrackbackModerationPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
TrackbackModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
protected void |
TrackbackModerationPlugin.moderateTrackback(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Simple check to see if trackback moderation is enabled param httpServletRequest Request |
void |
TrackbackModerationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
TrackbackModerationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
AutoTrackbackPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
AutoTrackbackPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
AutoTrackbackPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
AutoTrackbackPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.velocity |
Methods in org.blojsom.plugin.velocity that throw BlojsomPluginException | |
void |
StandaloneVelocityPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
Uses of BlojsomPluginException in org.blojsom.plugin.weather |
Methods in org.blojsom.plugin.weather that throw BlojsomPluginException | |
void |
WeatherPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
WeatherPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
WeatherPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
WeatherPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.weblogsping |
Methods in org.blojsom.plugin.weblogsping that throw BlojsomPluginException | |
void |
WeblogsPingPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
WeblogsPingPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
WeblogsPingPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
WeblogsPingPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.wiki |
Methods in org.blojsom.plugin.wiki that throw BlojsomPluginException | |
void |
WikiPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
WikiPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
WikiPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
WikiPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of BlojsomPluginException in org.blojsom.plugin.xpath |
Methods in org.blojsom.plugin.xpath that throw BlojsomPluginException | |
BlogEntry[] |
XPathSearchPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
XPathPlugin.init(javax.servlet.ServletConfig servletConfig,
BlojsomConfiguration blojsomConfiguration)
Initialize this plugin. |
BlogEntry[] |
XPathPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
BlogUser user,
java.util.Map context,
BlogEntry[] entries)
Process the blog entries |
void |
XPathPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
XPathPlugin.destroy()
Called when BlojsomServlet is taken out of service |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |