Class Namespaces

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

public class Namespaces extends Object
Version:
$Revision$
Author:
Julien Viet
  • Field Details

  • Constructor Details

    • Namespaces

      public Namespaces()
  • Method Details

    • 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.