org.exoplatform.services.jcr.ext.resource.jcr
Class Handler
java.lang.Object
java.net.URLStreamHandler
org.exoplatform.services.jcr.ext.resource.jcr.Handler
- All Implemented Interfaces:
- org.picocontainer.Startable
public class Handler
- extends URLStreamHandler
- implements org.picocontainer.Startable
URLStreamHandler for protocol jcr://.
- Version:
- $Id: $
- Author:
- Andrey Parfonov
| 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 |
Handler
public Handler(RepositoryService rs,
NodeRepresentationService nrs,
ThreadLocalSessionProviderService tsps)
Handler
public Handler()
openConnection
protected URLConnection openConnection(URL url)
throws IOException
-
- Specified by:
openConnection in class URLStreamHandler
- Throws:
IOException
start
public void start()
-
- Specified by:
start in interface org.picocontainer.Startable
stop
public void stop()
-
- Specified by:
stop in interface org.picocontainer.Startable
Copyright © 2013 eXo Platform SAS. All Rights Reserved.