A URI handler is used primarily by a {@link URIConverter URI converter} which provides support for accessing and querying the contents of a URI by virtue of having a {@link URIConverter#getURIHandlers() list} of URI handlersthat it consults to determine whether the handler {@link #canHandle(URI) can handle} the given URI and if sothat it uses as a delegate.
@see URIConverter @see ContentHandler @since 2.4
|
|
|
|