Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler

Packages that use ActionHandler
com.liferay.portal.kernel.mobile.device.rulegroup   
 

Uses of ActionHandler in com.liferay.portal.kernel.mobile.device.rulegroup
 

Methods in com.liferay.portal.kernel.mobile.device.rulegroup that return ActionHandler
 ActionHandler ActionHandlerManager.getActionHandler(String actionType)
           
static ActionHandler ActionHandlerManagerUtil.getActionHandler(String actionType)
           
 ActionHandler ActionHandlerManager.unregisterActionHandler(String actionType)
           
static ActionHandler ActionHandlerManagerUtil.unregisterActionHandler(String actionType)
           
 

Methods in com.liferay.portal.kernel.mobile.device.rulegroup that return types with arguments of type ActionHandler
 Collection<ActionHandler> ActionHandlerManager.getActionHandlers()
           
static Collection<ActionHandler> ActionHandlerManagerUtil.getActionHandlers()
           
 

Methods in com.liferay.portal.kernel.mobile.device.rulegroup with parameters of type ActionHandler
 void ActionHandlerManager.registerActionHandler(ActionHandler actionHandler)
           
static void ActionHandlerManagerUtil.registerActionHandler(ActionHandler actionHandler)
           
 


Liferay 6.2-ce-ga5