Uses of Interface
org.apache.jackrabbit.spi.NameFactory

Packages that use NameFactory
org.apache.jackrabbit.core.security.authorization   
org.apache.jackrabbit.jcr2spi   
org.apache.jackrabbit.jcr2spi.xml   
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons.conversion   
org.apache.jackrabbit.spi.commons.name   
org.apache.jackrabbit.spi2jcr   
 

Uses of NameFactory in org.apache.jackrabbit.core.security.authorization
 

Fields in org.apache.jackrabbit.core.security.authorization declared as NameFactory
static NameFactory AccessControlConstants.NF
           
 

Uses of NameFactory in org.apache.jackrabbit.jcr2spi
 

Methods in org.apache.jackrabbit.jcr2spi that return NameFactory
 NameFactory SessionImpl.getNameFactory()
           
 NameFactory WorkspaceManager.getNameFactory()
           
 

Uses of NameFactory in org.apache.jackrabbit.jcr2spi.xml
 

Constructors in org.apache.jackrabbit.jcr2spi.xml with parameters of type NameFactory
ImportHandler(Importer importer, NamespaceResolver nsResolver, NamespaceRegistry nsReg, NameFactory nameFactory, PathFactory pathFactory)
           
 

Uses of NameFactory in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return NameFactory
 NameFactory RepositoryService.getNameFactory()
          Return the NameFactory.
 

Uses of NameFactory in org.apache.jackrabbit.spi.commons.conversion
 

Methods in org.apache.jackrabbit.spi.commons.conversion with parameters of type NameFactory
static Name[] NameParser.parse(String[] jcrNames, NamespaceResolver resolver, NameFactory factory)
          Parses an array of jcrName and returns the respective array of Name.
static Name NameParser.parse(String jcrName, NamespaceResolver resolver, NameFactory factory)
          Parses the jcrName (either qualified or expanded) and returns a new Name.
 

Constructors in org.apache.jackrabbit.spi.commons.conversion with parameters of type NameFactory
ParsingNameResolver(NameFactory nameFactory, NamespaceResolver resolver)
          Creates a parsing name resolver.
 

Uses of NameFactory in org.apache.jackrabbit.spi.commons.name
 

Classes in org.apache.jackrabbit.spi.commons.name that implement NameFactory
 class NameFactoryImpl
          NameFactoryImpl...
 

Methods in org.apache.jackrabbit.spi.commons.name that return NameFactory
static NameFactory NameFactoryImpl.getInstance()
           
 

Uses of NameFactory in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return NameFactory
 NameFactory RepositoryServiceImpl.getNameFactory()
          Return the NameFactory.
 



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