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

All Known Implementing Classes:
InvokePortletInstanceCommandFactory

public interface InvokePortletCommandFactory

Version:
$Revision: 10544 $
Author:
Julien Viet

Method Summary
 ControllerCommand createInvokeActionCommand(org.jboss.portal.portlet.ActionURL portletURL)
          Creates a command that will trigger the action url.
 ControllerCommand createInvokeRenderCommand(org.jboss.portal.portlet.RenderURL portletURL)
          Creates a command that will trigger the render url.
 ControllerCommand createInvokeResourceCommand(org.jboss.portal.portlet.ResourceURL resourceURL)
          Creates a command that will trigger the resource url.
 

Method Detail

createInvokeActionCommand

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

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

createInvokeRenderCommand

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

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

createInvokeResourceCommand

ControllerCommand createInvokeResourceCommand(org.jboss.portal.portlet.ResourceURL resourceURL)
Creates a command that will trigger the resource url.

Parameters:
resourceURL - the resource url
Returns:
a controller command