Class SessionNamespaces

  • All Implemented Interfaces:
    NameMapper

    public class SessionNamespaces
    extends LocalNameMapper
    SessionNamespaces implements namespace handling on the JCR Session level. That is, it maintains a map of session local namespace re-mappings and takes a snapshot of the namespace registry when initialized (see JCR 2.0 specification, section 3.5.1).
    • Constructor Detail

      • SessionNamespaces

        public SessionNamespaces​(@NotNull
                                 @NotNull Root root)