com.ibm.portal.struts.command
Interface IViewCommand

All Known Implementing Classes:
StrutsFilteredViewCommand, StrutsViewActionCommand, StrutsViewCommand, StrutsViewErrorCommand, StrutsViewJspCommand, StrutsViewStaticCommand, StrutsViewTilesCommand, StrutsViewXmlCommand

public interface IViewCommand

The IViewCommand class is a command pattern interface used to provide a mechanism to encapsulate the information needed to display a view.

Since:
5.1

Method Summary
 void execute(RenderRequest request, RenderResponse response, ViewCommandExecutionContext executionContext)
          Execute the given command given the request and response objects
 

Method Detail

execute

void execute(RenderRequest request,
             RenderResponse response,
             ViewCommandExecutionContext executionContext)
             throws PortletException
Execute the given command given the request and response objects

Parameters:
request - the request object
response - the response object
executionContext - the execution context object
Throws:
PortletException - if the request cannot be fulfilled