Package com.ibm.portal.resolver.helper.cor

Helper classes that facilitate the implementation of the com.ibm.content.operations.registry.spi.ContentLocationFactory interface.

See:
          Description

Class Summary
AbstractContentLocation Base class for the default ContentLocation implementations
AbstractContentLocationFactory Basis for the COR contentlocation factory implementations.
DefaultContentLocation Minimal implementation of a Content Operations Registry (COR) ContentLocation.
SingleContentLocationFactory Content Operations Registry (COR) ContentLocationFactory that dispatches to one single content location.
 

Package com.ibm.portal.resolver.helper.cor Description

Helper classes that facilitate the implementation of the com.ibm.content.operations.registry.spi.ContentLocationFactory interface.

Package Specification

In order to register services (e.g. ResolutionService or LookupService) extenders need to register service handlers as Eclipse extension, as defined by the content operations registry. One aspect of the registration of such an extension is that the extender needs to implement and register a com.ibm.content.operations.registry.spi.ContentLocationFactory that can be associated with a URI. Service handlers are then in turn associated with the com.ibm.content.operations.registry.spi.ContentLocationFactory. In many cases only the association between handlers, location factories and URIs is required, and the location factory does not need to implement special semantic. In such cases extenders can subclass their content location factories from SingleContentLocationFactory.

See Also:
com.ibm.content.operations.registry.spi.ContentLocationFactory, com.ibm.content.operations.registry.spi.ContentLocation