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 TypeClassDescriptionclass
Very simple abstract base class for ParsedURLProtocolHandlers.class
Protocol Handler for the 'data' protocol.class
The default protocol handler this handles the most common protocols, such as 'file' 'http' 'ftp'.class
Protocol Handler for the 'jar' protocol.Fields in org.apache.batik.util declared as ParsedURLProtocolHandlerModifier and TypeFieldDescriptionprivate static ParsedURLProtocolHandler
ParsedURL.defaultHandler
The default protocol handler.Methods in org.apache.batik.util that return ParsedURLProtocolHandlerModifier and TypeMethodDescriptionstatic ParsedURLProtocolHandler
ParsedURL.getHandler
(String protocol) Returns the handler for a particular protocol.Methods in org.apache.batik.util with parameters of type ParsedURLProtocolHandlerModifier and TypeMethodDescriptionstatic void
ParsedURL.registerHandler
(ParsedURLProtocolHandler handler) Registers a Protocol handler by adding it to the handlers map.