public final class CustomFolderContextFactory
extends java.lang.Object
implements javax.naming.spi.InitialContextFactory
It can be used in a resource catalog as follows:
<customFolder id="doclibAllDocuments"
factoryClass="oracle.webcenter.content.model.rc.CustomFolderContextFactory" />
| Constructor and Description |
|---|
CustomFolderContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.naming.Context |
getInitialContext(java.util.Hashtable<?,?> env)
Gets the container context listing all content repository connections
|
public javax.naming.Context getInitialContext(java.util.Hashtable<?,?> env)
throws javax.naming.NamingException
getInitialContext in interface javax.naming.spi.InitialContextFactoryenv - The resource catalog environmentjavax.naming.NamingException - If an error occurs