Package freemarker.template.utility
Class SecurityUtilities
- java.lang.Object
-
- freemarker.template.utility.SecurityUtilities
-
public class SecurityUtilities extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getSystemProperty(java.lang.String key)
static java.lang.Integer
getSystemProperty(java.lang.String key, int defValue)
static java.lang.String
getSystemProperty(java.lang.String key, java.lang.String defValue)
-
-
-
Method Detail
-
getSystemProperty
public static java.lang.String getSystemProperty(java.lang.String key)
-
getSystemProperty
public static java.lang.String getSystemProperty(java.lang.String key, java.lang.String defValue)
-
getSystemProperty
public static java.lang.Integer getSystemProperty(java.lang.String key, int defValue)
-
-