|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IllegalNameException | |
|---|---|
| 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.spi.commons.conversion | |
| Uses of IllegalNameException in org.apache.jackrabbit.core |
|---|
| Methods in org.apache.jackrabbit.core that throw IllegalNameException | |
|---|---|
Name |
SessionImpl.getQName(java.lang.String name)
|
Path |
SessionImpl.getQPath(java.lang.String path)
|
| Uses of IllegalNameException in org.apache.jackrabbit.core.query.lucene |
|---|
| Methods in org.apache.jackrabbit.core.query.lucene that throw IllegalNameException | |
|---|---|
java.lang.String |
NamespaceMappings.translatePropertyName(Name qName)
Translates a property name from a session local namespace mapping into a search index private namespace mapping. |
java.lang.String |
NSRegistryBasedNamespaceMappings.translatePropertyName(Name qName)
Translates a property name from a session local namespace mapping into a search index private namespace mapping. |
java.lang.String |
FileBasedNamespaceMappings.translatePropertyName(Name qName)
Translates a property name from a session local namespace mapping into a search index private namespace mapping. |
| Uses of IllegalNameException in org.apache.jackrabbit.spi.commons.conversion |
|---|
| Methods in org.apache.jackrabbit.spi.commons.conversion that throw IllegalNameException | |
|---|---|
static void |
NameParser.checkFormat(java.lang.String jcrName)
Check the format of the jcr name. |
Name |
NameResolver.getQName(java.lang.String name)
Returns the qualified name for the given prefixed JCR name. |
Name |
ParsingNameResolver.getQName(java.lang.String name)
Parses the prefixed JCR name and returns the resolved qualified name. |
Name |
DefaultNamePathResolver.getQName(java.lang.String name)
|
Name |
CachingNameResolver.getQName(java.lang.String name)
Returns the qualified name for the given prefixed JCR name. |
Path |
PathResolver.getQPath(java.lang.String path)
Returns the qualified path for the given prefixed JCR path. |
Path |
DefaultNamePathResolver.getQPath(java.lang.String path)
|
Path |
CachingPathResolver.getQPath(java.lang.String path)
Returns the qualified path for the given prefixed JCR path. |
Path |
ParsingPathResolver.getQPath(java.lang.String path)
Parses the prefixed JCR path and returns the resolved qualified path. |
static Path |
PathParser.parse(Path parent,
java.lang.String jcrPath,
NameResolver resolver,
PathFactory factory)
Parses the give jcrPath and returns a Path. |
static Path |
PathParser.parse(java.lang.String jcrPath,
NameResolver resolver,
PathFactory factory)
Parses jcrPath into a qualified path using
resolver to convert prefixes into namespace URI's. |
static Name |
NameParser.parse(java.lang.String jcrName,
NamespaceResolver resolver,
NameFactory factory)
Parses the jcrName (either qualified or expanded) and
returns a new Name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||