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

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

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

Author:
Edward Han

Constructor Summary
LayoutTemplateModificationActionHandler()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutTemplateModificationActionHandler

public LayoutTemplateModificationActionHandler()
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