Package com.ibm.portal.struts.action

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

See:
          Description

Interface Summary
IStrutsPrepareRender IStrutsPrepareRender is an interface that a Struts action can implement.
IStrutsSingleAction IStrutsSingleAction is an interface that a Struts action can implement.
 

Class Summary
DispatchAction This is a Portal friendly version of DispatchAction.
LookupDispatchAction A portal friendly implementation of the LookupDispatchAction class.
StrutsAction A StrutsAction is an adapter between the contents of an incoming Portlet request and the corresponding business logic that should be executed to process this request.
 

Package com.ibm.portal.struts.action Description

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

The API defined in this package can be used in both the Standard and Legacy versions of the Struts Portlet Framework. The classes in this package are used for the action processing of the Struts application.