| java.lang.Object org.blojsom.plugin.weblogsping.WeblogsPingPlugin
WeblogsPingPlugin | public class WeblogsPingPlugin implements Listener,Plugin(Code) | | WeblogsPingPlugin
author: David Czarnecki version: $Id: WeblogsPingPlugin.java,v 1.6 2007/01/17 02:35:15 czarneckid Exp $ since: blojsom 3.0 |
BLOG_PING_URLS_IP | final public static String BLOG_PING_URLS_IP(Code) | | |
NO_PING_WEBLOGS_METADATA | final public static String NO_PING_WEBLOGS_METADATA(Code) | | |
PLUGIN_WEBLOGS_PING_FEED_URL_IP | final public static String PLUGIN_WEBLOGS_PING_FEED_URL_IP(Code) | | |
WeblogsPingPlugin | public WeblogsPingPlugin()(Code) | | Default constructor
|
destroy | public void destroy() throws PluginException(Code) | | Called when BlojsomServlet is taken out of service
throws: PluginException - If there is an error in finalizing this plugin |
handleEvent | public void handleEvent(Event event)(Code) | | Handle an event broadcast from another component
Parameters: event - Event to be handled |
init | public void init() throws PluginException(Code) | | Initialize this plugin. This method only called when the plugin is instantiated.
throws: PluginException - If there is an error initializing the plugin |
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 |
processEvent | public void processEvent(Event event)(Code) | | Process an event from another component
Parameters: event - Event to be handled |
|
|