|
|||||||||
| Home >> All >> org >> apache >> batik >> [ util overview ] | PREV NEXT | ||||||||
Uses of Interface
org.apache.batik.util.ParsedURLProtocolHandler
| 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. |
| Fields in org.apache.batik.util declared as ParsedURLProtocolHandler | |
private static ParsedURLProtocolHandler |
ParsedURL.defaultHandler
The default protocol handler. |
| 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. |
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ util overview ] | PREV NEXT | ||||||||