Uses of Class
org.apache.jackrabbit.core.NamespaceRegistryImpl
-
Packages that use NamespaceRegistryImpl Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.query -
-
Uses of NamespaceRegistryImpl in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return NamespaceRegistryImpl Modifier and Type Method Description protected NamespaceRegistryImpl
RepositoryImpl. createNamespaceRegistry()
Protected factory method for creating the namespace registry.NamespaceRegistryImpl
RepositoryContext. getNamespaceRegistry()
Returns the namespace registry of this repository. -
Uses of NamespaceRegistryImpl in org.apache.jackrabbit.core.query
Methods in org.apache.jackrabbit.core.query that return NamespaceRegistryImpl Modifier and Type Method Description NamespaceRegistryImpl
QueryHandlerContext. getNamespaceRegistry()
Returns the NamespaceRegistryImpl for this repository.
-