gboat2.base.bridge
接口 GboatAppConstants

所有已知实现类:
GboatAppContext

public interface GboatAppConstants

整个平台的全局常量接口

从以下版本开始:
2.1.2-SNAPSHOT
作者:
hemw

字段摘要
static String CT_HTML_UTF8
          ContentType: "text/html;charset=utf-8"
static String CT_JOSN_UTF8
          ContentType: "text/json;charset=utf-8"
static String CT_PLAIN_UTF8
          ContentType: "text/plain;charset=utf-8"
static String ENCODING_GBK
          GBK 编码,值为:"GBK"
static String ENCODING_ISO88591
          ISO-8859-1 编码,值为:"ISO-8859-1"
static String ENCODING_UTF8
          UTF-8 编码,值为:"UTF-8"
static String INCLUDE_SERVLET_PATH_KEY
          Struts org.apache.struts2.components.Include 类的 getContextRelativePath() 方法计算相对路径时,需要用到的 key
static String WEBAPP_ROOT_KEY
          javaWeb 应用的根目录 key: "webapp.gboat2.root"
 

字段详细信息

WEBAPP_ROOT_KEY

static final String WEBAPP_ROOT_KEY
javaWeb 应用的根目录 key: "webapp.gboat2.root"

另请参见:
常量字段值

ENCODING_ISO88591

static final String ENCODING_ISO88591
ISO-8859-1 编码,值为:"ISO-8859-1"

另请参见:
常量字段值

ENCODING_UTF8

static final String ENCODING_UTF8
UTF-8 编码,值为:"UTF-8"

另请参见:
常量字段值

ENCODING_GBK

static final String ENCODING_GBK
GBK 编码,值为:"GBK"

另请参见:
常量字段值

CT_HTML_UTF8

static final String CT_HTML_UTF8
ContentType: "text/html;charset=utf-8"

另请参见:
常量字段值

CT_JOSN_UTF8

static final String CT_JOSN_UTF8
ContentType: "text/json;charset=utf-8"

另请参见:
常量字段值

CT_PLAIN_UTF8

static final String CT_PLAIN_UTF8
ContentType: "text/plain;charset=utf-8"

另请参见:
常量字段值

INCLUDE_SERVLET_PATH_KEY

static final String INCLUDE_SERVLET_PATH_KEY
Struts org.apache.struts2.components.Include 类的 getContextRelativePath() 方法计算相对路径时,需要用到的 key

另请参见:
常量字段值


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.