Package | Description |
---|---|
cn.orionsec.kit.http.apache | |
cn.orionsec.kit.http.ok | |
cn.orionsec.kit.lang.define.mutable | |
cn.orionsec.kit.lang.utils | |
cn.orionsec.kit.web.servlet.web |
Modifier and Type | Method and Description |
---|---|
MutableString |
ApacheResponse.getHeader(String key) |
MutableString |
ApacheResponse.getHeader(String key,
String def) |
Modifier and Type | Method and Description |
---|---|
MutableString |
OkResponse.getHeader(String key) |
MutableString |
OkResponse.getHeader(String key,
String def) |
Modifier and Type | Method and Description |
---|---|
MutableString |
MutableString.concat(String... ss)
连接字符
|
MutableString |
MutableString.concatBefore(String... ss)
连接字符
|
static MutableString |
MutableString.create() |
MutableString |
MutableString.format(Object... os)
格式化字符串
|
static MutableString |
MutableString.of(String s) |
MutableString |
MutableString.reverse()
翻转字符串
|
MutableString |
MutableString.substring(int begin)
截取字符串
|
MutableString |
MutableString.substring(int begin,
int end)
截取字符串
|
MutableString |
MutableString.trim()
去除首尾空格
|
MutableString |
MutableString.trimPunct()
去除特殊符号
|
Modifier and Type | Method and Description |
---|---|
static MutableString |
Urls.queryExt(String url,
String key)
获取url参数
|
Modifier and Type | Method and Description |
---|---|
static MutableString |
Servlets.getHeader(javax.servlet.http.HttpServletRequest request,
String key)
获取请求头
|
static MutableString |
Servlets.getHeader(javax.servlet.http.HttpServletResponse response,
String key)
获取请求头
|
static MutableString |
Servlets.getParameter(javax.servlet.http.HttpServletRequest request,
String key)
获取请求参数
|
Copyright © 2024. All rights reserved.