Package org.apache.batik.util
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: ParsedURLDataProtocolHandler.java 1733416 2016-03-03 07:07:13Z gadams $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
Overrides 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 String
Fields inherited from class org.apache.batik.util.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 org.apache.batik.util.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:ParsedURLProtocolHandler
Parse a relative url string of this protocol. -
parseURL
Description copied from interface:ParsedURLProtocolHandler
Parse an absolute url string.
-