Class Handler
java.lang.Object
java.net.URLStreamHandler
org.exoplatform.services.jcr.ext.resource.jcr.Handler
- All Implemented Interfaces:
org.picocontainer.Startable
URLStreamHandler for protocol
jcr://.- Version:
- $Id: $
- Author:
- Andrey Parfonov
-
Constructor Summary
ConstructorsConstructorDescriptionHandler()Handler(org.exoplatform.services.jcr.RepositoryService rs, NodeRepresentationService nrs, SessionProviderService tsps) -
Method Summary
Modifier and TypeMethodDescriptionprotected URLConnectionopenConnection(URL url) voidstart()voidstop()Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
Handler
public Handler(org.exoplatform.services.jcr.RepositoryService rs, NodeRepresentationService nrs, SessionProviderService tsps) -
Handler
public Handler()
-
-
Method Details
-
openConnection
- 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
-