|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MalformedPathException | |
|---|---|
| org.apache.jackrabbit.spi.commons.conversion | |
| org.apache.jackrabbit.spi.commons.name | |
| Uses of MalformedPathException in org.apache.jackrabbit.spi.commons.conversion |
|---|
| Methods in org.apache.jackrabbit.spi.commons.conversion that throw MalformedPathException | |
|---|---|
void |
IdentifierResolver.checkFormat(String identifier)
|
static void |
PathParser.checkFormat(String jcrPath)
Check the format of the given jcr path. |
org.apache.jackrabbit.spi.Path |
IdentifierResolver.getPath(String identifier)
|
org.apache.jackrabbit.spi.Path |
PathResolver.getQPath(String path)
Returns the path object for the given JCR path string. |
org.apache.jackrabbit.spi.Path |
CachingPathResolver.getQPath(String path)
Returns the Path object for the given JCR path String. |
org.apache.jackrabbit.spi.Path |
ParsingPathResolver.getQPath(String jcrPath)
Parses the given JCR path into a Path object. |
org.apache.jackrabbit.spi.Path |
DefaultNamePathResolver.getQPath(String path)
|
org.apache.jackrabbit.spi.Path |
PathResolver.getQPath(String path,
boolean normalizeIdentifier)
Returns the path object for the given JCR path string. |
org.apache.jackrabbit.spi.Path |
CachingPathResolver.getQPath(String path,
boolean normalizeIdentifier)
|
org.apache.jackrabbit.spi.Path |
ParsingPathResolver.getQPath(String jcrPath,
boolean normalizeIdentifier)
Calls PathParser.parse(String, NameResolver, IdentifierResolver, org.apache.jackrabbit.spi.PathFactory)
from the given jcrPath. |
org.apache.jackrabbit.spi.Path |
DefaultNamePathResolver.getQPath(String path,
boolean normalizeIdentifier)
|
static org.apache.jackrabbit.spi.Path |
PathParser.parse(org.apache.jackrabbit.spi.Path parent,
String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
org.apache.jackrabbit.spi.PathFactory factory)
Parses the given jcrPath and returns a Path. |
static org.apache.jackrabbit.spi.Path |
PathParser.parse(org.apache.jackrabbit.spi.Path parent,
String jcrPath,
NameResolver resolver,
org.apache.jackrabbit.spi.PathFactory factory)
Parses the given jcrPath and returns a Path. |
static org.apache.jackrabbit.spi.Path |
PathParser.parse(String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
org.apache.jackrabbit.spi.PathFactory factory)
Parses jcrPath into a Path object using
resolver to convert prefixes into namespace URI's. |
static org.apache.jackrabbit.spi.Path |
PathParser.parse(String jcrPath,
NameResolver nameResolver,
IdentifierResolver identifierResolver,
org.apache.jackrabbit.spi.PathFactory factory,
boolean normalizeIdentifier)
Parses jcrPath into a Path object using
resolver to convert prefixes into namespace URI's. |
static org.apache.jackrabbit.spi.Path |
PathParser.parse(String jcrPath,
NameResolver resolver,
org.apache.jackrabbit.spi.PathFactory factory)
Parses jcrPath into a Path object using
resolver to convert prefixes into namespace URI's. |
| Uses of MalformedPathException in org.apache.jackrabbit.spi.commons.name |
|---|
| Methods in org.apache.jackrabbit.spi.commons.name that throw MalformedPathException | |
|---|---|
org.apache.jackrabbit.spi.Path |
PathMap.Element.getPath()
Return the path of this element. |
org.apache.jackrabbit.spi.Path |
PathBuilder.getPath()
Assembles the built path and returns a new Path. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||