| 程序包 | 说明 |
|---|---|
| org.noear.solon | |
| org.noear.solon.core |
| 限定符和类型 | 方法和说明 |
|---|---|
XMap |
XAppProperties.argx()
获取启动参数
|
static XMap |
XUtil.pathVarMap(String path,
String expr)
将路径根据表达式转成map
|
| 限定符和类型 | 方法和说明 |
|---|---|
XAppProperties |
XAppProperties.load(XMap args)
加载配置(用于第一次加载)
|
static XApp |
XApp.start(Class<?> source,
XMap argx,
ConsumerEx<XApp> builder) |
| 构造器和说明 |
|---|
XApp(Class<?> source,
XMap args) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract XMap |
XContext.cookieMap() |
XMap |
XContextEmpty.cookieMap() |
static XMap |
XMap.from(List<String> args) |
static XMap |
XMap.from(String[] args) |
XMap |
XProperties.getXmap(String keyStarts)
查找 keyStarts 开头的所有配置;并生成一个新的 Map
|
abstract XMap |
XContext.headerMap() |
XMap |
XContextEmpty.headerMap() |
abstract XMap |
XContext.paramMap() |
XMap |
XContextEmpty.paramMap() |
XMap |
XContext.pathMap(String expr)
获取请求的URI路径变量,根据路径表达式
|
Copyright © 2020. All rights reserved.