Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.mobile.device.rulegroup
Interface ActionHandlerManager


public interface ActionHandlerManager


Method Summary
 void applyActions(List<MDRAction> mdrActions, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 ActionHandler getActionHandler(String actionType)
           
 Collection<ActionHandler> getActionHandlers()
           
 Collection<String> getActionHandlerTypes()
           
 void registerActionHandler(ActionHandler actionHandler)
           
 ActionHandler unregisterActionHandler(String actionType)
           
 

Method Detail

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)

Liferay 6.1.2-ce-ga3