| Package | Description |
|---|---|
| org.noear.solon | |
| org.noear.solon.core.handle | |
| org.noear.solon.core.util |
| Modifier and Type | Method and Description |
|---|---|
MultiMap<String> |
SolonProps.argx()
获取启动参数
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Utils.isEmpty(MultiMap s)
检查多值映射是否为空
|
static SolonApp |
Solon.start(Class<?> source,
MultiMap<String> argx,
ConsumerEx<SolonApp> initialize)
启动应用(全局只启动一个)
|
| Constructor and Description |
|---|
SimpleSolonApp(Class<?> source,
MultiMap<String> argx) |
SolonApp(Class<?> source,
MultiMap<String> args) |
SolonProps(SolonApp app,
MultiMap<String> argx) |
| Modifier and Type | Field and Description |
|---|---|
protected MultiMap<String> |
ContextEmpty.cookieMap |
protected MultiMap<UploadedFile> |
ContextEmpty.filesMap |
protected MultiMap<String> |
ContextEmpty.headerMap |
protected MultiMap<String> |
ContextEmpty.headerOfResponseMap |
protected MultiMap<String> |
ContextEmpty.paramMap |
| Modifier and Type | Method and Description |
|---|---|
abstract MultiMap<String> |
Context.cookieMap()
获取小饼字典集合
|
MultiMap<String> |
ContextEmpty.cookieMap() |
abstract MultiMap<UploadedFile> |
Context.fileMap()
获取上传文件字典集合
|
MultiMap<UploadedFile> |
ContextEmpty.fileMap() |
abstract MultiMap<String> |
Context.headerMap()
获取头字典集合
|
MultiMap<String> |
ContextEmpty.headerMap() |
protected MultiMap<String> |
ContextEmpty.headerOfResponseMap() |
MultiMap<String> |
Entity.headers()
头部
|
abstract MultiMap<String> |
Context.paramMap()
获取参数字典集合
|
MultiMap<String> |
ContextEmpty.paramMap() |
| Modifier and Type | Method and Description |
|---|---|
static MultiMap<String> |
MultiMap.from(String[] args) |
MultiMap |
MultiMap.then(Consumer<MultiMap<T>> consumer) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Assert.isEmpty(MultiMap s)
检查多值映射是否为空
|
| Modifier and Type | Method and Description |
|---|---|
MultiMap |
MultiMap.then(Consumer<MultiMap<T>> consumer) |
Copyright © 2025. All rights reserved.