com.liferay.portal.kernel.mobile.device.rulegroup
Class ActionHandlerManagerUtil

java.lang.Object
  extended by com.liferay.portal.kernel.mobile.device.rulegroup.ActionHandlerManagerUtil

public class ActionHandlerManagerUtil
extends java.lang.Object

Author:
Edward Han

Constructor Summary
ActionHandlerManagerUtil()
           
 
Method Summary
static void applyActions(java.util.List<MDRAction> mdrActions, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static ActionHandler getActionHandler(java.lang.String actionType)
           
static ActionHandlerManager getActionHandlerManager()
           
static java.util.Collection<ActionHandler> getActionHandlers()
           
static java.util.Collection<java.lang.String> getActionHandlerTypes()
           
static void registerActionHandler(ActionHandler actionHandler)
           
 void setActionHandlerManager(ActionHandlerManager actionHandlerManager)
           
static ActionHandler unregisterActionHandler(java.lang.String actionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionHandlerManagerUtil

public ActionHandlerManagerUtil()
Method Detail

applyActions

public static void applyActions(java.util.List<MDRAction> mdrActions,
                                javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getActionHandler

public static ActionHandler getActionHandler(java.lang.String actionType)

getActionHandlerManager

public static ActionHandlerManager getActionHandlerManager()

getActionHandlers

public static java.util.Collection<ActionHandler> getActionHandlers()

getActionHandlerTypes

public static java.util.Collection<java.lang.String> getActionHandlerTypes()

registerActionHandler

public static void registerActionHandler(ActionHandler actionHandler)

unregisterActionHandler

public static ActionHandler unregisterActionHandler(java.lang.String actionType)

setActionHandlerManager

public void setActionHandlerManager(ActionHandlerManager actionHandlerManager)