Package org.apache.jackrabbit.oak.jcr.namespace

Examples of org.apache.jackrabbit.oak.jcr.namespace.NamespaceRegistryImpl


    SessionImpl(GlobalContext globalContext, ContentSession contentSession)
            throws RepositoryException {
        this.globalContext = globalContext;
        this.contentSession = contentSession;
        this.valueFactory = new ValueFactoryImpl(contentSession.getCoreValueFactory(), namePathMapper);
        this.nsreg = new NamespaceRegistryImpl(contentSession);
        this.workspace = new WorkspaceImpl(sessionContext, this.nsreg);
        this.root = contentSession.getCurrentRoot();
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.oak.jcr.namespace.NamespaceRegistryImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.