Uses of Interface
org.apache.jackrabbit.spi.commons.conversion.PathResolver

Packages that use PathResolver
org.apache.jackrabbit.spi.commons.conversion   
 

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

Subinterfaces of PathResolver in org.apache.jackrabbit.spi.commons.conversion
 interface NamePathResolver
          Combined name and path resolver.
 

Classes in org.apache.jackrabbit.spi.commons.conversion that implement PathResolver
 class CachingPathResolver
          Path resolver decorator that uses a generational cache to speed up parsing and formatting of JCR paths.
 class DefaultNamePathResolver
          DefaultNamePathResolver...
 class ParsingPathResolver
          Path resolver that parsers and formats prefixed JCR paths.
 

Constructors in org.apache.jackrabbit.spi.commons.conversion with parameters of type PathResolver
CachingPathResolver(PathResolver resolver)
          Creates a caching decorator for the given path resolver.
CachingPathResolver(PathResolver resolver, org.apache.jackrabbit.spi.commons.conversion.GenerationalCache cache)
          Creates a caching decorator for the given path resolver.
DefaultNamePathResolver(NameResolver nResolver, PathResolver pResolver)
           
 



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