|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NamespaceMappings
The class NamespaceMappings holds a namespace mapping that is
used internally in the search index. Storing paths with the full uri of a
namespace would require too much space in the search index.
| Method Summary | |
|---|---|
String |
translateName(Name name)
Translates a name from a session local namespace mapping into a search index private namespace mapping. |
String |
translatePath(Path path)
Translates a path into a search index private namespace mapping. |
| Methods inherited from interface org.apache.jackrabbit.spi.commons.namespace.NamespaceResolver |
|---|
getPrefix, getURI |
| Method Detail |
|---|
String translateName(Name name)
throws IllegalNameException
name - the name to translate
IllegalNameException - if the name cannot be translated.
String translatePath(Path path)
throws IllegalNameException
path - the path to translate
IllegalNameException - if the name cannot be translated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||