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

java.lang.Object
  extended by com.liferay.portal.mobile.device.rulegroup.action.impl.BaseRedirectActionHandler
      extended by 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

Constructor Summary
SimpleRedirectActionHandler()
           
 
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 com.liferay.portal.mobile.device.rulegroup.action.impl.BaseRedirectActionHandler
applyAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRedirectActionHandler

public SimpleRedirectActionHandler()
Method Detail

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