Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.wps.portlets.struts
Interface IViewCommand

All Known Implementing Classes:
WpsStrutsViewCommand

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

Method Summary
 void org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse, com.ibm.wps.portlets.struts.ViewCommandExecutionContext)">execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response, ViewCommandExecutionContext executionContext)
          Executes the given command given the request and response objects.
 

Method Detail
org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse, com.ibm.wps.portlets.struts.ViewCommandExecutionContext)">

execute

public void execute(org.apache.jetspeed.portlet.PortletRequest request,
                    org.apache.jetspeed.portlet.PortletResponse response,
                    ViewCommandExecutionContext executionContext)
             throws org.apache.jetspeed.portlet.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:
org.apache.jetspeed.portlet.PortletException - if the request cannot be fulfilled

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.