Class IdentityUrlResolver

  • All Implemented Interfaces:
    IUrlResolver

    public class IdentityUrlResolver
    extends java.lang.Object
    implements IUrlResolver
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL deResolve​(java.net.URL input)
      From local to Internet
      java.net.URL resolve​(java.net.URL input)
      From Internet to local
      • Methods inherited from class java.lang.Object

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

      • IdentityUrlResolver

        public IdentityUrlResolver()
    • Method Detail

      • resolve

        public java.net.URL resolve​(java.net.URL input)
        Description copied from interface: IUrlResolver
        From Internet to local
        Specified by:
        resolve in interface IUrlResolver
      • deResolve

        public java.net.URL deResolve​(java.net.URL input)
        Description copied from interface: IUrlResolver
        From local to Internet
        Specified by:
        deResolve in interface IUrlResolver