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 Details

    • getURIResolverMapping

      Map<String,URIResolver> getURIResolverMapping()
      provides a Map of URIResolver mappings. Key is the scheme, e.g. http, where value is an implementation of URIResolver.
      Returns:
      a Map of URIResolver mappings
      See Also: