Class ReadOnlyNamespaceRegistry

  • All Implemented Interfaces:
    NamespaceRegistry, org.apache.jackrabbit.oak.spi.namespace.NamespaceConstants
    Direct Known Subclasses:
    ReadWriteNamespaceRegistry

    public class ReadOnlyNamespaceRegistry
    extends java.lang.Object
    implements NamespaceRegistry, org.apache.jackrabbit.oak.spi.namespace.NamespaceConstants
    Read-only namespace registry. Used mostly internally when access to the in-content registered namespaces is needed. See the ReadWriteNamespaceRegistry subclass for a more complete registry implementation that supports also namespace modifications and that's thus better suited for use in in implementing the full JCR API.