Copyright© 2008-2022 Sitevision AB, all rights reserved.
| Package | Description |
|---|---|
| javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Session.getNamespacePrefix(String uri)
Returns the prefix to which the given
uri is mapped as
currently set in this Session. |
String |
Session.getNamespaceURI(String prefix)
Returns the URI to which the given
prefix is mapped as
currently set in this Session. |
String |
NamespaceRegistry.getPrefix(String uri)
Returns the prefix which is mapped to the given
uri. |
String |
NamespaceRegistry.getURI(String prefix)
Returns the URI to which the given
prefix is mapped. |
void |
NamespaceRegistry.registerNamespace(String prefix,
String uri)
Sets a one-to-one mapping between
prefix and
uri in the global namespace registry of this repository. |
void |
Session.setNamespacePrefix(String prefix,
String uri)
Within the scope of this
Session, this method maps
uri to prefix. |
void |
NamespaceRegistry.unregisterNamespace(String prefix)
Removes a namespace mapping from the registry.
|
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.