Uses of Interface
org.apache.jackrabbit.commons.repository.RepositoryFactory
- 
Packages that use RepositoryFactory Package Description org.apache.jackrabbit.commons.repository org.apache.jackrabbit.j2ee org.apache.jackrabbit.servlet  - 
- 
Uses of RepositoryFactory in org.apache.jackrabbit.commons.repository
Classes in org.apache.jackrabbit.commons.repository that implement RepositoryFactory Modifier and Type Class Description classJNDIRepositoryFactoryDeprecated, for removal: This API element is subject to removal in a future version.useJndiRepositoryFactoryinsteadclassSingletonRepositoryFactoryRepository factory that always returns the same configured repository.Constructors in org.apache.jackrabbit.commons.repository with parameters of type RepositoryFactory Constructor Description ProxyRepository(RepositoryFactory factory)Creates a proxy for the repository (or repositories) accessible through the given factory. - 
Uses of RepositoryFactory in org.apache.jackrabbit.j2ee
Methods in org.apache.jackrabbit.j2ee that return RepositoryFactory Modifier and Type Method Description RepositoryFactoryRepositoryStartupServlet. getRepositoryFactory()Returns a repository factory that returns the repository if available or throws an exception if not. - 
Uses of RepositoryFactory in org.apache.jackrabbit.servlet
Classes in org.apache.jackrabbit.servlet that implement RepositoryFactory Modifier and Type Class Description classFilterRepositoryFactoryFactory that looks up a repository from the context of a given filter.classServletRepositoryFactoryFactory that looks up a repository from the context of a given servlet. 
 -