Subversion Repositories bacoAlunos

Rev

Rev 9 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb;

import pt.estgp.estgweb.utils.ConfigProperties;

import java.util.List;

/**
 * @author Jorge Machado
 * @date 28/Fev/2008
 * @time 12:51:32
 * @see pt.estgp.estgweb
 */

public class Globals
{

    public static final 1.5.0/docs/api/java/lang/String.html">String ACTUAL_RELATIVE_PATH = "ACTUAL_RELATIVE_PATH";
    public static final 1.5.0/docs/api/java/lang/String.html">String ADMIN_ROLE = ConfigProperties.getProperty("user.admin");
    public static final 1.5.0/docs/api/java/lang/String.html">String SUPER_USER_ROLE = ConfigProperties.getProperty("user.super");
    public static final 1.5.0/docs/api/java/lang/String.html">String USER_SESSION_KEY = "USER_SESSION_KEY";
    public static final List<String> AUTOMATIC_VALIDATION_ROLES = ConfigProperties.getListValues("announcements.automatic.validation.role");
    public static final 1.5.0/docs/api/java/lang/String.html">String TMP_DIR = ConfigProperties.getProperty("tmp.dir");
}