|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamespaceStorage | |
|---|---|
| org.apache.jackrabbit.jcr2spi | |
| org.apache.jackrabbit.jcr2spi.name | |
| Uses of NamespaceStorage in org.apache.jackrabbit.jcr2spi |
|---|
| Classes in org.apache.jackrabbit.jcr2spi that implement NamespaceStorage | |
|---|---|
class |
WorkspaceManager
WorkspaceManager... |
| Uses of NamespaceStorage in org.apache.jackrabbit.jcr2spi.name |
|---|
| Methods in org.apache.jackrabbit.jcr2spi.name with parameters of type NamespaceStorage | |
|---|---|
String |
NamespaceCache.getPrefix(NamespaceStorage storage,
String uri)
Returns the prefix to which the given URI is mapped |
String[] |
NamespaceCache.getPrefixes(NamespaceStorage storage)
Returns an array holding all currently registered prefixes. |
String |
NamespaceCache.getURI(NamespaceStorage storage,
String prefix)
Returns the URI to which the given prefix is mapped. |
String[] |
NamespaceCache.getURIs(NamespaceStorage storage)
Returns an array holding all currently registered URIs. |
void |
NamespaceCache.registerNamespace(NamespaceStorage storage,
String prefix,
String uri)
Registers a new name space. |
void |
NamespaceCache.unregisterNamespace(NamespaceStorage storage,
String prefix)
Unregisters a namespace. |
| Constructors in org.apache.jackrabbit.jcr2spi.name with parameters of type NamespaceStorage | |
|---|---|
NamespaceRegistryImpl(NamespaceStorage storage,
NamespaceCache nsCache)
Create a new NamespaceRegistryImpl. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||