Liferay 6.2-ce-ga5

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

public class ThemeModificationActionHandler
extends Object
implements ActionHandler


Constructor Summary
ThemeModificationActionHandler()
           
 
Method Summary
 void applyAction(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static String getHandlerType()
           
 Collection<String> getPropertyNames()
           
 String getType()
           
 void setThemeLocalService(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 String getHandlerType()

applyAction

public void applyAction(MDRAction mdrAction,
                        javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
Specified by:
applyAction in interface ActionHandler

getPropertyNames

public Collection<String> getPropertyNames()
Specified by:
getPropertyNames in interface ActionHandler

getType

public String getType()
Specified by:
getType in interface ActionHandler

setThemeLocalService

public void setThemeLocalService(ThemeLocalService themeLocalService)

Liferay 6.2-ce-ga5