Class SecurityUtilities

java.lang.Object
freemarker.template.utility.SecurityUtilities

public class SecurityUtilities extends Object
  • Method Details

    • getSystemProperty

      public static String getSystemProperty​(String key)
    • getSystemProperty

      public static String getSystemProperty​(String key, String defValue)
    • getSystemProperty

      public static Integer getSystemProperty​(String key, int defValue)