| Package | Description |
|---|---|
| org.noear.solon | |
| org.noear.solon.core.handle | |
| org.noear.solon.core.util |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Utils.isEmpty(MultiMap s)
检查多值映射是否为空
|
| 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 boolean |
Assert.isEmpty(MultiMap s)
检查多值映射是否为空
|
Copyright © 2025. All rights reserved.