Interface UrlResolverProvider


  • public interface UrlResolverProvider
    A provider for a UrlResolver.
    Author:
    Carl Harris
    • Method Detail

      • init

        void init​(Map<String,​Object> properties)
        Initializes this provider.
        Parameters:
        properties - configuration properties
      • destroy

        void destroy()
        Prepares this provider to be discarded.
      • getResolver

        UrlResolver getResolver()
        Retrieves the resolver instance.

        As specified in the documentation for UrlResolver, the provided implementation must be thread safe.

        Returns:
        URL resolver