Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
BaseRedirectActionHandler, LayoutTemplateModificationActionHandler, SimpleRedirectActionHandler, SiteRedirectActionHandler, ThemeModificationActionHandler

public interface ActionHandler


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

Collection<String> getPropertyNames()

getType

String getType()

Liferay 6.2-ce-ga5