Package com.ibm.workplace.wcm.api.extensions.resolution

This package defines the IBM Web Content Manager API interfaces for the ContentPageResolution Filter

See:
          Description

Interface Summary
ContentPageResolutionFilter This interface can be implemented to realize a custom element in the filter chain for ContentPageResolution in WCM.
ContentPageResolutionFilterChain This interface represents the chain of filters and is used to call the next element in the content page resolution filter chain.
ContentPageResolutionRequest Request object of the content page resolution filter chain that contains various parameters used to resolve a content item addressed by a path to a web content page.
ContentPageResolutionResponse The ContentPageResolutionResponse is passed to the resolve method of the ContentPageResolutionFilter.
ResolvedItem Identification information of content items that are resolved by resolution services.
 

Package com.ibm.workplace.wcm.api.extensions.resolution Description

This package defines the IBM Web Content Manager API interfaces for the ContentPageResolution Filter

These filter extend the path and page resolution processing of the WCM POC URL processing. By implementing a ContentPageResolutionFilter one can change the contentItem to be rendered and set/change the portal page that the content will be shown on.