com.ibm.workplace.wcm.api.extensions.resolution
Interface ContentPageResolutionFilterChain


public interface ContentPageResolutionFilterChain

This interface represents the chain of filters and is used to call the next element in the content page resolution filter chain. A reference is passed to the ContentPageResolutionFilter SPI. If an implementation of this SPI calls this method, the corresponding method of the next ContentPageResolutionFilter implementation as defined in the content page resolution filter chain is called.

Since:
7.0

Method Summary
 void resolve(ContentPageResolutionRequest request, ContentPageResolutionResponse response)
          Calls the resolve method of the next content page resolution filter in the content page resolution filter chain.
 

Method Detail

resolve

void resolve(ContentPageResolutionRequest request,
             ContentPageResolutionResponse response)
             throws ContentPageResolutionException
Calls the resolve method of the next content page resolution filter in the content page resolution filter chain.

Parameters:
request - - Allows access to all the parameters passed to the ResolutionService handling the request.
response - - Can be used to change the contentPath or set the portal page id.
Throws:
ContentPageResolutionException - if there are any errors in processing the filter.