eXo Kernel :: Container 2.4.11-UXP01

org.exoplatform.container.configuration
Class Namespaces

java.lang.Object
  extended by org.exoplatform.container.configuration.Namespaces

public class Namespaces
extends Object

Version:
$Revision$
Author:
Julien Viet

Field Summary
static String KERNEL_1_0_URI
          .
static String KERNEL_1_0_URI_OLD
           
static String KERNEL_1_1_URI
          .
static String KERNEL_1_1_URI_OLD
           
static String KERNEL_1_2_URI
          .
static String KERNEL_1_2_URI_OLD
           
static String KERNEL_1_3_URI
          .
static Set<String> KERNEL_NAMESPACES_SET
          All the namespaces related to the kernel
 
Constructor Summary
Namespaces()
           
 
Method Summary
static String[] getKernelNamespaces()
           
static boolean isKernelNamespace(String uri)
          Indicates whether the given uri is a kernel namespace or not
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KERNEL_1_0_URI

public static final String KERNEL_1_0_URI
.

See Also:
Constant Field Values

KERNEL_1_0_URI_OLD

public static final String KERNEL_1_0_URI_OLD
See Also:
Constant Field Values

KERNEL_1_1_URI

public static final String KERNEL_1_1_URI
.

See Also:
Constant Field Values

KERNEL_1_1_URI_OLD

public static final String KERNEL_1_1_URI_OLD
See Also:
Constant Field Values

KERNEL_1_2_URI

public static final String KERNEL_1_2_URI
.

See Also:
Constant Field Values

KERNEL_1_2_URI_OLD

public static final String KERNEL_1_2_URI_OLD
See Also:
Constant Field Values

KERNEL_1_3_URI

public static final String KERNEL_1_3_URI
.

See Also:
Constant Field Values

KERNEL_NAMESPACES_SET

public static final Set<String> KERNEL_NAMESPACES_SET
All the namespaces related to the kernel

Constructor Detail

Namespaces

public Namespaces()
Method Detail

getKernelNamespaces

public static String[] getKernelNamespaces()
Returns:
A safe copy of the list of kernel namespaces

isKernelNamespace

public static boolean isKernelNamespace(String uri)
Indicates whether the given uri is a kernel namespace or not

Parameters:
uri - the uri to check
Returns:
true if it is a kernel namespace, false otherwise.

eXo Kernel :: Container 2.4.11-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.