Liferay 6.1.2-ce-ga3

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:
ActionHandler

public class SimpleRedirectActionHandler
extends BaseRedirectActionHandler


Constructor Summary
SimpleRedirectActionHandler()
           
 
Method Summary
static String getHandlerType()
           
 Collection<String> getPropertyNames()
           
 String getType()
           
protected  String getURL(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 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

Liferay 6.1.2-ce-ga3