Class URIResolverImpl

  • All Implemented Interfaces:
    URIResolver

    public final class URIResolverImpl
    extends java.lang.Object
    implements URIResolver
    The default implementation of URIResolver
    Author:
    Keith Visco
    • Constructor Summary

      Constructors 
      Constructor Description
      URIResolverImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      URILocation resolve​(java.lang.String href, java.lang.String documentBase)
      Resolves the given href and documentBase.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • URIResolverImpl

        public URIResolverImpl()
    • Method Detail

      • resolve

        public URILocation resolve​(java.lang.String href,
                                   java.lang.String documentBase)
                            throws URIException
        Resolves the given href and documentBase.
        Specified by:
        resolve in interface URIResolver
        Returns:
        the URILocation for the URI
        Throws:
        URIException