|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.cms.repositoryproviders.JndiRepositoryProvider
public class JndiRepositoryProvider
Implements methods to get the JSR 170 Repository instance from a jndi context
Field Summary | |
---|---|
protected Repository |
_repo
JSR 170 Repository instance |
Constructor Summary | |
---|---|
JndiRepositoryProvider()
Construct of the class, gets the JSR 170 repository object instance from a jndi context. |
Method Summary | |
---|---|
Repository |
getRepository()
Gets the JSR 170 repository object instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Repository _repo
Constructor Detail |
---|
public JndiRepositoryProvider()
<CONTENTCONFIGURATION> <CONTENTREPOSITORY> <PARAMETERS> <JNDICONTEXTNAME name="name of the jndi context" /> <JNDIOBJECTNAME name="name of the jndi jsr 170 repository resource" /> </PARAMETERS>
Method Detail |
---|
public Repository getRepository()
Repository
- the JSR 170 repository object instance
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |