Package org.apache.jackrabbit.jcr2spi.name

Examples of org.apache.jackrabbit.jcr2spi.name.LocalNamespaceMappings


        this.sessionInfo = sessionInfo;

        workspace = createWorkspaceInstance(config, sessionInfo);

        // build local name-mapping
        nsMappings = new LocalNamespaceMappings(workspace.getNamespaceRegistryImpl());
        npResolver = new DefaultNamePathResolver(nsMappings, true);

        // build ValueFactory
        valueFactory = new ValueFactoryQImpl(config.getRepositoryService().getQValueFactory(), npResolver);
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.jcr2spi.name.LocalNamespaceMappings

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.