com.liferay.portal.kernel.mobile.device.rulegroup
Class ActionHandlerManagerUtil
java.lang.Object
com.liferay.portal.kernel.mobile.device.rulegroup.ActionHandlerManagerUtil
public class ActionHandlerManagerUtil
- extends java.lang.Object
- Author:
- Edward Han
| 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(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)