Liferay 6.2-ce-ga5

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

public class SiteRedirectActionHandler
extends BaseRedirectActionHandler


Constructor Summary
SiteRedirectActionHandler()
           
 
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)
           
 void setGroupLocalService(GroupLocalService groupLocalService)
           
 void setLayoutLocalService(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 String getHandlerType()

getPropertyNames

public Collection<String> getPropertyNames()

getType

public String getType()

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)

setLayoutLocalService

public void setLayoutLocalService(LayoutLocalService layoutLocalService)

getURL

protected String getURL(MDRAction mdrAction,
                        javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws PortalException,
                        SystemException
Specified by:
getURL in class BaseRedirectActionHandler
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5