- enableStaticResourceAndHtml() - 类 中的方法com.byhealth.h5.core.WebService
-
启用静态资源和设置默认首页
- error(String) - 类 中的静态方法com.byhealth.h5.util.Log
-
- error(String, Object) - 类 中的静态方法com.byhealth.h5.util.Log
-
- error(String, Object, Object) - 类 中的静态方法com.byhealth.h5.util.Log
-
- error(String, Object[]) - 类 中的静态方法com.byhealth.h5.util.Log
-
- error(String, Throwable) - 类 中的静态方法com.byhealth.h5.util.Log
-
- error(Marker, String) - 类 中的静态方法com.byhealth.h5.util.Log
-
- error(Marker, String, Object) - 类 中的静态方法com.byhealth.h5.util.Log
-
- error(Marker, String, Object, Object) - 类 中的静态方法com.byhealth.h5.util.Log
-
- error(Marker, String, Object[]) - 类 中的静态方法com.byhealth.h5.util.Log
-
- error(Marker, String, Throwable) - 类 中的静态方法com.byhealth.h5.util.Log
-
- errorCode - 类 中的变量com.byhealth.h5.core.ApiReturnObject
-
错误代码
- ErrorConfig - com.byhealth.h5.config中的类
-
错误配置类
- ErrorConfig() - 类 的构造器com.byhealth.h5.config.ErrorConfig
-
不让类实例化
- errorMessage - 类 中的变量com.byhealth.h5.core.ApiReturnObject
-
提示信息
- ESB_ACCESS_TOKEN_IS_VALID_PATH - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
检查ESB的访问令牌是否有效接口 byhealth-h5-1.1.jar开始支持
- ESB_APP_ID - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
ESB的appId
- ESB_APP_SECRET - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
ESB的appSecret
- ESB_CHECK_ACL_PATH - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
检查ESB的访问令牌对一个api_url是否有访问权限接口 byhealth-h5-1.1.jar开始支持
- ESB_ERROR - 类 中的静态变量com.byhealth.h5.config.ErrorConfig
-
ESB错误
- ESB_GET_ACCESS_TOKEN_PATH - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
ESB的获取访问令牌接口
- ESB_HOST - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
ESB服务器的host
- ESB_PORT - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
ESB服务器的端口, 默认使用80 byhealth-h5-1.2.jar开始支持
- ESB_REQUEST_TIMEOUT - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
ESB请求的超时时间。
- EsbInnerRequestBean - com.byhealth.h5.esb中的类
-
ESB接口内部请求Bean, 继承EsbRequestBean, 不对外提供使用。
- EsbInnerRequestBean(String) - 类 的构造器com.byhealth.h5.esb.EsbInnerRequestBean
-
创建指定url的EsbInnerRequestBean实例
- EsbInnerRequestBean(String, HttpMethod) - 类 的构造器com.byhealth.h5.esb.EsbInnerRequestBean
-
创建指定url和httpMethod的EsbInnerRequestBean实例
- EsbInnerRequestBean(String, Buffer, HttpMethod) - 类 的构造器com.byhealth.h5.esb.EsbInnerRequestBean
-
创建指定url, paramBuffer和httpMethod的EsbInnerRequestBean实例
- EsbRequestBean - com.byhealth.h5.esb中的类
-
ESB接口请求Bean
- EsbRequestBean(String) - 类 的构造器com.byhealth.h5.esb.EsbRequestBean
-
创建指定url的EsbRequestBean实例
- EsbRequestBean(String, HttpMethod) - 类 的构造器com.byhealth.h5.esb.EsbRequestBean
-
创建指定url和httpMethod的EsbRequestBean实例
- EsbRequestBean(String, Buffer, HttpMethod) - 类 的构造器com.byhealth.h5.esb.EsbRequestBean
-
创建指定url, paramBuffer和httpMethod的EsbRequestBean实例
- EsbService - com.byhealth.h5.esb中的类
-
ESB接口服务类, 是一个静态类。
- EsbService() - 类 的构造器com.byhealth.h5.esb.EsbService
-
构造方法
- executeWithParams(String, JsonArray, Handler<UpdateResult>) - 类 中的方法com.byhealth.h5.core.SqlDao
-
带参数的执行操作,包括添加,修改和删除。
- EXIST_ERROR - 类 中的静态变量com.byhealth.h5.config.ErrorConfig
-
已经存在
- EXPIRE_TOKEN_ERROR - 类 中的静态变量com.byhealth.h5.config.ErrorConfig
-
令牌过期