com.liferay.portal.kernel.mobile.device.rulegroup
Interface ActionHandlerManager
- All Known Implementing Classes:
- DefaultActionHandlerManagerImpl
public interface ActionHandlerManager
applyActions
void applyActions(List<MDRAction> mdrActions,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getActionHandler
ActionHandler getActionHandler(String actionType)
getActionHandlers
Collection<ActionHandler> getActionHandlers()
getActionHandlerTypes
Collection<String> getActionHandlerTypes()
registerActionHandler
void registerActionHandler(ActionHandler actionHandler)
unregisterActionHandler
ActionHandler unregisterActionHandler(String actionType)