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

Field Summary
static java.lang.String COPYRIGHT
          add copyright statement.
 
Method Summary
 void RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute(RenderRequest request, RenderResponse response, ViewCommandExecutionContext executionContext)
          Execute the given command given the request and response objects
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
add copyright statement.

Method Detail
RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">

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