Uses of Class
org.apache.jackrabbit.spi.commons.namespace.NamespaceMapping

Packages that use NamespaceMapping
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi.commons.namespace   
org.apache.jackrabbit.spi.commons.nodetype   
 

Uses of NamespaceMapping in org.apache.jackrabbit.spi.commons
 

Fields in org.apache.jackrabbit.spi.commons declared as NamespaceMapping
protected  NamespaceMapping AbstractRepositoryService.namespaces
          The fixed set of namespaces known to the repository service.
 

Uses of NamespaceMapping in org.apache.jackrabbit.spi.commons.namespace
 

Methods in org.apache.jackrabbit.spi.commons.namespace that return NamespaceMapping
 NamespaceMapping NamespaceExtractor.getNamespaceMapping()
          getNamespaceMapping
 

Methods in org.apache.jackrabbit.spi.commons.namespace with parameters of type NamespaceMapping
 void NamespaceAdder.addNamespaces(NamespaceMapping nsm)
           
 

Uses of NamespaceMapping in org.apache.jackrabbit.spi.commons.nodetype
 

Fields in org.apache.jackrabbit.spi.commons.nodetype declared as NamespaceMapping
static NamespaceMapping QDefinitionBuilderFactory.NS_DEFAULTS
          Default namespace mappings
 

Methods in org.apache.jackrabbit.spi.commons.nodetype that return NamespaceMapping
 NamespaceMapping QDefinitionBuilderFactory.getNamespaceMapping()
           
 

Methods in org.apache.jackrabbit.spi.commons.nodetype with parameters of type NamespaceMapping
 void QDefinitionBuilderFactory.setNamespaceMapping(NamespaceMapping nsMapping)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.