Liferay 6.1.2-ce-ga3

com.liferay.portal.mobile.device.rulegroup.action.impl
Class BaseRedirectActionHandler

java.lang.Object
  extended by com.liferay.portal.mobile.device.rulegroup.action.impl.BaseRedirectActionHandler
All Implemented Interfaces:
ActionHandler
Direct Known Subclasses:
SimpleRedirectActionHandler, SiteRedirectActionHandler

public abstract class BaseRedirectActionHandler
extends Object
implements ActionHandler


Constructor Summary
BaseRedirectActionHandler()
           
 
Method Summary
 void applyAction(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected abstract  String getURL(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler
getPropertyNames, getType
 

Constructor Detail

BaseRedirectActionHandler

public BaseRedirectActionHandler()
Method Detail

applyAction

public void applyAction(MDRAction mdrAction,
                        javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws PortalException,
                        SystemException
Specified by:
applyAction in interface ActionHandler
Throws:
PortalException
SystemException

getURL

protected abstract String getURL(MDRAction mdrAction,
                                 javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3