|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathResolver | |
|---|---|
| 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.jcr2spi | |
| org.apache.jackrabbit.jcr2spi.operation | |
| org.apache.jackrabbit.jcr2spi.util | |
| org.apache.jackrabbit.spi.commons.conversion | |
| 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. |
| Constructors in org.apache.jackrabbit.core with parameters of type PathResolver | |
|---|---|
ItemValidator(NodeTypeRegistry ntReg,
HierarchyManager hierMgr,
PathResolver resolver)
Creates a new ItemValidator instance. |
|
| Uses of PathResolver in org.apache.jackrabbit.core.query.lucene |
|---|
| Classes in org.apache.jackrabbit.core.query.lucene that implement PathResolver | |
|---|---|
class |
NamePathResolverImpl
NamePathResolverImpl... |
| Uses of PathResolver in org.apache.jackrabbit.jcr2spi |
|---|
| Methods in org.apache.jackrabbit.jcr2spi that return PathResolver | |
|---|---|
PathResolver |
ManagerProvider.getPathResolver()
|
PathResolver |
SessionImpl.getPathResolver()
|
PathResolver |
WorkspaceImpl.getPathResolver()
|
| Uses of PathResolver in org.apache.jackrabbit.jcr2spi.operation |
|---|
| Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type PathResolver | |
|---|---|
static Operation |
Move.create(Path srcPath,
Path destPath,
HierarchyManager hierMgr,
PathResolver resolver,
boolean sessionMove)
|
| Uses of PathResolver in org.apache.jackrabbit.jcr2spi.util |
|---|
| Methods in org.apache.jackrabbit.jcr2spi.util with parameters of type PathResolver | |
|---|---|
static java.lang.String |
LogUtil.safeGetJCRPath(ItemState itemState,
PathResolver pathResolver)
Failsafe conversion of an ItemState to JCR path for use in
error messages etc. |
static java.lang.String |
LogUtil.safeGetJCRPath(Path qPath,
PathResolver pathResolver)
Failsafe conversion of internal Path to JCR path for use in
error messages etc. |
static java.lang.String |
LogUtil.saveGetIdString(ItemId itemId,
PathResolver pathResolver)
Failsafe conversion of an ItemId to a human readable string
resolving the path part of the specified id using the given path resolver. |
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||