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

java.lang.Object
  extended by com.liferay.portal.mobile.device.rulegroup.action.impl.BaseRedirectActionHandler
      extended by com.liferay.portal.mobile.device.rulegroup.action.impl.SiteRedirectActionHandler
All Implemented Interfaces:
com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler

public class SiteRedirectActionHandler
extends BaseRedirectActionHandler

Author:
Edward Han

Constructor Summary
SiteRedirectActionHandler()
           
 
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)
           
 void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
           
 void setLayoutLocalService(com.liferay.portal.service.LayoutLocalService layoutLocalService)
           
 
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

SiteRedirectActionHandler

public SiteRedirectActionHandler()
Method Detail

getHandlerType

public static java.lang.String getHandlerType()

getPropertyNames

public java.util.Collection<java.lang.String> getPropertyNames()

getType

public java.lang.String getType()

setGroupLocalService

public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)

setLayoutLocalService

public void setLayoutLocalService(com.liferay.portal.service.LayoutLocalService layoutLocalService)

getURL

protected java.lang.String getURL(com.liferay.portlet.mobiledevicerules.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.SystemException
Specified by:
getURL in class BaseRedirectActionHandler
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException