Modifier and Type | Method and Description |
---|---|
MutableHashMap<String,String> |
HttpCookie.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
HttpCookie.setValues(MutableHashMap<String,String> values) |
Modifier and Type | Method and Description |
---|---|
static <K,V> MutableHashMap<K,V> |
MutableHashMap.create() |
static <K,V> MutableHashMap<K,V> |
MutableHashMap.create(Map<? extends K,? extends V> m) |
Modifier and Type | Method and Description |
---|---|
static MutableHashMap<String,String> |
Urls.getQueryString(String url)
将url中的参数转化为map
|
static MutableHashMap<String,String> |
Urls.queries(String url,
String... keys)
获取url参数
|
Modifier and Type | Method and Description |
---|---|
static <K,V> MutableHashMap<K,V> |
Maps.newMutableMap() |
static <K,V> MutableHashMap<K,V> |
Maps.newMutableMap(int capacity) |
static <K,V> MutableHashMap<K,V> |
Maps.newMutableMap(Map<? extends K,? extends V> m) |
Modifier and Type | Method and Description |
---|---|
MutableHashMap<Object,Object> |
PropertiesExt.getValues()
获取配置文件的所有值
|
Modifier and Type | Method and Description |
---|---|
<V> MutableHashMap<String,V> |
DomNode.getMapValue() |
Modifier and Type | Method and Description |
---|---|
static <A extends Annotation> |
Annotations.getAttributes(A annotated)
获取注解所有的属性
|
Modifier and Type | Method and Description |
---|---|
static MutableHashMap<String,String> |
Servlets.getHeaderMap(javax.servlet.http.HttpServletRequest request)
获取请求头
|
static MutableHashMap<String,String> |
Servlets.getHeaderMap(javax.servlet.http.HttpServletResponse response)
获取请求头
|
static MutableHashMap<String,String> |
Servlets.getHeaders(javax.servlet.http.HttpServletRequest request,
String... keys)
获取请求头
|
static MutableHashMap<String,String> |
Servlets.getHeaders(javax.servlet.http.HttpServletResponse response,
String... keys)
获取请求头
|
static MutableHashMap<String,String> |
Servlets.getParameterMap(javax.servlet.http.HttpServletRequest request)
获取请求参数
|
static MutableHashMap<String,String> |
Servlets.getParameters(javax.servlet.http.HttpServletRequest request,
String... keys)
获取请求参数
|
static MutableHashMap<String,String> |
Servlets.getQueryStringMap(javax.servlet.http.HttpServletRequest request)
url请求参数
|
Copyright © 2024. All rights reserved.