Interface IUrlResolver

All Known Implementing Classes:
IdentityUrlResolver

public interface IUrlResolver
Used for handling resources that were copied from the web to local files (and still contain references to the web)
Author:
yinnonh, danielk
  • Method Summary

    Modifier and Type
    Method
    Description
    deResolve(URL input)
    From local to Internet
    resolve(URL input)
    From Internet to local
  • Method Details

    • resolve

      URL resolve(URL input)
      From Internet to local
    • deResolve

      URL deResolve(URL input)
      From local to Internet