Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

P

pageSize - Variable in class bap.util.file.PDFHeaderFooter
 
PARAM_CHARSET - Static variable in class bap.util.net.HttpRequest
'charset' 头值参数
parameter(String, String) - Method in class bap.util.net.HttpRequest
从响应头值中获取给定名称的参数
parameters(String) - Method in class bap.util.net.HttpRequest
从报头值中获取所有参数
parse(String) - Static method in class bap.util.DateUtil
功能描述:把指定的日期时间字符串转换为日期时间对象,支持如下格式的字符串
1.yyyy-MM-dd HH:mm:ss
parse(String, String) - Static method in class bap.util.DateUtil
功能描述:把指定格式的日期时间字符串转换为日期时间对象
parseHTML2PDF(String) - Method in class bap.util.file.PDFUtil
功能描述:指定的url转为pdf
parseToInt(String, int, int) - Static method in class bap.util.security.CodeUtil
将一个字符串转换为int
parseToInt(String, int) - Static method in class bap.util.security.CodeUtil
将一个十进制形式的数字字符串转换为int
part(String, String) - Method in class bap.util.net.HttpRequest
将多个部分请求写入请求体
part(String, String, String) - Method in class bap.util.net.HttpRequest
Write part of a multipart request to the request body 将多个部分请求写入请求体
part(String, String, String, String) - Method in class bap.util.net.HttpRequest
Write part of a multipart request to the request body 将多个部分请求写入请求体
part(String, Number) - Method in class bap.util.net.HttpRequest
Write part of a multipart request to the request body 将多个部分请求写入请求体
part(String, String, Number) - Method in class bap.util.net.HttpRequest
Write part of a multipart request to the request body 将多个部分请求写入请求体
part(String, File) - Method in class bap.util.net.HttpRequest
Write part of a multipart request to the request body 将多个部分请求写入请求体
part(String, String, File) - Method in class bap.util.net.HttpRequest
Write part of a multipart request to the request body 将多个部分请求写入请求体
part(String, String, String, File) - Method in class bap.util.net.HttpRequest
Write part of a multipart request to the request body 将多个部分请求写入请求体
part(String, InputStream) - Method in class bap.util.net.HttpRequest
将多个部分请求写入请求体
part(String, String, String, InputStream) - Method in class bap.util.net.HttpRequest
Write part of a multipart request to the request body 将多个部分请求写入请求体
partHeader(String, String) - Method in class bap.util.net.HttpRequest
Write a multipart header to the response body 将多个部分请求写入请求体
patchHexString(String, int) - Static method in class bap.util.security.CodeUtil
HEX字符串前补0,主要用于长度位数不足。
PDFHeaderFooter - Class in bap.util.file
功能描述: 转PDF所用到的头和尾 创建日期: 2014-12-30 上午11:12:30 开发环境: JDK6.0
PDFHeaderFooter(String) - Constructor for class bap.util.file.PDFHeaderFooter
 
PDFHeaderFooter(String, int, Rectangle) - Constructor for class bap.util.file.PDFHeaderFooter
功能描述:
pdfTemplate - Variable in class bap.util.file.PDFHeaderFooter
 
PDFUtil - Class in bap.util.file
功能描述: 调用方法 1、初始化类
2、设置页眉 页脚
3、打开文档
4、添加内容或图片(循环执行)
5、最后关闭文档 创建人: 创建日期: 2014-12-30 上午11:14:49 开发环境: JDK6.0
PDFUtil() - Constructor for class bap.util.file.PDFUtil
 
PingIP - Class in bap.util.net
 
PingIP() - Constructor for class bap.util.net.PingIP
 
policy - Variable in class bap.util.rule.generator.NameGenerator
 
post(CharSequence) - Static method in class bap.util.net.HttpRequest
启动“POST”请求到给定的URL
post(URL) - Static method in class bap.util.net.HttpRequest
启动“POST”请求到给定的URL
post(CharSequence, Map<?, ?>, boolean) - Static method in class bap.util.net.HttpRequest
在给定URL和查询参数一起启动“POST”请求
post(CharSequence, boolean, Object...) - Static method in class bap.util.net.HttpRequest
在给定URL和查询参数一起启动“POST”请求
post(String, Map<String, String>) - Static method in class bap.util.net.HttpUtil
功能描述:模拟http的post请求
Post - Class in bap.util.rest
针对 @PostMapping 的响应处理方法类
Post() - Constructor for class bap.util.rest.Post
 
POST - Static variable in class bap.util.rest.RESTUtil
针对 @PostMapping 的响应处理方法类
pressImage(BufferedImage, BufferedImage, int, int, float, double) - Static method in class bap.util.media.ImageUtil
给图片对象添加图片水印到源图片的中心点位置。
pressImage2LeftBottom(BufferedImage, BufferedImage, int, int, float, double) - Static method in class bap.util.media.ImageUtil
给图片对象添加图片水印到源图片的左下角。
pressImage2LeftTop(BufferedImage, BufferedImage, int, int, float, double) - Static method in class bap.util.media.ImageUtil
给图片对象添加图片水印到源图片的左上角。
pressImage2RightBottom(BufferedImage, BufferedImage, int, int, float, double) - Static method in class bap.util.media.ImageUtil
给图片对象添加图片水印到源图片的右下角。
pressImage2RightTop(BufferedImage, BufferedImage, int, int, float, double) - Static method in class bap.util.media.ImageUtil
给图片对象添加图片水印到源图片的右上角。
pressText(String, BufferedImage, String, int, Color, int, int, int, float, double) - Static method in class bap.util.media.ImageUtil
给图片对象添加文字水印到中间位置。
pressText2LeftBottom(String, BufferedImage, String, int, Color, int, int, int, float, double) - Static method in class bap.util.media.ImageUtil
给图片对象添加文字水印到左下角位置。
pressText2LeftTop(String, BufferedImage, String, int, Color, int, int, int, float, double) - Static method in class bap.util.media.ImageUtil
给图片对象添加文字水印到左上角位置。
pressText2RightBottom(String, BufferedImage, String, int, Color, int, int, int, float, double) - Static method in class bap.util.media.ImageUtil
给图片对象添加文字水印到右下角位置。
pressText2RightTop(String, BufferedImage, String, int, Color, int, int, int, float, double) - Static method in class bap.util.media.ImageUtil
给图片对象添加文字水印到右上角位置。
pressTextWithWorldCount(String, BufferedImage, String, int, Color, int, int, int, float, double, int) - Static method in class bap.util.media.ImageUtil
给图片对象添加文字水印自定义位置和每行显示文字个数进行换行显示。
printHexString(byte[]) - Static method in class bap.util.security.CodeUtil
打印十六进制字符串
process(String, Map<String, Object>, String) - Method in interface bap.util.freemarker.FreeMarkerUtil
使用模板生成文件
process(String, Map<String, Object>, Writer) - Method in interface bap.util.freemarker.FreeMarkerUtil
把模板生成的信息放入指定的输出流中
process(String, Map<String, Object>, String) - Method in class bap.util.freemarker.FreeMarkerUtilImpl
 
process(String, Map<String, Object>, Writer) - Method in class bap.util.freemarker.FreeMarkerUtilImpl
 
process(String[]) - Static method in class bap.util.LinuxSysInfoUtil
 
process2Str(String, Map<String, Object>) - Method in interface bap.util.freemarker.FreeMarkerUtil
合并模板和数据,并将结果以字符串形式返回。
process2Str(String, Map<String, Object>) - Method in class bap.util.freemarker.FreeMarkerUtilImpl
 
processWeb(String, Map<String, Object>) - Method in interface bap.util.freemarker.FreeMarkerUtil
处理web请求
processWeb(String) - Method in interface bap.util.freemarker.FreeMarkerUtil
处理web请求
processWeb(String, Map<String, Object>) - Method in class bap.util.freemarker.FreeMarkerUtilImpl
 
processWeb(String) - Method in class bap.util.freemarker.FreeMarkerUtilImpl
 
progress(HttpRequest.UploadProgress) - Method in class bap.util.net.HttpRequest
Set the UploadProgress callback for this request 为此请求设置UploadProgress回调
PropertiesUtil - Class in bap.util.properties
类: PropertiesUtil
功能描述: 属性文件通用操作方法类
创建人: lucky
创建日期: 2016年8月8日 下午4:56:56
开发环境: JDK1.8
PropertiesUtil() - Constructor for class bap.util.properties.PropertiesUtil
 
proxyAuthorization(String) - Method in class bap.util.net.HttpRequest
将“Proxy-Authorization”头设置为给定值
proxyBasic(String, String) - Method in class bap.util.net.HttpRequest
将“Proxy-Authorization”头设置为在基本身份验证中给定的值 格式
proxyHost(String) - Static method in class bap.util.net.HttpRequest
设置 'http.proxyHost' 和 'https.proxyHost' 属性到给定主机 value.
proxyPort(int) - Static method in class bap.util.net.HttpRequest
设置 'http.proxyPort' 和 'https.proxyPort' 属性到给定主机 number.
push(String, String, String) - Static method in class bap.util.net.JPushUtil
广播
push(String, String, String, List<String>) - Static method in class bap.util.net.JPushUtil
指定用户推送
put(CharSequence) - Static method in class bap.util.net.HttpRequest
启动对给定URL的“PUT”请求
put(URL) - Static method in class bap.util.net.HttpRequest
启动对给定URL的“PUT”请求
put(CharSequence, Map<?, ?>, boolean) - Static method in class bap.util.net.HttpRequest
启动对给定URL的“PUT”请求,以及查询参数
put(CharSequence, boolean, Object...) - Static method in class bap.util.net.HttpRequest
启动对给定URL的“PUT”请求,以及查询参数
Put - Class in bap.util.rest
针对 @PutMapping 的响应处理方法类
Put() - Constructor for class bap.util.rest.Put
 
PUT - Static variable in class bap.util.rest.RESTUtil
针对 @PutMapping 的响应处理方法类
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
Skip navigation links