Perform any cleanup for the plugin. Called after
CommentPlugin.process .
throws: PluginException - If there is an error performing cleanup for this plugin
Initialize this plugin. This method only called when the plugin is instantiated.
throws: PluginException - If there is an error initializing the plugin
Process the blog entries
Parameters: httpServletRequest - Request Parameters: httpServletResponse - Response Parameters: blog - Blog instance Parameters: context - Context Parameters: entries - Blog entries retrieved for the particular request Modified set of blog entries throws: PluginException - If there is an error processing the blog entries
Setup the comment e-mail
Parameters: blog - Blog information Parameters: entry - Entry Parameters: email - Email message throws: EmailException - If there is an error preparing the e-mail message
Fields inherited from org.blojsom.plugin.velocity.StandaloneVelocityPlugin