|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginException | |
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 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 PluginException in org.blojsom.plugin |
Methods in org.blojsom.plugin that throw PluginException | |
void |
Plugin.init()
Initialize this plugin. |
Entry[] |
Plugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
Plugin.cleanup()
Perform any cleanup for the plugin. |
void |
Plugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of PluginException in org.blojsom.plugin.admin |
Methods in org.blojsom.plugin.admin that throw PluginException | |
Entry[] |
WebAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
ViewBlogUserPropertiesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
ThemeSwitcherPlugin.init()
Initialize this plugin. |
Entry[] |
ThemeSwitcherPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
ListWebAdminPluginsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
ForgottenPasswordPlugin.init()
Initialize this plugin. |
Entry[] |
ForgottenPasswordPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
FileUploadPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
EditBlogsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
EditBlogTemplatesPlugin.init()
Initialize this plugin. |
Entry[] |
EditBlogTemplatesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
EditBlogPropertiesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
EditBlogPreferencesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
EditBlogPluginsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
EditBlogPermissionsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
EditBlogFlavorsPlugin.init()
Initialize this plugin. |
Entry[] |
EditBlogFlavorsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
EditBlogEntriesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
EditBlogCategoriesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
EditBlogAuthorizationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
BulkResponseManagement.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
BaseAdminPlugin.init()
Initialize this plugin. |
Entry[] |
BaseAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.aggregator |
Methods in org.blojsom.plugin.aggregator that throw PluginException | |
void |
InternalAggregatorPlugin.init()
Initialize this plugin. |
Entry[] |
InternalAggregatorPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.akismet |
Methods in org.blojsom.plugin.akismet that throw PluginException | |
void |
AkismetModerationPlugin.init()
Initialize this plugin. |
Entry[] |
AkismetModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.calendar |
Methods in org.blojsom.plugin.calendar that throw PluginException | |
Entry[] |
VelocityCalendarPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
CalendarFilterPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
AbstractVisualCalendarPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
AbstractCalendarPlugin.init()
Initialize this plugin. |
Entry[] |
AbstractCalendarPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.chrono |
Methods in org.blojsom.plugin.chrono that throw PluginException | |
void |
ChronoPlugin.init()
Initialize this plugin. |
Entry[] |
ChronoPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.comment |
Methods in org.blojsom.plugin.comment that throw PluginException | |
void |
RecentCommentsPlugin.init()
Initialize this plugin. |
Entry[] |
RecentCommentsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 |
void |
MathCommentAuthenticationPlugin.init()
Initialize this plugin. |
Entry[] |
MathCommentAuthenticationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
protected void |
MathCommentAuthenticationPlugin.moderateComment(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Simple check to see if comment moderation is enabled |
void |
CommentPlugin.init()
Initialize this plugin. |
Entry[] |
CommentPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
CommentModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
protected void |
CommentModerationPlugin.moderateComment(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.common |
Methods in org.blojsom.plugin.common that throw PluginException | |
void |
StringUtilitiesPlugin.init()
Initialize this plugin. |
Entry[] |
StringUtilitiesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
RSSEnclosurePlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 |
FileAttachmentPlugin.init()
Initialize this plugin. |
Entry[] |
FileAttachmentPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
FileAttachmentPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
FileAttachmentPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
CountEntriesForCategoryPlugin.init()
Initialize this plugin. |
Entry[] |
CountEntriesForCategoryPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
CountEntriesForCategoryPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
CountEntriesForCategoryPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
ConvertLineBreaksPlugin.init()
Initialize this plugin. |
Entry[] |
ConvertLineBreaksPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
CollectionUtilitiesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 |
Uses of PluginException in org.blojsom.plugin.date |
Methods in org.blojsom.plugin.date that throw PluginException | |
void |
DateFormatPlugin.init()
Initialize this plugin. |
Entry[] |
DateFormatPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.delicious |
Methods in org.blojsom.plugin.delicious that throw PluginException | |
void |
DailyPostingPlugin.init()
Initialize this plugin. |
Entry[] |
DailyPostingPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.emoticons |
Methods in org.blojsom.plugin.emoticons that throw PluginException | |
void |
EnhancedEmoticonsPlugin.init()
Initialize this plugin. |
Entry[] |
EnhancedEmoticonsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 |
Uses of PluginException in org.blojsom.plugin.excerpt |
Methods in org.blojsom.plugin.excerpt that throw PluginException | |
void |
ExcerptPlugin.init()
Initialize this plugin. |
Entry[] |
ExcerptPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.filter |
Methods in org.blojsom.plugin.filter that throw PluginException | |
void |
XSSFilterPlugin.init()
Initialize this plugin. |
Entry[] |
XSSFilterPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.footnote |
Methods in org.blojsom.plugin.footnote that throw PluginException | |
void |
FootnotePlugin.init()
Initialize this plugin. |
Entry[] |
FootnotePlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.highlight |
Methods in org.blojsom.plugin.highlight that throw PluginException | |
void |
GoogleHighlightPlugin.init()
Initialize this plugin. |
Entry[] |
GoogleHighlightPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.hyperlink |
Methods in org.blojsom.plugin.hyperlink that throw PluginException | |
void |
HyperlinkURLPlugin.init()
Initialize this plugin. |
Entry[] |
HyperlinkURLPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.language |
Methods in org.blojsom.plugin.language that throw PluginException | |
void |
LanguageSelectionPlugin.init()
Initialize this plugin. |
Entry[] |
LanguageSelectionPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.limiter |
Methods in org.blojsom.plugin.limiter that throw PluginException | |
void |
PreviewPlugin.init()
Initialize this plugin. |
Entry[] |
PreviewPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 |
ConditionalGetPlugin.init()
Initialize this plugin. |
Entry[] |
ConditionalGetPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.macro |
Methods in org.blojsom.plugin.macro that throw PluginException | |
void |
MacroExpansionPlugin.init()
Initialize this plugin. |
Entry[] |
MacroExpansionPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.macro.admin |
Methods in org.blojsom.plugin.macro.admin that throw PluginException | |
Entry[] |
MacroExpansionAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Uses of PluginException in org.blojsom.plugin.markdown |
Methods in org.blojsom.plugin.markdown that throw PluginException | |
void |
MarkdownPlugin.init()
Initialize this plugin. |
Entry[] |
MarkdownPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.markup |
Methods in org.blojsom.plugin.markup that throw PluginException | |
void |
MarkupSelectionPlugin.init()
Initialize this plugin. |
Entry[] |
MarkupSelectionPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.meta |
Methods in org.blojsom.plugin.meta that throw PluginException | |
void |
MetaPlugin.init()
Initialize this plugin. |
Entry[] |
MetaPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 |
Uses of PluginException in org.blojsom.plugin.moblog |
Methods in org.blojsom.plugin.moblog that throw PluginException | |
void |
MoblogPlugin.init()
Initialize this plugin. |
Entry[] |
MoblogPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.moblog.admin |
Methods in org.blojsom.plugin.moblog.admin that throw PluginException | |
Entry[] |
MoblogAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Uses of PluginException in org.blojsom.plugin.moderation |
Methods in org.blojsom.plugin.moderation that throw PluginException | |
void |
SpamPhraseModerationPlugin.init()
Initialize this plugin. |
Entry[] |
SpamPhraseModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
OpenProxyModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
LinkSpamModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
IPAddressModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.moderation.admin |
Methods in org.blojsom.plugin.moderation.admin that throw PluginException | |
void |
SpamPhraseModerationAdminPlugin.init()
Initialize this plugin. |
Entry[] |
SpamPhraseModerationAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
IPAddressModerationAdminPlugin.init()
Initialize this plugin. |
Entry[] |
IPAddressModerationAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Uses of PluginException in org.blojsom.plugin.nofollow |
Methods in org.blojsom.plugin.nofollow that throw PluginException | |
void |
NoFollowPlugin.init()
Initialize this plugin. |
Entry[] |
NoFollowPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.obfuscation |
Methods in org.blojsom.plugin.obfuscation that throw PluginException | |
void |
SimpleObfuscationPlugin.init()
Initialize this plugin. |
Entry[] |
SimpleObfuscationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.permission |
Methods in org.blojsom.plugin.permission that throw PluginException | |
void |
PermissionCheckPlugin.init()
Initialize this plugin. |
Entry[] |
PermissionCheckPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.pingback |
Methods in org.blojsom.plugin.pingback that throw PluginException | |
void |
RecentPingbacksPlugin.init()
Initialize this plugin. |
Entry[] |
RecentPingbacksPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
RecentPingbacksPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
RecentPingbacksPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
PingbackPlugin.init()
Initialize this plugin. |
Entry[] |
PingbackPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.previous |
Methods in org.blojsom.plugin.previous that throw PluginException | |
void |
PreviousEntriesPlugin.init()
Initialize this plugin. |
Entry[] |
PreviousEntriesPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
PreviousEntriesPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
PreviousEntriesPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of PluginException in org.blojsom.plugin.registration |
Subclasses of PluginException in org.blojsom.plugin.registration | |
class |
MissingParameterException
Exception indicating that a required parameter is missing. |
Methods in org.blojsom.plugin.registration that throw PluginException | |
void |
RegistrationPlugin.init()
|
Entry[] |
RegistrationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
|
void |
RegistrationPlugin.cleanup()
|
void |
RegistrationPlugin.destroy()
|
Uses of PluginException in org.blojsom.plugin.scripting |
Methods in org.blojsom.plugin.scripting that throw PluginException | |
void |
GroovyPlugin.init()
Initialize this plugin. |
Entry[] |
GroovyPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.search |
Methods in org.blojsom.plugin.search that throw PluginException | |
void |
SimpleSearchPlugin.init()
Initialize this plugin. |
Entry[] |
SimpleSearchPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.security |
Methods in org.blojsom.plugin.security that throw PluginException | |
void |
FormAuthenticationPlugin.init()
Initialize the plugin |
Entry[] |
FormAuthenticationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Entry[] |
BasicAuthenticationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.showmore |
Methods in org.blojsom.plugin.showmore that throw PluginException | |
void |
ShowMeMorePlugin.init()
Initialize this plugin. |
Entry[] |
ShowMeMorePlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.showmore.admin |
Methods in org.blojsom.plugin.showmore.admin that throw PluginException | |
Entry[] |
ShowMeMoreAdminPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Uses of PluginException in org.blojsom.plugin.skip |
Methods in org.blojsom.plugin.skip that throw PluginException | |
void |
SkipFilterHelperPlugin.init()
Initialize this plugin. |
Entry[] |
SkipFilterHelperPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
SkipFilterHelperPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
SkipFilterHelperPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of PluginException in org.blojsom.plugin.statistics |
Methods in org.blojsom.plugin.statistics that throw PluginException | |
void |
WordCountPlugin.init()
Initialize this plugin. |
Entry[] |
WordCountPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
DaysSincePostedPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.syndication |
Methods in org.blojsom.plugin.syndication that throw PluginException | |
Entry[] |
FeedImportPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Uses of PluginException in org.blojsom.plugin.technorati |
Methods in org.blojsom.plugin.technorati that throw PluginException | |
void |
TechnoratiTagsPlugin.init()
Initialize this plugin. |
Entry[] |
TechnoratiTagsPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
TagCloudPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.textile |
Methods in org.blojsom.plugin.textile that throw PluginException | |
void |
TextilePlugin.init()
Initialize this plugin. |
Entry[] |
TextilePlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.tools |
Methods in org.blojsom.plugin.tools that throw PluginException | |
void |
RenderToolPlugin.init()
Initialize this plugin. |
Entry[] |
RenderToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
MathToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
ListToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
IteratorToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
ImportToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
ExtendedListToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
DateToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
ArrayToolPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.trackback |
Methods in org.blojsom.plugin.trackback that throw PluginException | |
void |
TrackbackPlugin.init()
Initialize this plugin. |
Entry[] |
TrackbackPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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()
Initialize this plugin. |
Entry[] |
TrackbackModerationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
protected void |
TrackbackModerationPlugin.moderateTrackback(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Simple check to see if trackback moderation is enabled |
void |
TrackbackModerationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
TrackbackModerationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
RecentTrackbacksPlugin.init()
Initialize this plugin. |
Entry[] |
RecentTrackbacksPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
RecentTrackbacksPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
RecentTrackbacksPlugin.destroy()
Called when BlojsomServlet is taken out of service |
void |
AutoTrackbackPlugin.init()
Initialize this plugin. |
Entry[] |
AutoTrackbackPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.twitter |
Methods in org.blojsom.plugin.twitter that throw PluginException | |
void |
TwitterNotificationPlugin.init()
Initialize this plugin. |
Entry[] |
TwitterNotificationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
TwitterNotificationPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
TwitterNotificationPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of PluginException in org.blojsom.plugin.velocity |
Methods in org.blojsom.plugin.velocity that throw PluginException | |
void |
StandaloneVelocityPlugin.init()
Initialize this plugin. |
Uses of PluginException in org.blojsom.plugin.weather |
Methods in org.blojsom.plugin.weather that throw PluginException | |
void |
WeatherPlugin.init()
Initialize this plugin. |
Entry[] |
WeatherPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.weblogsping |
Methods in org.blojsom.plugin.weblogsping that throw PluginException | |
void |
WeblogsPingPlugin.init()
Initialize this plugin. |
Entry[] |
WeblogsPingPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.widget |
Methods in org.blojsom.plugin.widget that throw PluginException | |
void |
WidgetPlugin.init()
Initialize this plugin. |
Entry[] |
WidgetPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
WidgetPlugin.cleanup()
Perform any cleanup for the plugin. |
void |
WidgetPlugin.destroy()
Called when BlojsomServlet is taken out of service |
Uses of PluginException in org.blojsom.plugin.widget.admin |
Methods in org.blojsom.plugin.widget.admin that throw PluginException | |
void |
WidgetAdministrationPlugin.init()
Initialize this plugin. |
Entry[] |
WidgetAdministrationPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
Uses of PluginException in org.blojsom.plugin.wiki |
Methods in org.blojsom.plugin.wiki that throw PluginException | |
void |
WikiPlugin.init()
Initialize this plugin. |
Entry[] |
WikiPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 PluginException in org.blojsom.plugin.xpath |
Methods in org.blojsom.plugin.xpath that throw PluginException | |
Entry[] |
XPathSearchPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] entries)
Process the blog entries |
void |
XPathPlugin.init()
Initialize this plugin. |
Entry[] |
XPathPlugin.process(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
Entry[] 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 |