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 class
JNDIRepositoryFactory
Factory that looks up a repository from JNDI.class
SingletonRepositoryFactory
Repository 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 RepositoryFactory
RepositoryStartupServlet. 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 class
FilterRepositoryFactory
Factory that looks up a repository from the context of a given filter.class
ServletRepositoryFactory
Factory that looks up a repository from the context of a given servlet.
-