Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.