Package com.ibm.portal.struts.command

This package and its subpackages define the API for the commands for the Struts application Struts Portlet Framework.

See:
          Description

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

Class Summary
StrutsFilteredViewCommand Filter the command with various Transcoding functions.
StrutsViewActionCommand Command pattern class used to execute a render action.
StrutsViewCommand Command pattern class used to provide a mechanism to encapsulate the information needed to redisplay a view.
StrutsViewErrorCommand The StrutsViewErrorCommand class is specific command pattern class used to display the ErrorResponseInfo object.
StrutsViewJspCommand Command pattern class which provides a mechanism to encapsulate the information needed to redisplay a view for dynamic content like JSPs.
StrutsViewStaticCommand The StrutsViewStaticCommand class is a command pattern class used to provide a mechanism to encapsulate the information needed to redisplay a view.
StrutsViewTilesCommand The StrutsViewTilesCommand class is a command pattern class used to provide a mechanism to encapsulate the information needed to redisplay a view for dynamic content that uses Struts Tiles.
StrutsViewXmlCommand Deprecated. 5.1
ViewCommandExecutionContext The ViewCommandExecutionContext class is a context object that is passed to the execute method of an IViewCommand.
 

Package com.ibm.portal.struts.command Description

This package and its subpackages define the API for the commands for the Struts application Struts Portlet Framework.

The API defined in this package can be used with the Standard versions of the Struts Portlet Framework. The classes in this package are used for the commands used in the Struts Portlet Framework.