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
-
Field Summary
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
-
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.
-