public abstract class BaseRedirectActionHandler
extends java.lang.Object
implements com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler
| Constructor and Description |
|---|
BaseRedirectActionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyAction(com.liferay.portlet.mobiledevicerules.model.MDRAction mdrAction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract java.lang.String |
getURL(com.liferay.portlet.mobiledevicerules.model.MDRAction mdrAction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public void applyAction(com.liferay.portlet.mobiledevicerules.model.MDRAction mdrAction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
applyAction in interface com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandlercom.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected abstract java.lang.String getURL(com.liferay.portlet.mobiledevicerules.model.MDRAction mdrAction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException