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:
- ActionHandler
public class SimpleRedirectActionHandler
- extends BaseRedirectActionHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleRedirectActionHandler
public SimpleRedirectActionHandler()
getHandlerType
public static String getHandlerType()
getPropertyNames
public Collection<String> getPropertyNames()
getType
public String getType()
getURL
protected String getURL(MDRAction mdrAction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
getURL
in class BaseRedirectActionHandler