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)
           
 

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

Methods in org.apache.jackrabbit.core.query.lucene that throw IllegalNameException
 String NamespaceMappings.translateName(Name name)
          Translates a name from a session local namespace mapping into a search index private namespace mapping.
 String AbstractNamespaceMappings.translateName(Name qName)
          Translates a name from a session local namespace mapping into a search index private namespace mapping.
 String NamespaceMappings.translatePath(Path path)
          Translates a path into a search index private namespace mapping.
 String AbstractNamespaceMappings.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 ParsingNameResolver.getQName(String name)
          Parses the prefixed JCR name and returns the resolved qualified name.
 Name NameResolver.getQName(String name)
          Returns the qualified name for the given prefixed JCR name.
 Name DefaultNamePathResolver.getQName(String name)
           
 Name CachingNameResolver.getQName(String name)
          Returns the qualified name for the given prefixed JCR name.
 Path PathResolver.getQPath(String path)
          Returns the qualified path for the given prefixed JCR path.
 Path ParsingPathResolver.getQPath(String path)
          Parses the prefixed JCR path and returns the resolved qualified path.
 Path DefaultNamePathResolver.getQPath(String path)
           
 Path CachingPathResolver.getQPath(String path)
          Returns the qualified path for the given prefixed JCR path.
static Path PathParser.parse(Path parent, String jcrPath, NameResolver resolver, PathFactory factory)
          Parses the give jcrPath and returns a Path.
static Path PathParser.parse(String jcrPath, NameResolver resolver, PathFactory factory)
          Parses jcrPath into a qualified path 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-2009 The Apache Software Foundation. All Rights Reserved.