|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.webcenter.content.model.rc.CustomFolderContextFactory
public final class CustomFolderContextFactory
This context factory returns a context containing all the available content repository connections.
It can be used in a resource catalog as follows:
<customFolder id="doclibAllDocuments"
factoryClass="oracle.webcenter.content.model.rc.CustomFolderContextFactory" />
| Constructor Summary | |
|---|---|
CustomFolderContextFactory() |
|
| Method Summary | |
|---|---|
javax.naming.Context |
getInitialContext(java.util.Hashtable<?,?> env)Gets the container context listing all content repository connections |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomFolderContextFactory()
| Method Detail |
|---|
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
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||