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

C

Cache - grapes.cache 中的 类
缓存操作
Cache(Cache.CacheGenre, String, String, String) - 类 grapes.cache.Cache 的构造方法
 
Cache(Cache.CacheGenre, String) - 类 grapes.cache.Cache 的构造方法
 
Cache(Cache.CacheGenre) - 类 grapes.cache.Cache 的构造方法
 
Cache.CacheGenre - grapes.cache 中的 枚举
缓存存放类型
capitalize(String) - 类 grapes.Grapes 中的静态方法
将字符串中的首字母大写
Captcha - grapes 中的 类
生成验证码
Captcha() - 类 grapes.Captcha 的构造方法
 
Captcha.CaptchaType - grapes 中的 枚举
验证码类型
CHARSET - 类 grapes.Cookies 中的静态变量
 
CHARSET - 类 grapes.Grapes 中的静态变量
 
charset(String, String, String) - 类 grapes.Grapes 中的静态方法
将 str 字符串由原编码转为新编码
charset(String, String) - 类 grapes.Grapes 中的静态方法
 
charset(String) - 类 grapes.Grapes 中的静态方法
 
checkVersion(String, String, String) - 类 grapes.Grapes 中的静态方法
版本检查
checkVersion(String, String) - 类 grapes.Grapes 中的静态方法
 
chinese(String, String) - 类 grapes.Grapes 中的静态方法
获取字符串中的所有汉字
clear(File) - 类 grapes.Files 中的静态方法
清空目录里所有子文件(不含当前目录)
clear(String) - 类 grapes.Files 中的静态方法
 
clear(String, long, String) - 类 grapes.Files 中的静态方法
清空目录里所有符合时间截类型的子文件(不含当前目录)
clear(String, long, long) - 类 grapes.Files 中的静态方法
清空目录里所有符合时间截的子文件(不含当前目录)
compute(String, String, int, int) - 类 grapes.Dates 中的静态方法
日期加减(由field参数指定计算成员) 例子: 如果dateTime为 2000年8月20日 那么 compute(dateTime,Calendar.YEAR,-10):值为1990年8月20日 compute(dateTime,Calendar.YEAR,+10):值为2010年8月20日
contains(String, char) - 类 grapes.Grapes 中的静态方法
检查字符 searchChar 在字符串 str 中是否出现过(如果 str=null 或 str="" 则也返回false)
contains(String, String) - 类 grapes.Grapes 中的静态方法
检查字符串 searchStr 在字符串 str 中是否出现过(如果 str=null 或 str="" 则也返回false)
contains(String[], String) - 类 grapes.Grapes 中的静态方法
检查字符串 searchStr 在字符串数组 str 中是否出现过(如果 str=null 或 str="" 则也返回false)
contains(String, String[]) - 类 grapes.Grapes 中的静态方法
检查字符串数组 searchStr 中元素在字符串 str 中是否出现过(如果 str=null 或 str="" 则也返回false)
contains(String, String[], String) - 类 grapes.Grapes 中的静态方法
检查字符串数组 searchStr 中元素在字符串 str 中是否出现过,若出现过则返回 searchStr 具体元素值(如果 str=null 或 str="" 则返回默认值)
containsIgnoreCase(String, String) - 类 grapes.Grapes 中的静态方法
检查字符串 searchStr 在字符串 str 中是否出现过,不区分大小写(如果 str=null 或 str="" 则也返回false)
containsIgnoreCase(String[], String) - 类 grapes.Grapes 中的静态方法
检查字符串 searchStr 在字符串数组 str 中是否出现过,不区分大小写(如果 str=null 或 str="" 则也返回false)
containsIgnoreCase(String, String[]) - 类 grapes.Grapes 中的静态方法
检查字符串数组 searchStr 中元素在字符串 str 中是否出现过,不区分大小写(如果 str=null 或 str="" 则也返回false)
containsIgnoreCase(String, String[], String) - 类 grapes.Grapes 中的静态方法
检查字符串数组 searchStr 中元素在字符串 str 中是否出现过,若出现过则返回 searchStr 具体元素值,不区分大小写(如果 str=null 或 str="" 则返回默认值)
containsIndexOfsupp(String, String, String) - 类 grapes.Grapes 中的静态方法
检查字符串 searchStr 在字符串 str 中是否出现过,不区分大小写 [如出现过则原字符 str 结尾处+补充字符串,否则原字符 str 结尾处+查找字符串,常见于地址栏连接判断是否存在特殊符(?
content() - 类 grapes.page.DataPage 中的方法
将信息按分页方式存入数组(赋值)
Cookies - grapes 中的 类
Cookie操作
Cookies() - 类 grapes.Cookies 的构造方法
 
copy(String, String) - 类 grapes.Files 中的静态方法
复制文件(文件、目录自动识别)
copyBean(Object, Object, String[], boolean, boolean) - 类 grapes.EShift 中的静态方法
将Bean元素复制到新Bean里(新Bean里元素需要有对应的set、get方法)
copyBean(Object, Object, String[], boolean) - 类 grapes.EShift 中的静态方法
 
copyBean(Object, Object, String[]) - 类 grapes.EShift 中的静态方法
 
copyBean(Object, Object) - 类 grapes.EShift 中的静态方法
 
copyFile(String, String) - 类 grapes.Files 中的静态方法
复制文件
copyFolder(String, String) - 类 grapes.Files 中的静态方法
复制目录
copyMap(Map<String, Object>, Map<String, Object>, String[]) - 类 grapes.EShift 中的静态方法
将Map元素复制到新Map里
create(String) - 类 grapes.pack.xml.XMLOperate 中的方法
创建XML文档
create() - 类 grapes.pack.xml.XMLOperate 中的方法
 
createFile(String) - 类 grapes.Files 中的静态方法
创建文件(含创建父目录)
createFolder(String) - 类 grapes.Files 中的静态方法
创建目录
crop(String, String, String, int, int, int, int, int, int, int, int, int, int, boolean) - 类 grapes.image.Images 中的方法
图片裁切(构建顺序:先GMK 再Gif 最后JPEG) 前端JS组件建议采用: CropZoom插件(原图可移动,可旋转,可缩放)
crop(String, String, String, int, int, int, int, int, int, int, int, int, int) - 类 grapes.image.Images 中的方法
 
crop(String, String, String, int, int, int, int, int, int, int, int, int) - 类 grapes.image.Images 中的方法
 
crop(String, String, String, int, int, int, int) - 类 grapes.image.Images 中的方法
 
crop(String, String, int, int, int, int, int, int, int, int, int) - 类 grapes.image.Images 中的方法
 
crop(String, String, int, int, int, int) - 类 grapes.image.Images 中的方法
 

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