freemarker.template.utility
Class SecurityUtilities

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

public class SecurityUtilities
extends Object

Version:
$Id: SecurityUtilities.java,v 1.2 2004/11/11 13:27:39 szegedia Exp $
Author:
Attila Szegedi

Method Summary
static String getSystemProperty(String key)
           
static Integer getSystemProperty(String key, int defValue)
           
static String getSystemProperty(String key, String defValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)