|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.util.URLUtils
public class URLUtils
Utilities for URLs
| Nested Class Summary | |
|---|---|
protected static class |
URLUtils.GlobalURLStreamHandlerFactory
Global stream handler factory |
| Method Summary | |
|---|---|
protected static void |
init()
Initialization of the utility class. |
static void |
registerURLStreamHandler(String protocol,
URLStreamHandler handler)
Registers a new stream handler for a given protocol. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void registerURLStreamHandler(String protocol,
URLStreamHandler handler)
protocol - Protocol to register the handler forhandler - Handler associated with this protocolprotected static void init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||