public abstract class BaseRedirectActionHandler
extends java.lang.Object
implements com.liferay.mobile.device.rules.action.ActionHandler
| Constructor and Description |
|---|
BaseRedirectActionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyAction(com.liferay.mobile.device.rules.model.MDRAction mdrAction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract java.lang.String |
getURL(com.liferay.mobile.device.rules.model.MDRAction mdrAction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public void applyAction(com.liferay.mobile.device.rules.model.MDRAction mdrAction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws com.liferay.portal.kernel.exception.PortalException
applyAction in interface com.liferay.mobile.device.rules.action.ActionHandlercom.liferay.portal.kernel.exception.PortalExceptionprotected abstract java.lang.String getURL(com.liferay.mobile.device.rules.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.PortalException