Package | com.adobe.net |
Interface | public interface IURIResolver |
http://www.site.com/
http://www.site.net/
The application can provide an implementation that automatically resolves site.net to site.com before URI compares two URI objects. Only the application can know and understand the context in which the URI's are being used.
Use the URI.resolver accessor to assign a custom resolver to the URI class. Any resolver specified is global to all instances of URI.
URI will call this before performing URI comparisons in the URI.getRelation() and URI.getCommonParent() functions.
See also
Method | Defined by | ||
---|---|---|---|
Implement this method to provide custom URI resolution for
your application.
| IURIResolver |