com.liferay.portal.kernel.mobile.device.rulegroup
Class ActionHandlerManagerUtil
java.lang.Object
com.liferay.portal.kernel.mobile.device.rulegroup.ActionHandlerManagerUtil
public class ActionHandlerManagerUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionHandlerManagerUtil
public ActionHandlerManagerUtil()
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)