Uses of Interface
org.apache.batik.util.ParsedURLProtocolHandler
Packages that use ParsedURLProtocolHandler
-
Uses of ParsedURLProtocolHandler in org.apache.batik.util
Classes in org.apache.batik.util that implement ParsedURLProtocolHandlerModifier and TypeClassDescriptionclassVery simple abstract base class for ParsedURLProtocolHandlers.classProtocol Handler for the 'data' protocol.classThe default protocol handler this handles the most common protocols, such as 'file' 'http' 'ftp'.classProtocol Handler for the 'jar' protocol.Fields in org.apache.batik.util declared as ParsedURLProtocolHandlerModifier and TypeFieldDescriptionprivate static ParsedURLProtocolHandlerParsedURL.defaultHandlerThe default protocol handler.Methods in org.apache.batik.util that return ParsedURLProtocolHandlerModifier and TypeMethodDescriptionstatic ParsedURLProtocolHandlerParsedURL.getHandler(String protocol) Returns the handler for a particular protocol.Methods in org.apache.batik.util with parameters of type ParsedURLProtocolHandlerModifier and TypeMethodDescriptionstatic voidParsedURL.registerHandler(ParsedURLProtocolHandler handler) Registers a Protocol handler by adding it to the handlers map.