| Package | Description |
|---|---|
| org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
| org.apache.jackrabbit.spi.commons.conversion |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionImpl
A
SessionImpl ... |
class |
XASessionImpl
Session extension that provides XA support.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
PathParser.parse(Path parent,
String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
PathFactory factory)
Parses the given
jcrPath and returns a Path. |
static Path |
PathParser.parse(String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
PathFactory factory)
Parses
jcrPath into a Path object using
resolver to convert prefixes into namespace URIs. |
static Path |
PathParser.parse(String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
PathFactory factory,
boolean normalizeIdentifier)
Parses
jcrPath into a Path object using
resolver to convert prefixes into namespace URIs. |
| Constructor and Description |
|---|
DefaultNamePathResolver(NamespaceResolver nsResolver,
IdentifierResolver idResolver,
boolean enableCaching) |
ParsingPathResolver(PathFactory pathFactory,
NameResolver nameResolver,
IdentifierResolver idResolver)
Creates a parsing path resolver.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.