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

This package defines the IBM Web Content Manager API interfaces for the content URL generation.

See:
          Description

Interface Summary
ContentUrlGenerationFilter This interface can be implemented by a filter in the content URL generation chain that is used to generate URLs to content items.
ContentUrlGenerationFilterChain This interface represents a chain of intercepting filters and is used to call the next element in the chain.
ContentUrlGenerationFilterFactory This interface can be implemented by a filter factory to serve references to a ContentUrlGenerationFilter.
ContentUrlGenerationFilterFactoryEx This is an extension interface of the ContentUrlGenerationFilterFactory.
ContentUrlGenerationRequest Request object of the content URL generation filter chain that contains various parameters that might be required to generate a URL for a given content.
ContentUrlGenerationResponse Response object of the content URL generation filter chain that allows to write the URL.
PortletContextSharingConfig Interface that allows the specification of how the rendering portlet receives and broadcast links with other portlets.
PortletContextSharingConfig.ListenConfig The configuration of the portlet that defines how the portlet listens to shared context state.
PortletContextSharingConfig.PublishConfig The configuration of the portlet that defines how the portlet publishes shared context state.
TargetPageConfig Interface that allows specification of a page that should used to render the content the URL is generated for.
 

Exception Summary
ContentUrlFilterInstantiationException Exception that occurred during instantiation of a content URL generation filter
ContentUrlGenerationException Exception that occurred during content URL generation
 

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

This package defines the IBM Web Content Manager API interfaces for the content URL generation.

These filter allow to control the generation of URLs for links to content items. By implementing a ContentUrlGenerationFilter the URL that is generated by the rendering portlet in the process of rendering can be controlled.