Uses of Interface
org.apache.jackrabbit.name.PathResolver

Packages that use PathResolver
org.apache.jackrabbit.name   
 

Uses of PathResolver in org.apache.jackrabbit.name
 

Subinterfaces of PathResolver in org.apache.jackrabbit.name
 interface NamePathResolver
          Deprecated. Use the NamePathResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
 

Classes in org.apache.jackrabbit.name that implement PathResolver
 class CachingPathResolver
          Deprecated. Use the CachingPathResolver class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
 class ParsingPathResolver
          Deprecated. Use the ParsingPathResolver class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
 

Constructors in org.apache.jackrabbit.name with parameters of type PathResolver
CachingPathResolver(PathResolver resolver)
          Deprecated. Creates a caching decorator for the given path resolver.
CachingPathResolver(PathResolver resolver, org.apache.jackrabbit.name.GenerationalCache cache)
          Deprecated. Creates a caching decorator for the given path resolver.
 



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