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   
com.liferay.portal.mobile.device.rulegroup   
com.liferay.portal.mobile.device.rulegroup.action.impl   
 

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)
           
 

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

Methods in com.liferay.portal.mobile.device.rulegroup that return ActionHandler
 ActionHandler DefaultActionHandlerManagerImpl.getActionHandler(String actionType)
           
 ActionHandler DefaultActionHandlerManagerImpl.unregisterActionHandler(String actionType)
           
 

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

Methods in com.liferay.portal.mobile.device.rulegroup with parameters of type ActionHandler
 void DefaultActionHandlerManagerImpl.registerActionHandler(ActionHandler actionHandler)
           
 

Method parameters in com.liferay.portal.mobile.device.rulegroup with type arguments of type ActionHandler
 void DefaultActionHandlerManagerImpl.setActionHandlers(Collection<ActionHandler> actionHandlers)
           
 

Uses of ActionHandler in com.liferay.portal.mobile.device.rulegroup.action.impl
 

Classes in com.liferay.portal.mobile.device.rulegroup.action.impl that implement ActionHandler
 class BaseRedirectActionHandler
           
 class LayoutTemplateModificationActionHandler
           
 class SimpleRedirectActionHandler
           
 class SiteRedirectActionHandler
           
 class ThemeModificationActionHandler
           
 


Liferay 6.2-ce-ga5