com.ibm.workplace.wcm.api.extensions.url
Interface ContentUrlGenerationFilterFactoryEx

All Superinterfaces:
ContentUrlGenerationFilterFactory

public interface ContentUrlGenerationFilterFactoryEx
extends ContentUrlGenerationFilterFactory

This is an extension interface of the ContentUrlGenerationFilterFactory. All remarks of the super interface also apply to this one. This interface extends the super interface with another getFilter(PortletRequest, PortletResponse) method that uses the base classes for portlet-specific requests and responses.

Since:
8.5
Note:
This interface is designed to be implemented by clients.

Method Summary
 ContentUrlGenerationFilter getFilter(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
          Get a reference to a content URL generation filter.
 
Methods inherited from interface com.ibm.workplace.wcm.api.extensions.url.ContentUrlGenerationFilterFactory
getFilter, getFilterChainWeight
 

Method Detail

getFilter

ContentUrlGenerationFilter getFilter(javax.portlet.PortletRequest portletRequest,
                                     javax.portlet.PortletResponse portletResponse)
                                     throws ContentUrlFilterInstantiationException
Get a reference to a content URL generation filter. The method is called once per portlet render request,

Parameters:
portletRequest - The portlet request
portletResponse - The portlet response
Returns:
A reference to the content URL generation filter. A null return value removes the filter for this request.
Throws:
ContentUrlFilterInstantiationException