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
-
-
Constructor Summary
Constructors Constructor Description Handler()Handler(org.exoplatform.services.jcr.RepositoryService rs, NodeRepresentationService nrs, SessionProviderService tsps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected URLConnectionopenConnection(URL url)voidstart()voidstop()-
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
-
-
-
Constructor Detail
-
Handler
public Handler(org.exoplatform.services.jcr.RepositoryService rs, NodeRepresentationService nrs, SessionProviderService tsps)
-
Handler
public Handler()
-
-
Method Detail
-
openConnection
protected URLConnection openConnection(URL url) throws IOException
- Specified by:
openConnectionin classURLStreamHandler- Throws:
IOException
-
start
public void start()
- Specified by:
startin interfaceorg.picocontainer.Startable
-
stop
public void stop()
- Specified by:
stopin interfaceorg.picocontainer.Startable
-
-