org.jboss.portal.core.controller.portlet
Interface InvokePortletCommandFactory

All Known Implementing Classes:
InvokePortletInstanceCommandFactory

public interface InvokePortletCommandFactory

Version:
$Revision: 8786 $
Author:
Julien Viet

Method Summary
 ControllerCommand createInvokeActionCommand(ActionURL portletURL)
          Creates a command that will trigger the action url.
 ControllerCommand createInvokeRenderCommand(RenderURL portletURL)
          Creates a command that will trigger the render url.
 

Method Detail

createInvokeActionCommand

ControllerCommand createInvokeActionCommand(ActionURL portletURL)
Creates a command that will trigger the action url.

Parameters:
portletURL - the action url
Returns:
a controller command

createInvokeRenderCommand

ControllerCommand createInvokeRenderCommand(RenderURL portletURL)
Creates a command that will trigger the render url.

Parameters:
portletURL - the render url
Returns:
a controller command