| 程序包 | 说明 |
|---|---|
| itez.core.runtime.auth | |
| itez.core.wrapper.controller |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthCode |
AuthMode.getAuthCode() |
static AuthCode |
AuthCode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AuthCode[] |
AuthCode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AuthMode.setAuthCode(AuthCode authCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
EController.renderErr(AuthCode authCode)
渲染到错误页面
|
void |
EController.renderErrHelp(AuthCode authCode,
String errMsg,
String helpUrl)
渲染到错误页面,包括推荐链接
|
void |
EController.renderErrMsg(AuthCode authCode,
String errMsg)
渲染到错误页面
|
Copyright © 2020. All rights reserved.