| org.blojsom.plugin.admin.event.EntryEvent org.blojsom.plugin.admin.event.ProcessEntryEvent
ProcessEntryEvent | public class ProcessEntryEvent extends EntryEvent (Code) | | Process blog entry event contains information about a blog entry with hooks for retrieving the servlet request,
response, and the current plugin execution context.
author: David Czarnecki version: $Id: ProcessEntryEvent.java,v 1.3 2007/01/17 02:35:08 czarneckid Exp $ since: blojsom 3.0 |
ProcessEntryEvent | public ProcessEntryEvent(Object source, Date timestamp, Entry entry, Blog blog, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Map context)(Code) | | Create a new event indicating something happened with an entry in the system.
Parameters: source - Source of the event Parameters: timestamp - Event timestamp Parameters: entry - Entry Parameters: blog - Blog Parameters: httpServletRequest - Request Parameters: httpServletResponse - Response Parameters: context - Context |
getContext | public Map getContext()(Code) | | Retrieve the plugin execution context
Context map |
|
|