Uses of Class
org.apache.cocoon.jcr.AbstractRepository

Packages that use AbstractRepository
org.apache.cocoon.jcr   
 

Uses of AbstractRepository in org.apache.cocoon.jcr
 

Subclasses of AbstractRepository in org.apache.cocoon.jcr
 class JackrabbitRepository
          JackrabbitRepository is a JCR repository component based on Jackrabbit The configuration is as follows: <jcr-repository> <credentials login="expression" password="expression"/> <home src="file://path/to/repository"/> <configuration src="resource://your/application/jcr/repository.xml"/> </jcr-repository> The home URI points to the base location of the repository, and configuration points to the Jackrabbit repository configuration file.
 class JNDIRepository
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.