Class ParsedURLDataProtocolHandler
java.lang.Object
org.apache.batik.util.AbstractParsedURLProtocolHandler
org.apache.batik.util.ParsedURLDataProtocolHandler
- All Implemented Interfaces:
ParsedURLProtocolHandler
Protocol Handler for the 'data' protocol.
RFC: 2397
http://www.ietf.org/rfc/rfc2397.txt
- Version:
- $Id$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classOverrides some of the methods to support data protocol weirdness -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final String(package private) static final String(package private) static final StringFields inherited from class AbstractParsedURLProtocolHandler
protocol -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParse an absolute url string.Parse a relative url string of this protocol.Methods inherited from class AbstractParsedURLProtocolHandler
getProtocolHandled
-
Field Details
-
DATA_PROTOCOL
- See Also:
-
BASE64
- See Also:
-
CHARSET
- See Also:
-
-
Constructor Details
-
ParsedURLDataProtocolHandler
public ParsedURLDataProtocolHandler()
-
-
Method Details
-
parseURL
Description copied from interface:ParsedURLProtocolHandlerParse a relative url string of this protocol. -
parseURL
Description copied from interface:ParsedURLProtocolHandlerParse an absolute url string.
-