Package com.ibm.wala.cast.js.html
Interface IUrlResolver
-
- All Known Implementing Classes:
IdentityUrlResolver
public interface IUrlResolverUsed for handling resources that were copied from the web to local files (and still contain references to the web)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URLdeResolve(java.net.URL input)From local to Internetjava.net.URLresolve(java.net.URL input)From Internet to local
-