| java.lang.Object org.blojsom.plugin.moderation.SpamPhraseModerationPlugin
SpamPhraseModerationPlugin | public class SpamPhraseModerationPlugin implements Plugin,Listener(Code) | | Spam phrase moderation plugin
author: David Czarnecki since: blojsom 3.0 version: $Id: SpamPhraseModerationPlugin.java,v 1.4 2007/01/17 02:35:12 czarneckid Exp $ |
SpamPhraseModerationPlugin | public SpamPhraseModerationPlugin()(Code) | | Create a new instance of the spam phrase moderation plugin
|
loadSpamPhrases | protected List loadSpamPhrases(Blog blog)(Code) | | Load the list of spam phrases from the blog
Parameters: blog - Blog List of spam phrases |
process | public Entry[] process(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Blog blog, Map context, Entry[] entries) throws PluginException(Code) | | 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 |
|
|