com.ibm.wps.portlets.struts
Interface IViewCommand
- All Known Implementing Classes:
- WpsStrutsFilteredViewCommand, WpsStrutsViewActionCommand, WpsStrutsViewCommand, WpsStrutsViewErrorCommand, WpsStrutsViewJspCommand, WpsStrutsViewStaticCommand, WpsStrutsViewTilesCommand, WpsStrutsViewXmlCommand
public interface IViewCommand
The IViewCommand
class is a command pattern interface used to
provide a mechanism to encapsulate the information needed to redisplay a view.
- Since:
- 4.1
execute
void execute(PortletRequest request,
PortletResponse response,
ViewCommandExecutionContext executionContext)
throws PortletException
- Executes 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