net.sf.doolin.gui.template.component
Class ActionURLStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by net.sf.doolin.gui.template.component.ActionURLStreamHandler

public class ActionURLStreamHandler
extends URLStreamHandler

Placeholder for the action protocol.

Author:
Damien Coraboeuf

Field Summary
static String PROTOCOL_ACTION
          Action protocol
 
Constructor Summary
ActionURLStreamHandler()
           
 
Method Summary
protected  URLConnection openConnection(URL u)
           
 
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
 

Field Detail

PROTOCOL_ACTION

public static final String PROTOCOL_ACTION
Action protocol

See Also:
Constant Field Values
Constructor Detail

ActionURLStreamHandler

public ActionURLStreamHandler()
Method Detail

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.