org.mycore.common.xml
Interface MCRURIResolver.MCRResolverProvider

Enclosing class:
MCRURIResolver

public static interface MCRURIResolver.MCRResolverProvider

provides a URI -- Resolver Mapping One can implement this interface to provide additional URI schemes this MCRURIResolver should handle, too. To add your mapping you have to set the MCR.URIResolver.ExternalResolver.Class property to the implementing class.

Author:
Thomas Scheffler

Method Summary
 Map<String,MCRURIResolver.MCRResolver> getResolverMapping()
          provides a Map of Resolver mappings.
 

Method Detail

getResolverMapping

Map<String,MCRURIResolver.MCRResolver> getResolverMapping()
provides a Map of Resolver mappings. Key is the scheme, e.g. http, where value is an instance of MCRResolver.

Returns:
a Map of Resolver mappings
See Also:
MCRURIResolver.MCRResolver