| Package | Description |
|---|---|
| org.apache.jackrabbit.spi.commons.conversion |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamePathResolver
Combined name and path resolver.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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–2017 The Apache Software Foundation. All rights reserved.