freemarker.template.utility

Class SecurityUtilities


public class SecurityUtilities
extends java.lang.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 String
getSystemProperty(String key, String defValue)
static Integer
getSystemProperty(String key, int defValue)

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)