com.liferay.portal.mobile.device.rulegroup.action.impl
Class SimpleRedirectActionHandler
java.lang.Object
com.liferay.portal.mobile.device.rulegroup.action.impl.BaseRedirectActionHandler
com.liferay.portal.mobile.device.rulegroup.action.impl.SimpleRedirectActionHandler
- All Implemented Interfaces:
- com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler
public class SimpleRedirectActionHandler
- extends BaseRedirectActionHandler
- Author:
- Edward Han
|
Method Summary |
static java.lang.String |
getHandlerType()
|
java.util.Collection<java.lang.String> |
getPropertyNames()
|
java.lang.String |
getType()
|
protected java.lang.String |
getURL(com.liferay.portlet.mobiledevicerules.model.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 |
SimpleRedirectActionHandler
public SimpleRedirectActionHandler()
getHandlerType
public static java.lang.String getHandlerType()
getPropertyNames
public java.util.Collection<java.lang.String> getPropertyNames()
getType
public java.lang.String getType()
getURL
protected java.lang.String getURL(com.liferay.portlet.mobiledevicerules.model.MDRAction mdrAction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
getURL in class BaseRedirectActionHandler