Uses of Class
org.xwiki.component.namespace.Namespace
-
Packages that use Namespace Package Description org.xwiki.component.namespace -
-
Uses of Namespace in org.xwiki.component.namespace
Fields in org.xwiki.component.namespace declared as Namespace Modifier and Type Field Description static Namespace
Namespace. ROOT
Root namespace.Methods in org.xwiki.component.namespace that return Namespace Modifier and Type Method Description static Namespace
NamespaceUtils. toNamespace(String namespace)
Methods in org.xwiki.component.namespace with parameters of type Namespace Modifier and Type Method Description <V> V
NamespaceContextExecutor. execute(Namespace namespace, Callable<V> callable)
Execute the passedCallable
in the context of the specified namespace.
-