|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.cms.repositoryproviders.JackrabbitRepositoryProvider
public class JackrabbitRepositoryProvider
Implements methods to get the JSR 170 Repository instance using the jackrabbit library.
Field Summary | |
---|---|
protected Repository |
_repo
JSR 170 Repository instance |
Constructor Summary | |
---|---|
JackrabbitRepositoryProvider()
Construct of the class, gets the JSR 170 repository object instance using the jackrabbit library. |
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 JackrabbitRepositoryProvider()
<CONTENTCONFIGURATION> <CONTENTREPOSITORY> <PARAMETERS> <PARAMETER name="repository_path" value="file system root of the cms repository" /> <PARAMETER name="conf_file_path" value="path of the jackrabbit configuration file" /> </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 |