Package org.apache.jackrabbit.spi.commons.conversion

Interface Summary
IdentifierResolver IdentifierResolver ....
NamePathResolver Combined name and path resolver.
NameResolver Resolver for JCR name Strings and Name objects.
PathResolver Resolver for JCR paths.
 

Class Summary
CachingNameResolver Name resolver decorator that uses a generational cache to speed up parsing and formatting of JCR names.
CachingPathResolver Path resolver decorator that uses a generational cache to speed up parsing and formatting of JCR paths.
DefaultNamePathResolver DefaultNamePathResolver...
NameParser NameParser parses a jcrName using a NamespaceResolver and a NameFactory.
ParsingNameResolver Name resolver that parsers and formats prefixed JCR names.
ParsingPathResolver Path resolver that parsers and formats prefixed JCR paths.
PathParser PathParser formats a Path using a NameResolver and a PathFactory.
 

Exception Summary
IllegalNameException Thrown when an illegal JCR name string is encountered.
MalformedPathException Thrown when a malformed JCR path string is encountered.
NameException Base class for exceptions about malformed or otherwise invalid JCR names and paths.
 



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