|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParsedURLProtocolHandler | |
org.apache.batik.util | Provides some useful classes. |
Uses of ParsedURLProtocolHandler in org.apache.batik.util |
Classes in org.apache.batik.util that implement ParsedURLProtocolHandler | |
class |
AbstractParsedURLProtocolHandler
Very simple abstract base class for ParsedURLProtocolHandlers. |
class |
ParsedURLDataProtocolHandler
Protocol Handler for the 'data' protocol. |
class |
ParsedURLDefaultProtocolHandler
The default protocol handler this handles the most common protocols, such as 'file' 'http' 'ftp'. |
class |
ParsedURLJarProtocolHandler
Protocol Handler for the 'jar' protocol. |
Methods in org.apache.batik.util that return ParsedURLProtocolHandler | |
static ParsedURLProtocolHandler |
ParsedURL.getHandler(java.lang.String protocol)
Returns the handler for a particular protocol. |
Methods in org.apache.batik.util with parameters of type ParsedURLProtocolHandler | |
static void |
ParsedURL.registerHandler(ParsedURLProtocolHandler handler)
Registers a Protocol handler by adding it to the handlers map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |