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

Packages that use PathResolver
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.name   
 

Uses of PathResolver in org.apache.jackrabbit.core
 

Classes in org.apache.jackrabbit.core that implement PathResolver
 class SessionImpl
          A SessionImpl ...
 class XASessionImpl
          Session extension that provides XA support.
 

Fields in org.apache.jackrabbit.core declared as PathResolver
protected  PathResolver ItemValidator.resolver
          Path resolver for outputting user-friendly error messages.
protected  PathResolver HierarchyManagerImpl.resolver
          Path resolver for outputting user-friendly paths in error messages.
 

Methods in org.apache.jackrabbit.core that return PathResolver
 PathResolver NamespaceRegistryImpl.getPathResolver()
           
 

Constructors in org.apache.jackrabbit.core with parameters of type PathResolver
CachingHierarchyManager(NodeId rootNodeId, ItemStateManager provider, PathResolver resolver)
          Create a new instance of this class.
HierarchyManagerImpl(NodeId rootNodeId, ItemStateManager provider, PathResolver resolver)
           
ItemValidator(NodeTypeRegistry ntReg, HierarchyManager hierMgr, PathResolver resolver)
          Creates a new ItemValidator instance.
 

Uses of PathResolver in org.apache.jackrabbit.core.state
 

Constructors in org.apache.jackrabbit.core.state with parameters of type PathResolver
SessionItemStateManager(NodeId rootNodeId, LocalItemStateManager stateMgr, PathResolver resolver)
          Creates a new SessionItemStateManager instance.
 

Uses of PathResolver in org.apache.jackrabbit.name
 

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

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

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



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