Liferay 6.2-ce-ga5

com.liferay.util.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 6.2-ce-ga5