Class ConstantsV9

java.lang.Object
sk.iway.iwcm.system.ConstantsV9

public class ConstantsV9 extends Object
  • Method Details

    • clearValuesWebJet9

      public static void clearValuesWebJet9()
      Nastavi predvolene hodnoty pre verziu 9 Tato trieda je vo W9 reimplementovana, tu nic nemente
    • getArray

      @Deprecated public static String[] getArray(String name)
      Deprecated.
      use Constants.getArray(name)
      Returns coma separated value as Array
      Parameters:
      name -
      Returns:
    • getArrayCached

      public static String[] getArrayCached(String name, int cacheMinutes)
      Returns coma separated value as Array and cache it for faster access
      Parameters:
      name -
      cacheMinutes -
      Returns:
    • getValuesStartsWith

      public static List<ConfDetails> getValuesStartsWith(String prefix)
      Returns config list with name starts with prefix
      Parameters:
      prefix -
      Returns: