|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PathResolver
Resolver for JCR paths.
| Method Summary | |
|---|---|
String |
getJCRPath(org.apache.jackrabbit.spi.Path path)
Returns the given JCR path string for the given path object. |
org.apache.jackrabbit.spi.Path |
getQPath(String path)
Returns the path object for the given JCR path string. |
org.apache.jackrabbit.spi.Path |
getQPath(String path,
boolean normalizeIdentifier)
Returns the path object for the given JCR path string. |
| Method Detail |
|---|
org.apache.jackrabbit.spi.Path getQPath(String path)
throws MalformedPathException,
IllegalNameException,
NamespaceException
path - prefixed JCR path
Path object.
MalformedPathException - if the JCR path format is invalid.
IllegalNameException - if any of the JCR names contained in the path are invalid.
NamespaceException - if a namespace prefix can not be resolved.
org.apache.jackrabbit.spi.Path getQPath(String path,
boolean normalizeIdentifier)
throws MalformedPathException,
IllegalNameException,
NamespaceException
path - prefixed JCR pathnormalizeIdentifier -
Path object.
MalformedPathException - if the JCR path format is invalid.
IllegalNameException - if any of the JCR names contained in the path are invalid.
NamespaceException - if a namespace prefix can not be resolved.
String getJCRPath(org.apache.jackrabbit.spi.Path path)
throws NamespaceException
path - a Path object.
NamespaceException - if a namespace URI can not be resolved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||