| org.apache.cocoon.jcr.AbstractRepository org.apache.cocoon.jcr.JackrabbitRepository
All known Subclasses: org.apache.lenya.cms.jcr.LenyaRepository,
JackrabbitRepository | public class JackrabbitRepository extends AbstractRepository (Code) | | 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.
See Also: AbstractRepository version: $Id: JackrabbitRepository.java 449153 2006-09-23 04:27:50Z crossley $ |
configure | public void configure(Configuration config) throws ConfigurationException(Code) | | |
dispose | public void dispose()(Code) | | |
Methods inherited from org.apache.cocoon.jcr.AbstractRepository | public void configure(Configuration config) throws ConfigurationException(Code)(Java Doc) public void contextualize(Context context) throws ContextException(Code)(Java Doc) public void dispose()(Code)(Java Doc) public String getDescriptor(String key)(Code)(Java Doc) public String[] getDescriptorKeys()(Code)(Java Doc) public Session login() throws LoginException, NoSuchWorkspaceException, RepositoryException(Code)(Java Doc) public Session login(Credentials creds) throws LoginException, NoSuchWorkspaceException, RepositoryException(Code)(Java Doc) public Session login(Credentials creds, String workspace) throws LoginException, NoSuchWorkspaceException, RepositoryException(Code)(Java Doc) public Session login(String workspace) throws LoginException, NoSuchWorkspaceException, RepositoryException(Code)(Java Doc) public void service(ServiceManager manager) throws ServiceException(Code)(Java Doc)
|
|
|