com.liferay.portal.kernel.mobile.device.rulegroup.action
Interface ActionHandler


public interface ActionHandler

Author:
Edward Han

Method Summary
 void applyAction(MDRAction mdrAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 java.util.Collection<java.lang.String> getPropertyNames()
           
 java.lang.String getType()
           
 

Method Detail

applyAction

void applyAction(MDRAction mdrAction,
                 javax.servlet.http.HttpServletRequest request,
                 javax.servlet.http.HttpServletResponse response)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getPropertyNames

java.util.Collection<java.lang.String> getPropertyNames()

getType

java.lang.String getType()