|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.util.AbstractParsedURLProtocolHandler
Very simple abstract base class for ParsedURLProtocolHandlers. Just handles the 'what protocol part'.
Field Summary | |
protected java.lang.String |
protocol
|
Constructor Summary | |
AbstractParsedURLProtocolHandler(java.lang.String protocol)
Constrcut a ProtocolHandler for protocol |
Method Summary | |
java.lang.String |
getProtocolHandled()
Returns the protocol to be handled by this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.batik.util.ParsedURLProtocolHandler |
parseURL, parseURL |
Field Detail |
protected java.lang.String protocol
Constructor Detail |
public AbstractParsedURLProtocolHandler(java.lang.String protocol)
Method Detail |
public java.lang.String getProtocolHandled()
getProtocolHandled
in interface ParsedURLProtocolHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |