Package org.xwiki.model.namespace
Class SpaceNamespace
- java.lang.Object
-
- org.xwiki.component.namespace.Namespace
-
- org.xwiki.model.namespace.SpaceNamespace
-
public class SpaceNamespace extends org.xwiki.component.namespace.Namespace
TypedNamespace
for spaces.- Since:
- 9.6RC1
- Version:
- $Id: 7e834b811f1f7546d8d6683bf5b22c7f4035d3ef $
-
-
Constructor Summary
Constructors Constructor Description SpaceNamespace(String spaceReference)
-
-
-
Field Detail
-
TYPE
public static final String TYPE
The type used in those namespaces.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SpaceNamespace
public SpaceNamespace(String spaceReference)
- Parameters:
spaceReference
- the space reference
-
-