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

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

public class ThemeModificationActionHandler
extends java.lang.Object
implements com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler

Author:
Edward Han

Constructor Summary
ThemeModificationActionHandler()
           
 
Method Summary
 void applyAction(com.liferay.portlet.mobiledevicerules.model.MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static java.lang.String getHandlerType()
           
 java.util.Collection<java.lang.String> getPropertyNames()
           
 java.lang.String getType()
           
 void setThemeLocalService(com.liferay.portal.service.ThemeLocalService themeLocalService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeModificationActionHandler

public ThemeModificationActionHandler()
Method Detail

getHandlerType

public static java.lang.String getHandlerType()

applyAction

public void applyAction(com.liferay.portlet.mobiledevicerules.model.MDRAction mdrAction,
                        javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
Specified by:
applyAction in interface com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler

getPropertyNames

public java.util.Collection<java.lang.String> getPropertyNames()
Specified by:
getPropertyNames in interface com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler

getType

public java.lang.String getType()
Specified by:
getType in interface com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler

setThemeLocalService

public void setThemeLocalService(com.liferay.portal.service.ThemeLocalService themeLocalService)