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