Liferay 6.1.2-ce-ga3

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 Object


Constructor Summary
ActionHandlerManagerUtil()
           
 
Method Summary
static void applyActions(List<MDRAction> mdrActions, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static ActionHandler getActionHandler(String actionType)
           
static ActionHandlerManager getActionHandlerManager()
           
static Collection<ActionHandler> getActionHandlers()
           
static Collection<String> getActionHandlerTypes()
           
static void registerActionHandler(ActionHandler actionHandler)
           
 void setActionHandlerManager(ActionHandlerManager actionHandlerManager)
           
static ActionHandler unregisterActionHandler(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(List<MDRAction> mdrActions,
                                javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getActionHandler

public static ActionHandler getActionHandler(String actionType)

getActionHandlerManager

public static ActionHandlerManager getActionHandlerManager()

getActionHandlers

public static Collection<ActionHandler> getActionHandlers()

getActionHandlerTypes

public static Collection<String> getActionHandlerTypes()

registerActionHandler

public static void registerActionHandler(ActionHandler actionHandler)

unregisterActionHandler

public static ActionHandler unregisterActionHandler(String actionType)

setActionHandlerManager

public void setActionHandlerManager(ActionHandlerManager actionHandlerManager)

Liferay 6.1.2-ce-ga3