Liferay 6.2-ce-ga5

com.liferay.portal.mobile.device.rulegroup
Class DefaultActionHandlerManagerImpl

java.lang.Object
  extended by com.liferay.portal.mobile.device.rulegroup.DefaultActionHandlerManagerImpl
All Implemented Interfaces:
ActionHandlerManager

public class DefaultActionHandlerManagerImpl
extends Object
implements ActionHandlerManager


Constructor Summary
DefaultActionHandlerManagerImpl()
           
 
Method Summary
protected  void applyAction(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 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)
           
 void setActionHandlers(Collection<ActionHandler> actionHandlers)
           
 ActionHandler unregisterActionHandler(String actionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionHandlerManagerImpl

public DefaultActionHandlerManagerImpl()
Method Detail

applyActions

public void applyActions(List<MDRAction> mdrActions,
                         javax.servlet.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response)
                  throws PortalException,
                         SystemException
Specified by:
applyActions in interface ActionHandlerManager
Throws:
PortalException
SystemException

getActionHandler

public ActionHandler getActionHandler(String actionType)
Specified by:
getActionHandler in interface ActionHandlerManager

getActionHandlers

public Collection<ActionHandler> getActionHandlers()
Specified by:
getActionHandlers in interface ActionHandlerManager

getActionHandlerTypes

public Collection<String> getActionHandlerTypes()
Specified by:
getActionHandlerTypes in interface ActionHandlerManager

registerActionHandler

public void registerActionHandler(ActionHandler actionHandler)
Specified by:
registerActionHandler in interface ActionHandlerManager

setActionHandlers

public void setActionHandlers(Collection<ActionHandler> actionHandlers)

unregisterActionHandler

public ActionHandler unregisterActionHandler(String actionType)
Specified by:
unregisterActionHandler in interface ActionHandlerManager

applyAction

protected void applyAction(MDRAction mdrAction,
                           javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5