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 classAbstractParsedURLProtocolHandlerVery simple abstract base class for ParsedURLProtocolHandlers.classParsedURLDataProtocolHandlerProtocol Handler for the 'data' protocol.classParsedURLDefaultProtocolHandlerThe default protocol handler this handles the most common protocols, such as 'file' 'http' 'ftp'.classParsedURLJarProtocolHandlerProtocol Handler for the 'jar' protocol.Fields in org.apache.batik.util declared as ParsedURLProtocolHandler Modifier and Type Field Description private static ParsedURLProtocolHandlerParsedURL. defaultHandlerThe default protocol handler.Methods in org.apache.batik.util that return ParsedURLProtocolHandler Modifier and Type Method Description static ParsedURLProtocolHandlerParsedURL. 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 voidParsedURL. registerHandler(ParsedURLProtocolHandler handler)Registers a Protocol handler by adding it to the handlers map.
-