Uses of Interface
org.apache.batik.util.ParsedURLProtocolHandler
-
Packages that use ParsedURLProtocolHandler Package Description 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 Modifier and Type Class Description 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 Modifier and Type Field Description private static ParsedURLProtocolHandler
ParsedURL. defaultHandler
The default protocol handler.Methods in org.apache.batik.util that return ParsedURLProtocolHandler Modifier and Type Method Description 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 Modifier and Type Method Description static void
ParsedURL. registerHandler(ParsedURLProtocolHandler handler)
Registers a Protocol handler by adding it to the handlers map.
-