Liferay 6.1.2-ce-ga3

com.liferay.portal.events
Class EventsProcessorUtil

java.lang.Object
  extended by com.liferay.portal.events.EventsProcessorUtil

public class EventsProcessorUtil
extends Object


Constructor Summary
EventsProcessorUtil()
           
 
Method Summary
static void process(String key, String[] classes)
           
static void process(String key, String[] classes, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void process(String key, String[] classes, javax.servlet.http.HttpSession session)
           
static void process(String key, String[] classes, String[] ids)
           
static void registerEvent(String key, Object event)
           
static void setEventsProcessor(EventsProcessor eventsProcessor)
           
static void unregisterEvent(String key, Object event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventsProcessorUtil

public EventsProcessorUtil()
Method Detail

process

public static void process(String key,
                           String[] classes)
                    throws ActionException
Throws:
ActionException

process

public static void process(String key,
                           String[] classes,
                           javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws ActionException
Throws:
ActionException

process

public static void process(String key,
                           String[] classes,
                           javax.servlet.http.HttpSession session)
                    throws ActionException
Throws:
ActionException

process

public static void process(String key,
                           String[] classes,
                           String[] ids)
                    throws ActionException
Throws:
ActionException

registerEvent

public static void registerEvent(String key,
                                 Object event)

setEventsProcessor

public static void setEventsProcessor(EventsProcessor eventsProcessor)

unregisterEvent

public static void unregisterEvent(String key,
                                   Object event)

Liferay 6.1.2-ce-ga3