Liferay 6.1.2-ce-ga3

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

public class LayoutTemplateModificationActionHandler
extends Object
implements ActionHandler


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

Liferay 6.1.2-ce-ga3