Uses of Class
org.apache.jackrabbit.spi.commons.conversion.IllegalNameException

Packages that use IllegalNameException
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.spi.commons.conversion   
 

Uses of IllegalNameException in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that throw IllegalNameException
 Name SessionImpl.getQName(String name)
           
 Path SessionImpl.getQPath(String path)
           
 Path SessionImpl.getQPath(String path, boolean normalizeIdentifier)
           
 

Uses of IllegalNameException in org.apache.jackrabbit.core.query.lucene
 

Methods in org.apache.jackrabbit.core.query.lucene that throw IllegalNameException
 String AbstractNamespaceMappings.translateName(Name qName)
          Translates a name from a session local namespace mapping into a search index private namespace mapping.
 String NamespaceMappings.translateName(Name name)
          Translates a name from a session local namespace mapping into a search index private namespace mapping.
 String AbstractNamespaceMappings.translatePath(Path path)
          Translates a path into a search index private namespace mapping.
 String NamespaceMappings.translatePath(Path path)
          Translates a path into a search index private namespace mapping.
 

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

Methods in org.apache.jackrabbit.spi.commons.conversion that throw IllegalNameException
static void NameParser.checkFormat(String jcrName)
          Check the format of the jcr name.
 Name NameResolver.getQName(String name)
          Returns the Name for the given JCR name String.
 Name CachingNameResolver.getQName(String jcrName)
          Returns a Name for the given prefixed JCR name.
 Name ParsingNameResolver.getQName(String jcrName)
          Parses the given JCR name and returns the resolved Name object.
 Name DefaultNamePathResolver.getQName(String name)
           
 Path PathResolver.getQPath(String path)
          Returns the path object for the given JCR path string.
 Path DefaultNamePathResolver.getQPath(String path)
           
 Path CachingPathResolver.getQPath(String path)
          Returns the Path object for the given JCR path String.
 Path ParsingPathResolver.getQPath(String jcrPath)
          Parses the given JCR path into a Path object.
 Path PathResolver.getQPath(String path, boolean normalizeIdentifier)
          Returns the path object for the given JCR path string.
 Path DefaultNamePathResolver.getQPath(String path, boolean normalizeIdentifier)
           
 Path CachingPathResolver.getQPath(String path, boolean normalizeIdentifier)
           
 Path ParsingPathResolver.getQPath(String jcrPath, boolean normalizeIdentifier)
          Calls PathParser.parse(String, NameResolver, IdentifierResolver, org.apache.jackrabbit.spi.PathFactory) from the given jcrPath.
static Path PathParser.parse(Path parent, String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)
          Parses the given jcrPath and returns a Path.
static Path PathParser.parse(Path parent, String jcrPath, NameResolver resolver, PathFactory factory)
          Parses the given jcrPath and returns a Path.
static Path PathParser.parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)
          Parses jcrPath into a Path object using resolver to convert prefixes into namespace URI's.
static Path PathParser.parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory, boolean normalizeIdentifier)
          Parses jcrPath into a Path object using resolver to convert prefixes into namespace URI's.
static Path PathParser.parse(String jcrPath, NameResolver resolver, PathFactory factory)
          Parses jcrPath into a Path object using resolver to convert prefixes into namespace URI's.
static Name NameParser.parse(String jcrName, NamespaceResolver resolver, NameFactory factory)
          Parses the jcrName (either qualified or expanded) and returns a new Name.
 



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