Liferay 7.0-ce-m3

com.liferay.portal.kernel.portlet.bridges.mvc
Interface ActionCommand

All Known Implementing Classes:
BaseActionCommand

public interface ActionCommand


Method Summary
 boolean processCommand(PortletRequest portletRequest, PortletResponse portletResponse)
           
 

Method Detail

processCommand

boolean processCommand(PortletRequest portletRequest,
                       PortletResponse portletResponse)
                       throws PortletException
Throws:
PortletException

Liferay 7.0-ce-m3