全局常量

写代码,有了全局常量就方便多了

package cn.edu.hbcf.common.constants;

/**
 * web中的使用常量
 * 
 * @date 2012-02-22 8:50:00
 *
 */
public class WebConstants {
    /** 超时提醒*/
    public static final String TIME_OUT="{\"error\":true,\"msg\":\"登录超时,请重新登录}";
    /** 保存session中的admin用户key*/
    public static final String CURRENT_USER="CURRENT_USER";
    
    public static final String CURRENT_USER_PERM="CURRENT_PERM_";
    /** form表单权限 */
    public static final String CURRENT_USER_FORM_PERM = "formPerm";
    
}

 

posted @ 2015-11-06 15:18  花语苑  阅读(137)  评论(0编辑  收藏  举报