net.sf.doolin.gui.template.component
Class ActionURLStreamHandler
java.lang.Object
java.net.URLStreamHandler
net.sf.doolin.gui.template.component.ActionURLStreamHandler
public class ActionURLStreamHandler
- extends URLStreamHandler
Placeholder for the action protocol.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.net.URLStreamHandler |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROTOCOL_ACTION
public static final String PROTOCOL_ACTION
- Action protocol
- See Also:
- Constant Field Values
ActionURLStreamHandler
public ActionURLStreamHandler()
openConnection
protected URLConnection openConnection(URL u)
throws IOException
- Specified by:
openConnection in class URLStreamHandler
- Throws:
IOException- See Also:
URLStreamHandler.openConnection(java.net.URL)
Copyright © 2011. All Rights Reserved.