Class Namespaces
java.lang.Object
org.exoplatform.container.configuration.Namespaces
- Version:
- $Revision$
- Author:
- Julien Viet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]static booleanisKernelNamespace(String uri) Indicates whether the given uri is a kernel namespace or not
-
Field Details
-
KERNEL_1_0_URI
.- See Also:
-
KERNEL_1_0_URI_OLD
- See Also:
-
KERNEL_1_1_URI
.- See Also:
-
KERNEL_1_1_URI_OLD
- See Also:
-
KERNEL_1_2_URI
.- See Also:
-
KERNEL_1_2_URI_OLD
- See Also:
-
KERNEL_1_3_URI
.- See Also:
-
KERNEL_NAMESPACES_SET
All the namespaces related to the kernel
-
-
Constructor Details
-
Namespaces
public Namespaces()
-
-
Method Details
-
getKernelNamespaces
- Returns:
- A safe copy of the list of kernel namespaces
-
isKernelNamespace
Indicates whether the given uri is a kernel namespace or not- Parameters:
uri- the uri to check- Returns:
trueif it is a kernel namespace,falseotherwise.
-