Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.portal.struts.command
Interface IViewCommand

All Known Implementing Classes:
StrutsViewCommand

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 execute(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, ViewCommandExecutionContext executionContext)
          Execute the given command given the request and response objects
 

Field Detail

COPYRIGHT

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

See Also:
Constant Field Values

Method Detail

execute

public void execute(javax.portlet.RenderRequest request,
                    javax.portlet.RenderResponse response,
                    ViewCommandExecutionContext executionContext)
             throws javax.portlet.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:
javax.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.