跳过导航链接
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     

A

Action - com.ajaxjs.web.mvc中的类
A action = controller + methods
Action() - 类 的构造器com.ajaxjs.web.mvc.Action
 
add(Class<? extends IController>) - 类 中的静态方法com.ajaxjs.web.mvc.MvcDispatcherBase
解析一个控制器。
addCookie(Cookie) - 类 中的方法com.ajaxjs.web.secuity.SecurityResponse
 
addHeader(String, String) - 类 中的方法com.ajaxjs.web.secuity.SecurityResponse
 
addSql(String) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
保存加入一个 sql 语句
admin(String) - 类 中的静态方法com.ajaxjs.framework.BaseController
后台用页面模板目录
AES_Decrypt(String, String) - 类 中的静态方法com.ajaxjs.util.cryptography.SymmetriCipher
AES 解密
AES_Encrypt(String, String) - 类 中的静态方法com.ajaxjs.util.cryptography.SymmetriCipher
AES 加密
after(FilterAfterArgs) - 类 中的方法com.ajaxjs.framework.filter.CaptchaFilter
 
after(FilterAfterArgs) - 类 中的方法com.ajaxjs.framework.filter.PageParamConvert
 
after(FilterAfterArgs) - 类 中的方法com.ajaxjs.framework.filter.SimpleSMSFilter
 
after(FilterAfterArgs) - 接口 中的方法com.ajaxjs.web.mvc.filter.FilterAction
在 MVC 方法之后调用
after(FilterAfterArgs) - 类 中的方法com.ajaxjs.web.secuity.SecurityFilter
 
alias - 类 中的变量com.ajaxjs.util.ioc.ComponentInfo
别名,全局唯一
allowCORS() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
使用 CORS协议允许 Response 跨域
args - 类 中的变量com.ajaxjs.sql.orm.model.ArgsInfo
 
args - 类 中的变量com.ajaxjs.sql.orm.model.PageParams
不包含分页参数的参数列表
args - 类 中的变量com.ajaxjs.web.mvc.filter.FilterContext
 
args2class(Object[]) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
把参数转换为类对象列表
ArgsInfo - com.ajaxjs.sql.orm.model中的类
修改后的信息
ArgsInfo() - 类 的构造器com.ajaxjs.sql.orm.model.ArgsInfo
 
arrav(State, State, Token) - 类 中的方法com.ajaxjs.jsonparser.syntax.Operator
保存数组的元素
ARRAV - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
数组值后态
ARRBV - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
数组值前态
ARRE - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
数组结束
ARRS - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
数组开始
arrs(State, State, Token) - 类 中的方法com.ajaxjs.jsonparser.syntax.Operator
遇到数组,将其保存
as(Map<String, K>, Function<K, T>) - 类 中的静态方法com.ajaxjs.util.map.MapTool
万能 Map 转换器,为了泛型的转换而设的一个方法,怎么转换在 fn 中处理
as(Map<String, String[]>) - 类 中的静态方法com.ajaxjs.util.map.MapTool
 
Authority - com.ajaxjs.web.mvc.filter中的注释类型
权限拦截器
autoOutput(Object, ModelAndView, String) - 类 中的静态方法com.ajaxjs.framework.BaseController
自动根据客户端 HTTP 头传入的 Accept 字段决定是否输出 JSON 格式
autoOutput(Object, ModelAndView, String, Function<Boolean, Boolean>) - 类 中的静态方法com.ajaxjs.framework.BaseController
自动根据客户端 HTTP 头传入的 Accept 字段决定是否输出 JSON 格式

B

base - 类 中的静态变量com.ajaxjs.util.TestHelper
 
base64Decode(String) - 类 中的静态方法com.ajaxjs.util.Encode
BASE64 解码 这里需要强制捕获异常。
base64DecodeAsByte(String) - 类 中的静态方法com.ajaxjs.util.Encode
BASE64 解码,但以 Byte 形式返回
base64Encode(byte[]) - 类 中的静态方法com.ajaxjs.util.Encode
BASE64 编码
base64Encode(String) - 类 中的静态方法com.ajaxjs.util.Encode
BASE64 编码
BaseArgs - com.ajaxjs.web.mvc.filter中的类
过滤器上下文 试想象下,如果一个方法带有 n 个参数,会很麻烦,于是用一个类承载这些参数。
BaseArgs() - 类 的构造器com.ajaxjs.web.mvc.filter.BaseArgs
 
BaseController<T> - com.ajaxjs.framework中的类
通用控制器
BaseController() - 类 的构造器com.ajaxjs.framework.BaseController
 
BaseControllerTest - com.ajaxjs.web.mock中的类
方便测试的基础类
BaseControllerTest() - 类 的构造器com.ajaxjs.web.mock.BaseControllerTest
 
BaseLexer - com.ajaxjs.jsonparser.lexer中的类
 
BaseLexer() - 类 的构造器com.ajaxjs.jsonparser.lexer.BaseLexer
 
BaseModel - com.ajaxjs.framework中的类
基础模型类 请注意不要使用 int 而是使用 Integer
BaseModel() - 类 的构造器com.ajaxjs.framework.BaseModel
 
BaseService<T> - com.ajaxjs.framework中的类
基础业务类
BaseService() - 类 的构造器com.ajaxjs.framework.BaseService
 
bean - 类 中的变量com.ajaxjs.sql.orm.model.DaoInfo
 
bean2Map(T) - 类 中的静态方法com.ajaxjs.util.map.MapTool
Bean 转为 Map
BeanMethod() - 类 的构造器com.ajaxjs.sql.JdbcHelper.BeanMethod
 
beanToXml(Object) - 类 中的静态方法com.ajaxjs.util.map.MapTool
 
before(FilterContext) - 类 中的方法com.ajaxjs.framework.filter.CaptchaFilter
 
before(FilterContext) - 类 中的方法com.ajaxjs.framework.filter.PageParamConvert
 
before(FilterContext) - 类 中的方法com.ajaxjs.framework.filter.SimpleSMSFilter
 
before(FilterContext) - 接口 中的方法com.ajaxjs.web.mvc.filter.FilterAction
在 MVC 方法之前调用
before(FilterContext) - 类 中的方法com.ajaxjs.web.secuity.SecurityFilter
 
betweenCreateDate(String) - 类 中的静态方法com.ajaxjs.framework.BaseService
时间范围的查询
betweenCreateDate(String, HttpServletRequest) - 类 中的静态方法com.ajaxjs.framework.QueryTools
根据日期范围搜索的高阶函数
betweenCreateDateWithE(String) - 类 中的静态方法com.ajaxjs.framework.BaseService
时间范围的查询
BGN - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
开始
BGN - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
开始态
bind(Class<T>) - 类 中的方法com.ajaxjs.sql.orm.RepositoryBase
绑定 DAO 的类,实例化该接口,返回实例
bind(Class<T>, String) - 类 中的方法com.ajaxjs.sql.orm.RepositoryBase
 
bind(Class<T>, String, Class<?>) - 类 中的方法com.ajaxjs.sql.orm.RepositoryBase
 
blackList - 类 中的变量com.ajaxjs.web.secuity.SecurityFilter
黑名单
BOUNDARY - 类 中的静态变量com.ajaxjs.net.http.NetUtil
 
BUFFER_SIZE - 类 中的静态变量com.ajaxjs.util.io.StreamHelper
1K 的数据块
buildPath(List<Map<String, Object>>, boolean) - 类 中的静态方法com.ajaxjs.util.map.ListMap
为每个 Map 加上 path 和 level 字段,分别是路径和深度。
buildPath(List<Map<String, Object>>) - 类 中的静态方法com.ajaxjs.util.map.ListMap
 
buildPath(List<Map<String, Object>>, String, String, String, boolean) - 类 中的静态方法com.ajaxjs.util.map.ListMap
为每个 Map 加上 path 和 level 字段,分别是路径和深度
buildPath(List<Map<String, Object>>, String, String, String) - 类 中的静态方法com.ajaxjs.util.map.ListMap
 
by(String, Object) - 类 中的静态方法com.ajaxjs.framework.QueryTools
输入 WHERE 条件,必须是“等于 =”的关系,即 WHERE id = xxx。
by(String, Class<?>, String) - 类 中的静态方法com.ajaxjs.framework.QueryTools
控制器和业务方法可以不用提供 value 的参数,由 HttpServletRequest 获取
byAny() - 类 中的静态方法com.ajaxjs.framework.BaseService
谨慎使用!
byAny(HttpServletRequest) - 类 中的静态方法com.ajaxjs.framework.QueryTools
谨慎使用!
byte2String(byte[]) - 类 中的静态方法com.ajaxjs.util.Encode
字节转编码为 字符串( UTF-8 编码)
byte2String(String) - 类 中的静态方法com.ajaxjs.util.Encode
字符串转为 UTF-8 编码的字符串
ByteArrayOutput - com.ajaxjs.web中的类
自定义响应对象的输出流
ByteArrayOutput() - 类 的构造器com.ajaxjs.web.ByteArrayOutput
创建一个 ByteArrayServletOutputStream 对象
ByteArrayOutput(ByteArrayOutputStream) - 类 的构造器com.ajaxjs.web.ByteArrayOutput
创建一个 ByteArrayServletOutputStream 对象
byteIndexOf(byte[], byte[], int) - 类 中的静态方法com.ajaxjs.util.io.StreamHelper
在字节数组里查找某个字节数组,找到返回<=0,未找到返回-1
byteIndexOf(byte[], byte[]) - 类 中的静态方法com.ajaxjs.util.io.StreamHelper
在字节数组里查找某个字节数组,找到返回<=0,未找到返回-1
bytes2output(OutputStream, byte[], int, int) - 类 中的静态方法com.ajaxjs.util.io.StreamHelper
送入的 byte[] 转换为输出流。
bytes2output(OutputStream, byte[], boolean, int, int) - 类 中的静态方法com.ajaxjs.util.io.StreamHelper
送入的 byte[] 转换为输出流。
bytesToHex(byte[]) - 类 中的静态方法com.ajaxjs.util.Encode
byte[] 转化为16进制字符串输出
byteStream2string(InputStream) - 类 中的静态方法com.ajaxjs.util.io.StreamHelper
读输入的字节流转换到字符流,将其转换为文本(多行)的字节流转换为字符串
byteStream2string_Charset(InputStream, Charset) - 类 中的静态方法com.ajaxjs.util.io.StreamHelper
读输入的字节流转换到字符流,将其转换为文本(多行)的字节流转换为字符串。
byUid(long) - 类 中的静态方法com.ajaxjs.framework.QueryTools
按实体唯一 id查找的高阶函数
byUserId(long) - 类 中的静态方法com.ajaxjs.framework.QueryTools
按实体 userId 查找的高阶函数

C

Cache<K,V> - com.ajaxjs.util.cache中的接口
缓存接口
CACHE - 类 中的静态变量com.ajaxjs.util.cache.ExpireCache
单例,外界一般调用该对象的方法
CacheManager - com.ajaxjs.util.cache中的接口
缓存管理器接口,该接口提供具体的 cache 实现
CacheManagerAware - com.ajaxjs.util.cache中的接口
说明这是缓存感知的组件。
calcRotatedSize(Rectangle, int) - 类 中的静态方法com.ajaxjs.util.io.ImageUtil
计算旋转后的图片
call(String, Class<T>, Object, Object...) - 类 中的方法com.ajaxjs.jsonparser.JsEngineWrapper
调用脚本的方法
CALLBACK_PARAM - 类 中的静态变量com.ajaxjs.web.mvc.MvcRequest
全局的 callback 参数名
CaptchaFilter - com.ajaxjs.framework.filter中的类
图形验证码的拦截器
CaptchaFilter() - 类 的构造器com.ajaxjs.framework.filter.CaptchaFilter
 
CATALOG_ID - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
 
CATALOGS - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
 
chain - 类 中的静态变量com.ajaxjs.web.mock.BaseControllerTest
 
checkIfIsImage(File) - 类 中的静态方法com.ajaxjs.util.io.ImageUtil
判断文件是否为图片 在上传图片文件的时候除了需要限制文件的大小,通常还需要对文件类型进行判断。
CHILDREN - 类 中的静态变量com.ajaxjs.util.map.ListMap
 
children - 类 中的变量com.ajaxjs.web.mvc.Action
下级路径集合
Choose - com.ajaxjs.web.view中的类
选择标签之父类标签
Choose() - 类 的构造器com.ajaxjs.web.view.Choose
 
CipherInfo - com.ajaxjs.util.cryptography中的类
简单封装了 Java Cipher 类提供了加密和解密的功能。
CipherInfo(String, int) - 类 的构造器com.ajaxjs.util.cryptography.CipherInfo
创建一个 CipherInfo 实例
cites - 类 中的静态变量com.ajaxjs.util.TestHelper
 
clazz - 类 中的变量com.ajaxjs.util.ioc.ComponentInfo
类引用
clean() - 类 中的静态方法com.ajaxjs.web.mvc.MvcRequest
清空 request 和 response
clean(String) - 类 中的静态方法com.ajaxjs.web.secuity.SecurityRequest
默认转义
clean(String, String) - 类 中的静态方法com.ajaxjs.web.secuity.SecurityRequest
XSS 过滤器
clear() - 接口 中的方法com.ajaxjs.util.cache.Cache
从缓存中清除所有的对象
close() - 类 中的方法com.ajaxjs.util.logger.FileHandler
Close the currently open log file (if any).
closeDb() - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
关闭数据库连接
closeWriter() - 类 中的方法com.ajaxjs.util.logger.FileHandler
 
clzs - 类 中的静态变量com.ajaxjs.util.ioc.ComponentMgr
不重复的每一个类,经过 Javaassit 初始化过的
com.ajaxjs - 程序包 com.ajaxjs
 
com.ajaxjs.framework - 程序包 com.ajaxjs.framework
 
com.ajaxjs.framework.config - 程序包 com.ajaxjs.framework.config
 
com.ajaxjs.framework.filter - 程序包 com.ajaxjs.framework.filter
 
com.ajaxjs.jsonparser - 程序包 com.ajaxjs.jsonparser
 
com.ajaxjs.jsonparser.lexer - 程序包 com.ajaxjs.jsonparser.lexer
 
com.ajaxjs.jsonparser.syntax - 程序包 com.ajaxjs.jsonparser.syntax
 
com.ajaxjs.net.http - 程序包 com.ajaxjs.net.http
 
com.ajaxjs.net.mail - 程序包 com.ajaxjs.net.mail
 
com.ajaxjs.sql - 程序包 com.ajaxjs.sql
 
com.ajaxjs.sql.annotation - 程序包 com.ajaxjs.sql.annotation
 
com.ajaxjs.sql.orm - 程序包 com.ajaxjs.sql.orm
 
com.ajaxjs.sql.orm.model - 程序包 com.ajaxjs.sql.orm.model
 
com.ajaxjs.util - 程序包 com.ajaxjs.util
 
com.ajaxjs.util.cache - 程序包 com.ajaxjs.util.cache
 
com.ajaxjs.util.cryptography - 程序包 com.ajaxjs.util.cryptography
 
com.ajaxjs.util.io - 程序包 com.ajaxjs.util.io
 
com.ajaxjs.util.ioc - 程序包 com.ajaxjs.util.ioc
 
com.ajaxjs.util.logger - 程序包 com.ajaxjs.util.logger
 
com.ajaxjs.util.map - 程序包 com.ajaxjs.util.map
 
com.ajaxjs.web - 程序包 com.ajaxjs.web
 
com.ajaxjs.web.mock - 程序包 com.ajaxjs.web.mock
 
com.ajaxjs.web.mvc - 程序包 com.ajaxjs.web.mvc
 
com.ajaxjs.web.mvc.filter - 程序包 com.ajaxjs.web.mvc.filter
 
com.ajaxjs.web.secuity - 程序包 com.ajaxjs.web.secuity
 
com.ajaxjs.web.view - 程序包 com.ajaxjs.web.view
 
CommonConstant - com.ajaxjs.framework中的接口
通用实体常量
CommonConstant.实体状态 - com.ajaxjs.framework中的类
 
CommonUtil - com.ajaxjs.util中的类
普通未分类的工具类
CommonUtil() - 类 的构造器com.ajaxjs.util.CommonUtil
 
Component - com.ajaxjs.util.ioc中的注释类型
表示可纳入在 IOC 里面管理的对象
ComponentInfo - com.ajaxjs.util.ioc中的类
组件信息
ComponentInfo() - 类 的构造器com.ajaxjs.util.ioc.ComponentInfo
 
ComponentMgr - com.ajaxjs.util.ioc中的类
组件管理器,单例
ComponentMgr() - 类 的构造器com.ajaxjs.util.ioc.ComponentMgr
 
components - 类 中的静态变量com.ajaxjs.util.ioc.ComponentMgr
保存所有的组件
compressPic(String, String, Float) - 类 中的静态方法com.ajaxjs.util.io.ImageUtil
压缩图片
concat(byte[], byte[]) - 类 中的静态方法com.ajaxjs.util.io.StreamHelper
合并两个字节数组
config(ModelAndView, MvcRequest) - 类 中的方法com.ajaxjs.framework.config.ConfigController
 
CONFIG - 类 中的静态变量com.ajaxjs.framework.config.ConfigService
所有的配置保存在这个 config 中
ConfigController - com.ajaxjs.framework.config中的类
编辑配置的控制器
ConfigController() - 类 的构造器com.ajaxjs.framework.config.ConfigController
 
ConfigService - com.ajaxjs.framework.config中的类
以 JSON 为存储格式的配置系统,在 JVM 中以 Map/List 结构保存 该类是单例。
ConfigService() - 类 的构造器com.ajaxjs.framework.config.ConfigService
 
containsIgnoreCase(String, String) - 类 中的静态方法com.ajaxjs.util.CommonUtil
输入 a,看 a 里面是否包含另一个字符串 b,忽略大小写。
Context() - 类 的构造器com.ajaxjs.util.map.ListMapConfig.Context
 
controller - 类 中的变量com.ajaxjs.web.mvc.Action
控制器实例,方便反射时候调用(如果 HTTP 对应控制器没有,则读取这个)
copy(String, String, boolean) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
复制文件
create(T) - 类 中的方法com.ajaxjs.framework.BaseController
创建实体
create(T) - 类 中的方法com.ajaxjs.framework.BaseService
 
create(Connection, String, Object...) - 类 中的静态方法com.ajaxjs.sql.JdbcHelper
新建记录
create(T) - 接口 中的方法com.ajaxjs.sql.orm.IBaseDao
新建记录
create(T) - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
新建记录
createBean(Connection, Object, String) - 类 中的静态方法com.ajaxjs.sql.JdbcHelper
新建记录,送入的数据是 Bean
createControllerInstance(Class<? extends IController>) - 类 中的方法com.ajaxjs.web.mvc.Action
创建控制器实例
createFile(String, String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
新建一个空文件
createFile(String, boolean) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
创建文件,注意这是一个空的文件。
createMap(Connection, Map<String, Object>, String) - 类 中的静态方法com.ajaxjs.sql.JdbcHelper
新建记录,送入的数据是 Map
createUI(ModelAndView) - 类 中的方法com.ajaxjs.framework.BaseController
新建记录的页面,必定是 MVC 而不是 JSON 的

D

DaoContext - com.ajaxjs.sql.orm中的类
DAO 的上下文对象
DaoContext() - 类 的构造器com.ajaxjs.sql.orm.DaoContext
 
DaoException - com.ajaxjs.sql.orm中的异常错误
DAO 异常
DaoException(String) - 异常错误 的构造器com.ajaxjs.sql.orm.DaoException
创建一个 DAO 异常对象。
DaoInfo - com.ajaxjs.sql.orm.model中的类
Writer Info
DaoInfo() - 类 的构造器com.ajaxjs.sql.orm.model.DaoInfo
 
DaoSqlHandler - com.ajaxjs.sql.orm中的类
SQL语句可以得到再处理的,有这个类的两种方法
DaoSqlHandler() - 类 的构造器com.ajaxjs.sql.orm.DaoSqlHandler
 
data - 类 中的变量com.ajaxjs.util.cache.ExpireCacheData
缓存的数据,可以是任意类型的对象
DataBaseType - com.ajaxjs.sql.orm中的枚举
数据库厂商类型
DATE_FORMAT - 类 中的静态变量com.ajaxjs.util.CommonUtil
常见的日期格式
DATE_FORMAT_COMMON_REGEX - 类 中的静态变量com.ajaxjs.util.DateAutoCast
有符号正常日期格式
DATE_FORMAT_COMMON_REPLACE - 类 中的静态变量com.ajaxjs.util.DateAutoCast
有符号正常日期格式替换
DATE_FORMAT_NO_SPLIT_REGEX - 类 中的静态变量com.ajaxjs.util.DateAutoCast
无符号正则表达式
DATE_FORMAT_REVERT_REGEX - 类 中的静态变量com.ajaxjs.util.DateAutoCast
倒序的日期格式
DATE_FORMAT_REVERT_REPLACE - 类 中的静态变量com.ajaxjs.util.DateAutoCast
有符号正常日期格式替换
DATE_FORMAT_SHORT - 类 中的静态变量com.ajaxjs.util.CommonUtil
 
DATE_FORMAT_SHORTER - 类 中的静态变量com.ajaxjs.util.CommonUtil
 
DateAutoCast - com.ajaxjs.util中的类
自动识别日期格式
DateAutoCast() - 类 的构造器com.ajaxjs.util.DateAutoCast
 
DATETIME_FORMAT_REGEX - 类 中的静态变量com.ajaxjs.util.DateAutoCast
正常时间格式
DATETIME_FORMAT_REPLACE - 类 中的静态变量com.ajaxjs.util.DateAutoCast
正常时间格式替换
DATETIME_FULL_FORMAT - 类 中的静态变量com.ajaxjs.util.DateAutoCast
时间格式化字符串 yyyy-MM-dd HH🇲🇲ss.SSS
DATETIME_HOUR_FORMAT_REGEX - 类 中的静态变量com.ajaxjs.util.DateAutoCast
正常时间格式
DATETIME_HOUR_FORMAT_REPLACE - 类 中的静态变量com.ajaxjs.util.DateAutoCast
正常时间格式替换
DateUtil - com.ajaxjs.web.view中的类
格式化日期的标签
DateUtil() - 类 的构造器com.ajaxjs.web.view.DateUtil
 
debug(String) - 类 中的方法com.ajaxjs.util.logger.LogHelper
打印一个日志。
debug(String, Object...) - 类 中的方法com.ajaxjs.util.logger.LogHelper
打印一个日志,支持 {0}、{1}...的占位符。
decodeJPEG(byte[]) - 类 中的静态方法com.ajaxjs.util.io.ImageUtil
解析
decrypt(PrivateKey, byte[]) - 类 中的静态方法com.ajaxjs.util.cryptography.RSA_Cipher
解密
DEFAULT_MAX_DAYS - 类 中的静态变量com.ajaxjs.util.logger.FileHandler
 
defaultPageSize - 类 中的静态变量com.ajaxjs.framework.BaseService
 
DefaultServices - com.ajaxjs.framework中的类
默认的服务供应器
DefaultServices() - 类 的构造器com.ajaxjs.framework.DefaultServices
 
delegate - 类 中的静态变量com.ajaxjs.web.secuity.SecurityRequest
 
delegate - 类 中的静态变量com.ajaxjs.web.secuity.SecurityResponse
 
delete(Long, T) - 类 中的方法com.ajaxjs.framework.BaseController
根据 id 删除实体
delete(T) - 类 中的方法com.ajaxjs.framework.BaseService
 
delete(String, Consumer<HttpURLConnection>, Function<InputStream, String>) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
 
Delete - com.ajaxjs.sql.annotation中的注释类型
表示一个 DELETE SQL 语句
delete(Connection, Object, String) - 类 中的静态方法com.ajaxjs.sql.JdbcHelper
删除一个实体,以是 Map 或 Bean。
delete(T) - 接口 中的方法com.ajaxjs.sql.orm.IBaseDao
单个删除
delete(T) - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
单个删除
delete(File) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
删除文件或目录
delete(String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
删除文件或目录
deleteById(Connection, String, Serializable) - 类 中的静态方法com.ajaxjs.sql.JdbcHelper
删除一条记录。
deleteMethod - 类 中的变量com.ajaxjs.web.mvc.Action
该路径的 delete 请求时对应的控制器方法
deleteMethodController - 类 中的变量com.ajaxjs.web.mvc.Action
 
DELTETED - 接口 中的静态变量com.ajaxjs.framework.CommonConstant
实体已被删除的标记
DES_Decrypt(String, String) - 类 中的静态方法com.ajaxjs.util.cryptography.SymmetriCipher
DES 解密
DES_Encrypt(String, String) - 类 中的静态方法com.ajaxjs.util.cryptography.SymmetriCipher
DES 加密
DESC - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
对象的值
DESCENDING_ID - 接口 中的静态变量com.ajaxjs.sql.orm.IBaseDao
按照 id 字段进行降序
destroy() - 接口 中的方法com.ajaxjs.util.cache.CacheManager
销毁 cache
destroy() - 类 中的方法com.ajaxjs.util.cache.MemoryCacheManager
 
destroy() - 类 中的方法com.ajaxjs.web.mock.MockFilter.DummyFilter
 
DISPATCHER - 类 中的静态变量com.ajaxjs.web.mvc.MvcDispatcherBase
 
districts - 类 中的静态变量com.ajaxjs.util.TestHelper
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.ajaxjs.web.mock.MockFilter.DummyFilter
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法com.ajaxjs.web.mock.MockFilter.DummyController
 
DOMAIN_CATALOG_ID - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
 
doPage(Class<T>, Select, ArgsInfo) - 类 中的方法com.ajaxjs.sql.orm.RepositoryReadOnly
分页操作:一、先查询有没有记录(不用查 列 column);二、实际分页查询(加入 LIMIT ?
doPost(HttpServletRequest, HttpServletResponse) - 类 中的方法com.ajaxjs.web.mock.MockFilter.DummyController
 
doRequest(HttpServletRequest, HttpServletResponse) - 类 中的静态方法com.ajaxjs.web.mock.MockFilter
进行请求 在请求之前,你可以设定请求的参数
doTag() - 类 中的方法com.ajaxjs.framework.config.SiteStruTag
 
doTag() - 类 中的方法com.ajaxjs.web.view.Choose
 
doTag() - 类 中的方法com.ajaxjs.web.view.DateUtil
 
doTag() - 类 中的方法com.ajaxjs.web.view.Foreach
 
doTag() - 类 中的方法com.ajaxjs.web.view.If
 
doTag() - 类 中的方法com.ajaxjs.web.view.Loop
 
doTag() - 类 中的方法com.ajaxjs.web.view.OtherWise
 
doTag() - 类 中的方法com.ajaxjs.web.view.ToFix
 
doTag() - 类 中的方法com.ajaxjs.web.view.When
 
download(String, String, String) - 类 中的静态方法com.ajaxjs.net.http.NetUtil
下载二进制文件
download(String, String) - 类 中的静态方法com.ajaxjs.net.http.NetUtil
下载二进制文件
DummyController() - 类 的构造器com.ajaxjs.web.mock.MockFilter.DummyController
 
DummyFilter() - 类 的构造器com.ajaxjs.web.mock.MockFilter.DummyFilter
 

E

eachField(Object, MapTool.EachFieldArg) - 类 中的静态方法com.ajaxjs.util.map.MapTool
遍历一个 Java Bean
Encode - com.ajaxjs.util中的类
字符串的编码、解密 支持 MD5、SHA-1 和 SHA-2(SHA256)摘要算法
Encode() - 类 的构造器com.ajaxjs.util.Encode
 
encodeJPEG(BufferedImage) - 类 中的静态方法com.ajaxjs.util.io.ImageUtil
编码 JPG。
encrypt(PublicKey, byte[]) - 类 中的静态方法com.ajaxjs.util.cryptography.RSA_Cipher
加密
engineFactory() - 类 中的静态方法com.ajaxjs.jsonparser.JsEngineWrapper
创建 js 引擎工厂,支持 java 6/7 的 rhino 和 java 8 的 nashorn
EOF - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
结束
EOF - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
结束态
equals(String, Object) - 类 中的静态方法com.ajaxjs.framework.QueryTools
拼接 SQL 等于的语句,如果是字符串加上单引号
ERR - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
错误态
err - 类 中的变量com.ajaxjs.web.mvc.filter.FilterAfterArgs
 
ERR_MSG - 类 中的静态变量com.ajaxjs.web.mvc.MvcOutput
各种前缀
ERR_MSG_TPL - 类 中的静态变量com.ajaxjs.web.mvc.MvcOutput
 
errCode - 异常错误 中的变量com.ajaxjs.net.mail.MailException
出错代码,卡在哪里了
eval(String, Class<T>) - 类 中的方法com.ajaxjs.jsonparser.JsEngineWrapper
执行 js 代码
eval(String) - 类 中的方法com.ajaxjs.jsonparser.JsEngineWrapper
执行 js 代码,不作类型转换(返回 Object)
EveryClass - com.ajaxjs.util.ioc中的类
 
EveryClass() - 类 的构造器com.ajaxjs.util.ioc.EveryClass
 
exceptionFactory(String) - 类 中的方法com.ajaxjs.jsonparser.lexer.Lexer
抛出一个 JsonParseException 异常
exceptionFactory(String, Throwable) - 类 中的方法com.ajaxjs.jsonparser.lexer.Lexer
抛出一个 JsonParseException 异常
execute(String, Object, Map<String, Object>, Map<String, Object>, int) - 接口 中的方法com.ajaxjs.util.map.ListMapConfig.MapEntryHandler
执行回调函数
execute(Map<String, Object>, Map<String, Object>, int) - 接口 中的方法com.ajaxjs.util.map.ListMapConfig.MapHandler
执行回调函数
executeMethod(Object, Method, Object...) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
调用方法,该方法不会抛出异常
executeMethod(Object, String, Object...) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
调用方法
executeMethod(Object, String, Class<?>, Object) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
调用方法。
executeMethod_Throwable(Object, Method, Object...) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
调用方法
executeStaticMethod(Method, Object...) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
执行静态方法
exitKey - 类 中的变量com.ajaxjs.util.map.ListMapConfig
 
expire - 类 中的变量com.ajaxjs.util.cache.ExpireCacheData
过期时间 小于等于0标识永久存活
ExpireCache - com.ajaxjs.util.cache中的类
带过期时间的内存缓存。
ExpireCache() - 类 的构造器com.ajaxjs.util.cache.ExpireCache
 
ExpireCacheData<T> - com.ajaxjs.util.cache中的类
缓存数据。
extractData - 类 中的变量com.ajaxjs.framework.BaseModel
扩展字段

F

FALSE - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
FALSE 值
FileHandler - com.ajaxjs.util.logger中的类
Implementation of Handler that appends log messages to a file named {prefix}{date}{suffix} in a configured directory.
FileHandler() - 类 的构造器com.ajaxjs.util.logger.FileHandler
 
FileHandler(String, String, String) - 类 的构造器com.ajaxjs.util.logger.FileHandler
 
FileHandler(String, String, String, int) - 类 的构造器com.ajaxjs.util.logger.FileHandler
 
FileHelper - com.ajaxjs.util.io中的类
文件操作工具类
FileHelper() - 类 的构造器com.ajaxjs.util.io.FileHelper
 
FilterAction - com.ajaxjs.web.mvc.filter中的接口
过滤器动作
FilterAfterArgs - com.ajaxjs.web.mvc.filter中的类
后置过滤器所需的参数太多了,用一个类承载
FilterAfterArgs() - 类 的构造器com.ajaxjs.web.mvc.filter.FilterAfterArgs
 
FilterContext - com.ajaxjs.web.mvc.filter中的类
前置过滤器参数
FilterContext() - 类 的构造器com.ajaxjs.web.mvc.filter.FilterContext
 
find(Function<String, String>) - 接口 中的方法com.ajaxjs.sql.orm.IBaseDao
查询单个记录。
findById(Long) - 类 中的方法com.ajaxjs.framework.BaseService
 
findById(Long) - 接口 中的方法com.ajaxjs.sql.orm.IBaseDao
查询单个记录。
findById(Long) - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
查询单个记录。
findById_Attachment(Long) - 接口 中的方法com.ajaxjs.sql.orm.IBaseDao
已过时。 
findByPath(String, List<Map<String, Object>>) - 类 中的静态方法com.ajaxjs.util.map.ListMap
根据路径查找节点
findByPath(String, Map<String, Object>) - 类 中的静态方法com.ajaxjs.util.map.ListMap
TODO
findByUid(long) - 类 中的方法com.ajaxjs.framework.BaseService
按实体唯一 id查找单个实体
findList() - 类 中的方法com.ajaxjs.framework.BaseService
 
findList(Function<String, String>) - 类 中的方法com.ajaxjs.framework.BaseService
 
findList(Function<String, String>) - 接口 中的方法com.ajaxjs.sql.orm.IBaseDao
查询列表数据
findList() - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
查询列表数据
findList(Function<String, String>) - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
查询列表数据
findPagedList(int, int) - 类 中的方法com.ajaxjs.framework.BaseService
 
findPagedList(int, int, Function<String, String>) - 类 中的方法com.ajaxjs.framework.BaseService
 
findPagedList(int, int, int, int, boolean) - 类 中的方法com.ajaxjs.framework.BaseService
有简单分类功能
findPagedList(int, int, Function<String, String>) - 接口 中的方法com.ajaxjs.sql.orm.IBaseDao
简单分页。
findPagedList(int, int) - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
查询分页数据
findPagedList(int, int, Function<String, String>) - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
 
findTreeByPath(Map<String, Action>, Queue<String>, String, boolean) - 接口 中的静态方法com.ajaxjs.web.mvc.IController
输入队列,查找节点。
findTreeByPath(Map<String, Action>, Queue<String>, String) - 接口 中的静态方法com.ajaxjs.web.mvc.IController
 
findTreeByPath(Map<String, Action>, String, String, boolean) - 接口 中的静态方法com.ajaxjs.web.mvc.IController
 
findTreeByPath(Map<String, Action>, String, String) - 接口 中的静态方法com.ajaxjs.web.mvc.IController
 
findTreeByPath(String) - 接口 中的静态方法com.ajaxjs.web.mvc.IController
 
firstLetterUpper(String) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
将第一个字母大写
fix(PageContext) - 类 中的静态方法com.ajaxjs.web.mvc.MvcOutput
JSP 需要加上下面代码,运行时才不会出现 java.lang.IllegalStateException: getOutputStream() has already been called ..........等异常 JSP内置对象out和response.getWrite()的区别 http://blog.sina.com.cn/s/blog_7217e4320101l8gq.html http://www.2cto.com/kf/201109/103284.html
FLAT_CONFIG - 类 中的静态变量com.ajaxjs.framework.config.ConfigService
所有的配置保存在这个 config 中(扁平化处理过的)
flatMap(Map<String, Object>) - 类 中的静态方法com.ajaxjs.util.map.ListMap
扁平化多层 map 为单层
flush() - 类 中的方法com.ajaxjs.util.logger.FileHandler
Flush the writer.
FMS - com.ajaxjs.jsonparser.syntax中的类
语法解析的状态机 Thanks to blog.csdn.net/yimengqiannian/article/details/53701275
FMS(String) - 类 的构造器com.ajaxjs.jsonparser.syntax.FMS
创建一个状态机
Foreach - com.ajaxjs.web.view中的类
 
Foreach() - 类 的构造器com.ajaxjs.web.view.Foreach
 
format(String) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
格式化 JSON,使其美观输出到控制或其他地方 请注意 对于json中原有\n \t 的情况未做过多考虑 得到格式化json数据 退格用\t 换行用\r
formatDate(Date) - 类 中的静态方法com.ajaxjs.util.CommonUtil
对输入的时间进行格式化,采用格式 yyyy-MM-dd HH:mm:ss
formatDateShorter(Date) - 类 中的静态方法com.ajaxjs.util.CommonUtil
对输入的时间进行格式化,采用格式 YYYY-MM-dd HH:MM
formatSql(String) - 类 中的静态方法com.ajaxjs.sql.JdbcUtil
简单格式化 SQL,当前对 SELECT 语句有效

G

generatePair() - 类 中的静态方法com.ajaxjs.util.cryptography.RSA_Cipher
生成密钥对。
get(String) - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
简化版本
get(String...) - 类 中的方法com.ajaxjs.jsonparser.JsEngineWrapper
获取 js 的对象,如果最后一个不是对象,返回 Object,之前的为 NativeObject
get(String) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
GET 请求,返回文本内容
get(String, boolean) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
GET 请求,返回文本内容
get(String, boolean, Consumer<HttpURLConnection>) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
GET 请求,返回文本内容
get() - 类 中的静态方法com.ajaxjs.sql.SnowflakeId
生成 id
get(K) - 接口 中的方法com.ajaxjs.util.cache.Cache
根据key从缓存中获取对应的值
get(String) - 类 中的方法com.ajaxjs.util.cache.ExpireCache
获取缓存中的数据
get(String, Class<T>) - 类 中的方法com.ajaxjs.util.cache.ExpireCache
获取缓存中的数据(避免强类型转换的麻烦)
get(Object) - 类 中的方法com.ajaxjs.util.cache.LRUCache
 
get(Class<T>) - 类 中的静态方法com.ajaxjs.util.ioc.ComponentMgr
根据类、接口查找组件
get(String) - 类 中的静态方法com.ajaxjs.util.ioc.ComponentMgr
根据命名空间、别名查找组件
get(String, Class<T>) - 类 中的静态方法com.ajaxjs.util.ioc.ComponentMgr
根据命名空间、别名查找组件
get302redirect(String) - 类 中的静态方法com.ajaxjs.net.http.NetUtil
得到 HTTP 302 的跳转地址
getAccount() - 类 中的方法com.ajaxjs.net.mail.Mail
 
getAll(Class<T>) - 类 中的静态方法com.ajaxjs.util.ioc.ComponentMgr
根据类、接口查找组件列表
getAllByInterface(Class<T>) - 类 中的静态方法com.ajaxjs.util.ioc.ComponentMgr
根据接口查找多个目标组件
getAllQueryParameters(HttpServletRequest, String) - 类 中的静态方法com.ajaxjs.web.ServletHelper
获取所有 URL 上的参数
getAllQueryParameters(HttpServletRequest) - 类 中的静态方法com.ajaxjs.web.ServletHelper
 
getArgs(IController, MvcRequest, HttpServletResponse, Method) - 类 中的静态方法com.ajaxjs.web.mvc.RequestParam
对控制器的方法进行分析,看需要哪些参数。
getAutoDate(String) - 类 中的静态方法com.ajaxjs.util.DateAutoCast
根据时间字符串自动识别时间
getBasePath() - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
返回协议+主机名+端口+项目前缀(如果为 80 端口的话就默认不写 80)
getBean() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
 
getBean(Class<T>) - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
支持自动获取请求参数并封装到 Bean 内
getBeanClz() - 类 中的方法com.ajaxjs.sql.orm.RepositoryBase
 
getBeanInfo(Object) - 类 中的静态方法com.ajaxjs.sql.JdbcHelper
读取一个 bean 的信息,将其保存在一个 map 中。
getBol(String) - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
简化版本
getByInterface(Class<T>) - 类 中的静态方法com.ajaxjs.util.ioc.ComponentMgr
根据接口查找单个目标组件。
getCache(String) - 接口 中的方法com.ajaxjs.util.cache.CacheManager
根据 cache 的名称获取 cache。
getCache(String, Class<V>) - 接口 中的方法com.ajaxjs.util.cache.CacheManager
 
getCache(String) - 类 中的方法com.ajaxjs.util.cache.MemoryCacheManager
 
getCache(String, Class<V>) - 类 中的方法com.ajaxjs.util.cache.MemoryCacheManager
 
getChineseName() - 类 中的静态方法com.ajaxjs.util.TestHelper
生成中文名
getCipherAlgorithm() - 类 中的方法com.ajaxjs.util.cryptography.CipherInfo
 
getClassByInterface(Type) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
已知接口类型,获取它的 class
getClassByName(String) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
根据类名字符串获取类对象
getClassByName(String, Class<T>) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
根据类名字符串获取类对象,可强类型转换类型
getClassName(File, String) - 类 中的静态方法com.ajaxjs.util.ioc.EveryClass
Java 类文件 去掉后面的 .class 只留下类名
getClientSideArgs(HttpServletRequest, String) - 类 中的方法com.ajaxjs.web.mvc.filter.SessionValueFilter
获取客户端提交过来的验证码参数
getClz() - 类 中的方法com.ajaxjs.sql.orm.RepositoryBase
 
getColNum() - 类 中的方法com.ajaxjs.jsonparser.lexer.Lexer
 
GetConfig - com.ajaxjs.framework中的接口
获取配置。
getConnection(String, Properties) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
连接数据库。
getConnection(String) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
连接数据库。
getConnection(DataSource) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
根据数据源对象获得数据库连接对象
getConnection() - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
获取一个数据库连接
getConnection() - 类 中的方法com.ajaxjs.sql.orm.DaoContext
 
getConnectionByJNDI(String) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
根据 JNDI 路径获得数据库连接对象。
getConstantsInt(Class<?>) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
 
getConstructor(Class<T>, Class<?>...) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
获取类的构造器,可以支持重载的构造器(不同参数的构造器)
getContent() - 类 中的方法com.ajaxjs.framework.BaseModel
 
getContent() - 类 中的方法com.ajaxjs.net.mail.Mail
 
getContent_Type() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
 
getController(String) - 类 中的方法com.ajaxjs.web.mvc.Action
根据 httpMethod 请求方法返回控制器
getCookieByName(String) - 类 中的方法com.ajaxjs.web.secuity.SecurityRequest
按照名称获取 Cookie 的值
getCookies() - 类 中的方法com.ajaxjs.web.secuity.SecurityRequest
 
getCover() - 类 中的方法com.ajaxjs.framework.BaseModel
 
getCreateDate() - 类 中的方法com.ajaxjs.framework.BaseModel
 
getCur() - 类 中的方法com.ajaxjs.jsonparser.lexer.Lexer
 
getCurChar() - 类 中的方法com.ajaxjs.jsonparser.lexer.Lexer
获取当前游标所在的字符
getCurObj() - 类 中的方法com.ajaxjs.jsonparser.syntax.Operator
获取当前对象
getCurrentNode() - 类 中的方法com.ajaxjs.framework.config.SiteStru
 
getCurrentPage() - 类 中的方法com.ajaxjs.sql.orm.PageResult
 
getCurValue() - 类 中的方法com.ajaxjs.jsonparser.syntax.Operator
获取当前字符值
getDao() - 类 中的方法com.ajaxjs.framework.BaseService
 
getDao() - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
获取 DAO 对象,直接在 Controller 里面使用 DAO,跳过 Service
getDaoContext() - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
获取一个 DAO 上下文对象
getDataSourceByJNDI(String) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
根据 JNDI 获取数据源。
getDbType() - 类 中的方法com.ajaxjs.sql.orm.DaoContext
 
getDeclaredInterface(Class<?>) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
获取某个类的所有接口
getDeclaredMethodByInterface(Class<?>, String, Object) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
循环 object 向上转型(接口)
getDescription() - 类 中的方法com.ajaxjs.jsonparser.syntax.State
 
getDirNameByDate() - 类 中的静态方法com.ajaxjs.util.io.FileHelper
根据日期字符串得到目录名 格式: /2008/10/15/
getEmail(int, int) - 类 中的静态方法com.ajaxjs.util.TestHelper
返回 Email
getEmail() - 类 中的静态方法com.ajaxjs.util.TestHelper
生成 Email
getEngine() - 类 中的方法com.ajaxjs.jsonparser.JsEngineWrapper
返回 js 引擎
getEnglishName() - 类 中的静态方法com.ajaxjs.util.TestHelper
生成英文名字
getExpectDescription() - 类 中的方法com.ajaxjs.jsonparser.syntax.State
 
getExtractData() - 类 中的方法com.ajaxjs.framework.BaseModel
 
getExtractInt(String) - 类 中的方法com.ajaxjs.framework.BaseModel
 
getFieldName() - 类 中的方法com.ajaxjs.sql.JdbcHelper.BeanMethod
 
getFieldName(String, String) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
根据方法名称来截取属性名称,例如把 getter 的 getXxx() 转换为 xxx 的字段名
getFileName(String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
输入 /foo/bar/foo.jpg 返回 foo.jpg
getFileNameFromUrl(String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
获取 URL 上的文件名,排除 ?
getFileSize(String) - 类 中的静态方法com.ajaxjs.net.http.NetUtil
得到资源的文件大小
getFileSuffix(String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
獲取文件名的擴展名
getFolder() - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
目录部分
getFormat() - 类 中的方法com.ajaxjs.web.view.DateUtil
 
getFrom() - 类 中的方法com.ajaxjs.net.mail.Mail
 
getGetter() - 类 中的方法com.ajaxjs.sql.JdbcHelper.BeanMethod
 
getHandler() - 类 中的方法com.ajaxjs.jsonparser.syntax.State
 
getHttpServletRequest() - 类 中的静态方法com.ajaxjs.web.mvc.MvcRequest
获取请求对象
getHttpServletResponse() - 类 中的静态方法com.ajaxjs.web.mvc.MvcRequest
获取上下文中 response 对象
getId() - 类 中的方法com.ajaxjs.framework.BaseModel
 
getId() - 类 中的方法com.ajaxjs.jsonparser.syntax.State
 
getId() - 类 中的静态方法com.ajaxjs.sql.SnowflakeIdWorker
新的 id,这是常用的方法
getIdOnly(String) - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
返回 SQL 类型安全的参数,必须为数字
getIdStr() - 类 中的静态方法com.ajaxjs.sql.SnowflakeIdWorker
新的 id,这是常用的方法
getIgnoreDB() - 类 中的方法com.ajaxjs.sql.JdbcHelper.BeanMethod
 
getInt(String) - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
简化版本
getIp() - 类 中的静态方法com.ajaxjs.net.http.Tools
获取本机 ip,带缓存的
getIp() - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
获取请求 ip
getIpLocation(String) - 类 中的静态方法com.ajaxjs.net.http.Tools
http://ip.taobao.com/instructions.html http://blog.zhukunqian.com/?
getIpLocation2(String) - 类 中的静态方法com.ajaxjs.net.http.Tools
 
getItem(List<T>) - 类 中的静态方法com.ajaxjs.util.TestHelper
 
getItem(long[]) - 类 中的静态方法com.ajaxjs.util.TestHelper
 
getItem(int[]) - 类 中的静态方法com.ajaxjs.util.TestHelper
 
getItem(String[]) - 类 中的静态方法com.ajaxjs.util.TestHelper
 
getJavaValue() - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
 
getJsonPath() - 类 中的方法com.ajaxjs.framework.config.SiteStru
 
getJsonpToken() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
 
getJsonStr() - 类 中的方法com.ajaxjs.framework.config.SiteStru
 
getKeySize() - 类 中的方法com.ajaxjs.util.cryptography.CipherInfo
 
getLen() - 类 中的方法com.ajaxjs.jsonparser.lexer.Lexer
 
getLineNum() - 类 中的方法com.ajaxjs.jsonparser.lexer.Lexer
 
getLocalHostLANAddress() - 类 中的静态方法com.ajaxjs.net.http.Tools
获取本机局域网地址
getLocalIp() - 类 中的静态方法com.ajaxjs.net.http.Tools
如果 getLocalHostLANAddress() 放在不能连接公网的环境,那个方法就不适用了,可以使用这个方法
getLocalIp2() - 类 中的静态方法com.ajaxjs.net.http.Tools
第二种方法
getLog(Class<?>) - 类 中的静态方法com.ajaxjs.util.logger.LogHelper
获取自定义的 logger。
getMailServer() - 类 中的方法com.ajaxjs.net.mail.Mail
 
getMap() - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
 
getMenu(HttpServletRequest) - 类 中的方法com.ajaxjs.framework.config.SiteStruService
生成二级节点菜单所需的数据
getMessage() - 异常错误 中的方法com.ajaxjs.jsonparser.JsonParseException
 
getMethod(Object, String, Class<?>...) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
根据类、方法的字符串和参数列表获取方法对象,支持重载的方法
getMethod(Object, String, Object...) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
根据方法名称和参数列表查找方法。
getMethod - 类 中的变量com.ajaxjs.web.mvc.Action
该路径的 get 请求时对应的控制器方法
getMethod(String) - 类 中的方法com.ajaxjs.web.mvc.Action
根据 httpMethod 请求方法返回控制器类身上的方法。
getMethodByUpCastingSearch(Class<?>, String, Object) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
根据方法名称和参数列表查找方法。
getMethodController - 类 中的变量com.ajaxjs.web.mvc.Action
 
getMvcRequest() - 类 中的静态方法com.ajaxjs.web.mvc.MvcRequest
获取请求对象
getMySqlConnection(String, String, String) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
根据 JDBC 连接字符串创建 MySql 数据库连接对象
getName() - 类 中的方法com.ajaxjs.framework.BaseModel
 
getNavBar() - 类 中的方法com.ajaxjs.framework.config.SiteStruService
获取导航
getNeighbor(Map<String, Object>, String, Serializable) - 类 中的静态方法com.ajaxjs.framework.QueryTools
相邻记录 TODO 没权限的不要列出
getNonus(String) - 类 中的静态方法com.ajaxjs.util.TestHelper
 
getNum(int, int) - 类 中的静态方法com.ajaxjs.util.TestHelper
 
getOut() - 类 中的方法com.ajaxjs.web.ByteArrayOutput
 
getOutput() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
 
getOutputList() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
 
getOutputMap() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
 
getOutputObj() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
 
getPageNode(String, String) - 类 中的静态方法com.ajaxjs.framework.config.SiteStruService
获取当前页面节点,并带有丰富的节点信息
getPageNode(HttpServletRequest) - 类 中的静态方法com.ajaxjs.framework.config.SiteStruService
获取当前页面节点,并带有丰富的节点信息
getPageSize() - 类 中的方法com.ajaxjs.sql.orm.PageResult
 
getParagraph() - 类 中的静态方法com.ajaxjs.util.TestHelper
生成段落
getParameter(String, String) - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
获取参数的值。
getParameter(String) - 类 中的方法com.ajaxjs.web.secuity.SecurityRequest
 
getParameterMap() - 类 中的方法com.ajaxjs.web.secuity.SecurityRequest
 
getParameterNames() - 类 中的方法com.ajaxjs.web.secuity.SecurityRequest
 
getParameterValues(String) - 类 中的方法com.ajaxjs.web.secuity.SecurityRequest
 
getParams() - 类 中的方法com.ajaxjs.sql.orm.DaoContext
 
getParams_without(String, String) - 类 中的静态方法com.ajaxjs.web.view.PageTag
对某段 URL 参数剔除其中的一个。
getParams_without_asMap(String, String) - 类 中的静态方法com.ajaxjs.web.view.PageTag
保持状态,对当前的参数记录,不受分页的影响.对某段 URL 参数剔除其中的一个。
getPassword() - 类 中的方法com.ajaxjs.net.mail.Mail
 
getPhoneNo() - 类 中的方法com.ajaxjs.framework.SmsMessage
 
getPort() - 类 中的方法com.ajaxjs.net.mail.Mail
 
getPutRequestData() - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
获取 PUT 请求所提交的内容。
getRandomString(int) - 类 中的静态方法com.ajaxjs.util.CommonUtil
生成指定长度的随机字符,可能包含数字
getRedirect() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
 
getRequestDispatcheResult() - 类 中的方法com.ajaxjs.web.mock.MockRequest
返回 MVC 的 JSP 跳转
getRequestDispatcheResult(HttpServletRequest) - 类 中的静态方法com.ajaxjs.web.mock.MockResponse
获取 MVC 跳转模版的那个路径
getRequestURI() - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
绑定 JSP 时候,获取原请求的 uri,而非模版所在的 uri
getResourcesFromClass(Class<?>, String) - 类 中的静态方法com.ajaxjs.util.ioc.EveryClass
获取当前类目录下的资源文件
getResourcesFromClass(Class<?>, String, boolean) - 类 中的静态方法com.ajaxjs.util.ioc.EveryClass
获取当前类目录下的资源文件
getResourcesFromClasspath(String, boolean) - 类 中的静态方法com.ajaxjs.util.ioc.EveryClass
获取 Classpath 根目录下的资源文件
getResourcesFromClasspath(String) - 类 中的静态方法com.ajaxjs.util.ioc.EveryClass
获取 Classpath 根目录下的资源文件
getResponse(HttpURLConnection, Boolean, Function<InputStream, T>) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
发送请求,返回响应信息
getResultBean(Class<T>) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
记录集合转换为 bean
getResultMap(ResultSet) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
记录集合转换为 Map
getRoad() - 类 中的静态方法com.ajaxjs.util.TestHelper
返回地址
getRootPath(Class<? extends IController>) - 类 中的静态方法com.ajaxjs.web.mvc.Action
获取控制器类的根目录设置
getRoute() - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
获取资源 URI,忽略项目前缀和最后的文件名(如 index.jsp) 分析 URL 目标资源(最原始的版本)
getSchemeJson() - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
获取配置 JSON 说明文件。
getSecondLevelNode(HttpServletRequest) - 类 中的方法com.ajaxjs.framework.config.SiteStruService
生成二级节点
getServerSideValue(HttpServletRequest, String) - 类 中的方法com.ajaxjs.web.mvc.filter.SessionValueFilter
获取服务端的 Session 中的值
getService() - 类 中的方法com.ajaxjs.framework.BaseController
服务对象
getSetter() - 类 中的方法com.ajaxjs.sql.JdbcHelper.BeanMethod
 
getSHA1(String) - 类 中的静态方法com.ajaxjs.util.Encode
生成字符串的 SHA1 哈希值
getSHA256(String) - 类 中的静态方法com.ajaxjs.util.Encode
生成字符串的 SHA2 哈希值
getShortName() - 类 中的方法com.ajaxjs.framework.BaseService
 
getShortName() - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
通用的命名
getSignName() - 类 中的方法com.ajaxjs.framework.SmsMessage
 
getSiteMap(HttpServletRequest) - 类 中的方法com.ajaxjs.framework.config.SiteStruService
获取页脚的网站地图
getSiteMap(List<Map<String, Object>>, String) - 类 中的静态方法com.ajaxjs.framework.config.SiteStruService
获取页脚的网站地图
getSql() - 类 中的方法com.ajaxjs.sql.orm.DaoContext
 
getSqliteConnection(String) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
根据 JDBC 连接字符串创建 SQLite 数据库连接对象
getSqls() - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
获取刚刚调用过的 SQL 语句
getStart() - 类 中的方法com.ajaxjs.sql.orm.PageResult
 
getStat() - 类 中的方法com.ajaxjs.framework.BaseModel
获取数据字典:状态
getStr() - 类 中的方法com.ajaxjs.jsonparser.lexer.Lexer
 
getString(String) - 类 中的方法com.ajaxjs.framework.config.ConfigService
读取配置并转换其为字符串类型。
getString(String) - 接口 中的方法com.ajaxjs.framework.GetConfig
读取配置并转换其为字符串类型。
getStringResult() - 类 中的方法com.ajaxjs.web.mock.MockRequest
返回控制器输出的响应文本
getStringResultJson() - 类 中的方法com.ajaxjs.web.mock.MockRequest
返回控制器输出的响应 JSON Map
getSubject() - 类 中的方法com.ajaxjs.net.mail.Mail
 
getSuperClassDeclaredMethod(Class<?>, String, Class<?>) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
查找对象父类身上指定的方法
getSuperClassDeclaredMethod(Class<?>, String) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
查找对象父类身上指定的方法(注意该方法不需要校验参数类型是否匹配,故有可能不是目标方法,而造成异常,请谨慎使用)
getTableName() - 类 中的方法com.ajaxjs.framework.BaseService
 
getTableName() - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
返回数据库表名
getTableName() - 类 中的方法com.ajaxjs.sql.orm.RepositoryBase
 
getTel() - 类 中的静态方法com.ajaxjs.util.TestHelper
生成手机号码
getTemplate() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
 
getTemplateCode() - 类 中的方法com.ajaxjs.framework.SmsMessage
 
getTemplateParam() - 类 中的方法com.ajaxjs.framework.SmsMessage
 
getTo() - 类 中的方法com.ajaxjs.net.mail.Mail
 
getTotalCount() - 类 中的方法com.ajaxjs.sql.orm.PageResult
 
getTotalPage() - 类 中的方法com.ajaxjs.sql.orm.PageResult
 
getType() - 类 中的方法com.ajaxjs.framework.config.SiteStruTag
 
getType() - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
 
getType() - 类 中的方法com.ajaxjs.sql.JdbcHelper.BeanMethod
 
getTypeName() - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
 
getTypeNameChinese() - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
 
getUid() - 类 中的方法com.ajaxjs.framework.BaseModel
 
getUiName() - 类 中的方法com.ajaxjs.framework.BaseService
 
getUiName() - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
返回业务名称,可用于 UI 显示
getUnderLayerErr(Throwable) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
获取实际抛出的那个异常对象。
getUnderLayerErrMsg(Throwable) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
获取实际抛出的那个异常对象,并去掉前面的包名。
getUpdateDate() - 类 中的方法com.ajaxjs.framework.BaseModel
 
getUserName() - 类 中的静态方法com.ajaxjs.util.TestHelper
生成用户名
getValue(HttpServletRequest, String, Class<?>) - 类 中的静态方法com.ajaxjs.framework.QueryTools
控制器和业务方法可以不用提供 value 的参数,由 HttpServletRequest 获取
getValue(String, Class<?>) - 类 中的静态方法com.ajaxjs.framework.QueryTools
 
getValue() - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
 
getValue(Map<String, T>, String, Consumer<T>) - 类 中的静态方法com.ajaxjs.util.map.MapTool
判断 map 非空,然后根据 key 获取 value,若 value 非空则作为参数传入函数接口 s
getValue() - 类 中的方法com.ajaxjs.web.view.ToFix
 
getValueAsBool(String) - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
读取配置并转换其为 布尔 类型。
getValueAsInt(String) - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
读取配置并转换其为 int 类型。
getValueAsLong(String) - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
读取配置并转换其为 long 类型。
getValueAsString(String) - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
读取配置并转换其为字符串类型。
getValueFromPath(String, String) - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
去取 url 上的值
getVar() - 类 中的方法com.ajaxjs.web.view.Foreach
 
getWhois(String) - 类 中的静态方法com.ajaxjs.net.http.Tools
域名 whois 查询 https://www.nowapi.com/api/domain.whois
go() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
执行输出
go(HttpServletRequest) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
MVC 的 View 输出
go(RenderedImage) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
把图片流显示出来

H

handleSql(String, Method, Object[]) - 类 中的方法com.ajaxjs.sql.orm.RepositoryReadOnly
处理 SQL 语句
hasArgsCon(Class<?>) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
传入的类是否有带参数的构造器
hasParameter(String) - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
如果有这个参数返回 true。
head(String) - 类 中的静态方法com.ajaxjs.net.http.NetUtil
HEAD 请求
HMACSHA256(String, String) - 类 中的静态方法com.ajaxjs.util.cryptography.SymmetriCipher
 
HTML - 类 中的静态变量com.ajaxjs.web.mvc.MvcOutput
各种前缀
HttpBasicRequest - com.ajaxjs.net.http中的类
发送基础的 HTTP 请求
HttpBasicRequest() - 类 的构造器com.ajaxjs.net.http.HttpBasicRequest
 

I

IBaseDao<T> - com.ajaxjs.sql.orm中的接口
DAO 基类,包含大量常用的 SQL。
IBaseService<T> - com.ajaxjs.sql.orm中的接口
通用业务方法
IComponent - com.ajaxjs.framework中的接口
AJAXJS 组件
IController - com.ajaxjs.web.mvc中的接口
控制器 一个 Controller 通常拥有多个方法,每个方法负责处理一个 URL。
ID - 类 中的静态变量com.ajaxjs.util.map.ListMap
 
ID - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
 
ID_INFO - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
 
idRegexp - 接口 中的静态变量com.ajaxjs.web.mvc.IController
 
idWorker - 类 中的静态变量com.ajaxjs.sql.SnowflakeIdWorker
 
If - com.ajaxjs.web.view中的类
判断 if 逻辑
If() - 类 的构造器com.ajaxjs.web.view.If
 
IgnoreDB - com.ajaxjs.sql.annotation中的注释类型
是否不参与数据库的操作
ImageUtil - com.ajaxjs.util.io中的类
 
ImageUtil() - 类 的构造器com.ajaxjs.util.io.ImageUtil
 
in(String, String[]) - 类 中的静态方法com.ajaxjs.framework.QueryTools
多个值批评的查找的高阶函数
info(String) - 类 中的方法com.ajaxjs.util.logger.LogHelper
打印一个日志
info(String, Object...) - 类 中的方法com.ajaxjs.util.logger.LogHelper
打印一个日志,支持 {0}、{1}...的占位符
INFO - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
 
infoCYAN(String) - 类 中的方法com.ajaxjs.util.logger.LogHelper
 
infoGreen(String) - 类 中的方法com.ajaxjs.util.logger.LogHelper
 
infoYellow(String) - 类 中的方法com.ajaxjs.util.logger.LogHelper
 
init(String, String, String...) - 类 中的静态方法com.ajaxjs.util.TestHelper
方便写单测时用的初始化方法
init(String) - 类 中的方法com.ajaxjs.web.mock.BaseControllerTest
控制器的包名
init(FilterConfig) - 类 中的方法com.ajaxjs.web.mock.MockFilter.DummyFilter
 
init(ServletContext) - 类 中的静态方法com.ajaxjs.web.mvc.MvcDispatcherBase
初始化这个过滤器
initAll(String, String...) - 类 中的静态方法com.ajaxjs.util.TestHelper
方便写单测时用的初始化方法
initAll() - 类 中的静态方法com.ajaxjs.util.TestHelper
写死的
initBuilder() - 类 中的静态方法com.ajaxjs.util.XmlHelper
XML 转换需要的对象
initBuilderFactory() - 类 中的静态方法com.ajaxjs.util.XmlHelper
创建 DocumentBuilderFactory 实例
initCreate(Object) - 类 中的静态方法com.ajaxjs.framework.BaseService
 
initDbByJNDI(String) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
初始化数据库连接并保存到 ThreadLocal 中。
initDownload2disk_Callback(String, String) - 类 中的静态方法com.ajaxjs.net.http.NetUtil
写入磁盘的回调
initFilterConfig(ServletContext) - 类 中的静态方法com.ajaxjs.web.mock.MockFilter
模拟过滤器配置
initFolder(File) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
检测文件所在的目录是否存在,如果没有则建立。
initFolder(String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
检测文件所在的目录是否存在,如果没有则建立。
initHttpConnection(String) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
HttpURLConnection 工厂函数,对输入的网址进行初始化
INITIALIZED - 类 中的静态变量com.ajaxjs.framework.config.SetStartupCtx
 
INITIALIZED - 类 中的静态变量com.ajaxjs.framework.config.SiteStruService
 
initServletConfig(Class<? extends HttpServlet>) - 类 中的静态方法com.ajaxjs.web.mock.MockFilter
初始化 Servlet 配置,这里是模拟 注解
initUpdate(Object) - 类 中的静态方法com.ajaxjs.framework.BaseService
通用的更新操作
inject() - 类 中的静态方法com.ajaxjs.util.ioc.ComponentMgr
 
innerIP(String) - 类 中的静态方法com.ajaxjs.net.http.Tools
判断IP是否内网
inputStream2Byte(InputStream) - 类 中的静态方法com.ajaxjs.util.io.StreamHelper
使用内存操作流,读取二进制,也就是将流转换为内存的数据。
Insert - com.ajaxjs.sql.annotation中的注释类型
表示一个 INSERT SQL 语句
instance - 类 中的变量com.ajaxjs.util.ioc.ComponentInfo
实例,当为 null 的时候表示单例模式
invoke(Object, Method, Object[]) - 类 中的方法com.ajaxjs.sql.orm.Repository
执行时的调用。
invoke(Object, Method, Object[]) - 类 中的方法com.ajaxjs.sql.orm.RepositoryReadOnly
执行时的调用。
ip - 类 中的静态变量com.ajaxjs.net.http.Tools
 
is404(String) - 类 中的静态方法com.ajaxjs.net.http.NetUtil
检测资源是否存在
IS_DB_CONNECTION_AUTOCLOSE - 类 中的静态变量com.ajaxjs.sql.JdbcUtil
为方便单测,设一个开关
isAfterSkip - 类 中的变量com.ajaxjs.web.mvc.filter.FilterAfterArgs
 
isAll() - 类 中的方法com.ajaxjs.web.mvc.Action
 
isAndroid() - 类 中的方法com.ajaxjs.web.UserAgent
是否为安卓
isAndroid_7() - 类 中的方法com.ajaxjs.web.UserAgent
是否为安卓 7.x
isbeforeSkip - 类 中的变量com.ajaxjs.web.mvc.filter.FilterAfterArgs
 
isChinaMainlandIp(String) - 类 中的静态方法com.ajaxjs.web.ServletHelper
 
isChinaMainlandIp_Cache(String) - 类 中的静态方法com.ajaxjs.web.ServletHelper
 
isChinaMainlandIp_Cache(HttpServletRequest) - 类 中的静态方法com.ajaxjs.web.ServletHelper
 
isChrome() - 类 中的方法com.ajaxjs.web.UserAgent
是否为 Chrome 浏览器
isClosePrintRealSql - 类 中的静态变量com.ajaxjs.sql.JdbcUtil
是否关闭日志打印以便提高性能
isCurrentNode(Map<String, ?>, HttpServletRequest) - 类 中的方法com.ajaxjs.framework.config.SiteStruService
用于 current 的对比
  • isDebug - 类 中的静态变量com.ajaxjs.Version
    是否调试模式(开发模式)
    isDecimal(char) - 类 中的静态方法com.ajaxjs.jsonparser.lexer.BaseLexer
    是否数字字符或小数
    isDomianRegisterAvailable(String) - 类 中的静态方法com.ajaxjs.net.http.Tools
    域名是否已经注册
    isEmptyString(String) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    是否空字符串
    isExecute() - 类 中的方法com.ajaxjs.web.view.Choose
    用于保存 if 判断是否为 true
    isFinished() - 类 中的方法com.ajaxjs.web.mock.MockServletInputStream
     
    isFireFox() - 类 中的方法com.ajaxjs.web.UserAgent
    是否为 Firefox 浏览器
    isHTML_body() - 类 中的方法com.ajaxjs.net.mail.Mail
     
    isIE() - 类 中的方法com.ajaxjs.web.UserAgent
    是否 IE 浏览器
    isInBlackList(String) - 类 中的方法com.ajaxjs.web.secuity.SecurityFilter
    是否在黑名单列表中。
    isInWhiteList(String) - 类 中的方法com.ajaxjs.web.secuity.SecurityFilter
    是否在白名单列表中
    isIOS() - 类 中的方法com.ajaxjs.web.UserAgent
    是否为 iOS 系统
    isIPad() - 类 中的方法com.ajaxjs.web.UserAgent
    是否为 iPad
    isIPhone() - 类 中的方法com.ajaxjs.web.UserAgent
    是否为 iPhone
    isJson() - 类 中的静态方法com.ajaxjs.framework.BaseController
    判断是否期望 JSON 的结果
    isJson() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    isLetterUnderline(char) - 类 中的静态方法com.ajaxjs.jsonparser.lexer.BaseLexer
    是否字符或者下划线
    isLinux - 类 中的静态变量com.ajaxjs.Version
    是否 Linux 操作系统
    isLoaded - 类 中的静态变量com.ajaxjs.framework.config.ConfigService
    是否加载成功
    isLoaded() - 类 中的方法com.ajaxjs.framework.config.SiteStru
     
    isMac - 类 中的静态变量com.ajaxjs.Version
    是否苹果操作系统
    isMap - 类 中的变量com.ajaxjs.sql.orm.model.DaoInfo
     
    isMySql(Connection) - 枚举 中的静态方法com.ajaxjs.sql.orm.DataBaseType
    是否 mysql 数据库
    isNull(Object[]) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    判断数组是否为空
    isNull(Collection<?>) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    判断 collection 是否为空
    isNull(Map<?, ?>) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    判断 map 是否有意义
    isNum(char) - 类 中的静态方法com.ajaxjs.jsonparser.lexer.BaseLexer
    是否数字字符
    isNumLetterUnderline(char) - 类 中的静态方法com.ajaxjs.jsonparser.lexer.BaseLexer
    是否字符或者数字或下划线
    isOldIE() - 类 中的方法com.ajaxjs.web.UserAgent
    IE 8 或其以下的皆为旧版 IE
    isOverLimit() - 异常错误 中的方法com.ajaxjs.sql.orm.DaoException
     
    isPhone() - 类 中的方法com.ajaxjs.web.UserAgent
    是否为手机
    isReady() - 类 中的方法com.ajaxjs.web.ByteArrayOutput
     
    isReady() - 类 中的方法com.ajaxjs.web.mock.MockServletInputStream
     
    isSendOk() - 类 中的方法com.ajaxjs.framework.SmsMessage
     
    isSet() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    isSimpleHTML() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    isSpace(char) - 类 中的静态方法com.ajaxjs.jsonparser.lexer.BaseLexer
    是否空格字符
    isSqlite(Connection) - 枚举 中的静态方法com.ajaxjs.sql.orm.DataBaseType
    判断是否 SQLite 数据库
    isStaticMethod(Method) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
    是否静态方法
    isStop - 类 中的变量com.ajaxjs.sql.orm.model.ArgsInfo
    是否停止执行 SQL
    isStop() - 类 中的方法com.ajaxjs.util.map.ListMapConfig.Context
     
    isWeixin() - 类 中的方法com.ajaxjs.web.UserAgent
    是否微信内置浏览器
    isWindows - 类 中的静态变量com.ajaxjs.Version
    是否视窗操作系统
    isZero() - 异常错误 中的方法com.ajaxjs.sql.orm.DaoException
     
    isZero() - 类 中的方法com.ajaxjs.sql.orm.PageResult
     
    item(String, Object, PropertyDescriptor) - 接口 中的方法com.ajaxjs.util.map.MapTool.EachFieldArg
     

    J

    javaValue2jsonValue(String) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
    转义注释和缩进
    JdbcConnection - com.ajaxjs.sql中的类
    连接数据库。
    JdbcConnection() - 类 的构造器com.ajaxjs.sql.JdbcConnection
     
    JdbcHelper - com.ajaxjs.sql中的类
    SQL 写入到数据库
    JdbcHelper() - 类 的构造器com.ajaxjs.sql.JdbcHelper
     
    JdbcHelper.BeanMethod - com.ajaxjs.sql中的类
     
    JdbcReader - com.ajaxjs.sql中的类
    完成 SQL 到 Java 的转换
    JdbcReader() - 类 的构造器com.ajaxjs.sql.JdbcReader
     
    JdbcUtil - com.ajaxjs.sql中的类
    格式化 SQL/填充 SQL 实际值
    JdbcUtil() - 类 的构造器com.ajaxjs.sql.JdbcUtil
     
    join(Map<String, T>, String, Function<T, String>) - 类 中的静态方法com.ajaxjs.util.map.MapTool
    Map 转换为 String
    join(Map<String, T>, Function<T, String>) - 类 中的静态方法com.ajaxjs.util.map.MapTool
     
    join(Map<String, T>, String) - 类 中的静态方法com.ajaxjs.util.map.MapTool
     
    join(Map<String, T>) - 类 中的静态方法com.ajaxjs.util.map.MapTool
     
    JsEngineWrapper - com.ajaxjs.jsonparser中的类
    JS 引擎的包装器
    JsEngineWrapper() - 类 的构造器com.ajaxjs.jsonparser.JsEngineWrapper
    创建一个 JS 引擎的包装器
    JsEngineWrapper(ScriptEngine) - 类 的构造器com.ajaxjs.jsonparser.JsEngineWrapper
    必须依赖一个原生 engine 对象
    json2Map(String) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
    这是一个更加的 json 解析方法 就算是{'a:a{dsa}':"{fdasf[dd]}"} 这样的也可以处理 当然{a:{b:{c:{d:{e:[1,2,3,4,5,6]}}}}}更可以处理
    JSON_NOT_OK - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
    操作失败,返回 msg 信息
    JSON_OK - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
    操作成功,返回 msg 信息
    JSON_OK_EXTENSION - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
    操作成功,返回 msg 信息,可扩展字段的
    JSON_PREFIX - 类 中的静态变量com.ajaxjs.web.mvc.MvcOutput
    各种前缀
    JSON_TYPE - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
    JSON 类型
    jsonArr(T[], Function<T, String>) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
    输入任意类型数组,在 fn 作适当的转换,返回 JSON 字符串
    JsonHelper - com.ajaxjs.util.map中的类
    序列化/反序列化 JSON
    JsonHelper() - 类 的构造器com.ajaxjs.util.map.JsonHelper
     
    jsonNoOk(String) - 类 中的静态方法com.ajaxjs.framework.BaseController
    输出 JSON No OK
    jsonNoOk() - 类 中的静态方法com.ajaxjs.framework.BaseController
     
    jsonOk(String) - 类 中的静态方法com.ajaxjs.framework.BaseController
    输出 JSON OK
    jsonOk() - 类 中的静态方法com.ajaxjs.framework.BaseController
    jsonOk_Extension(Object...) - 类 中的静态方法com.ajaxjs.framework.BaseController
     
    JsonParseException - com.ajaxjs.jsonparser中的异常错误
    JSON 解析器专用异常类
    JsonParseException(int, int, int, String) - 异常错误 的构造器com.ajaxjs.jsonparser.JsonParseException
    创建一个 JSON 解析异常对象
    JsonParseException(int, int, int, String, Throwable) - 异常错误 的构造器com.ajaxjs.jsonparser.JsonParseException
    创建一个 JSON 解析异常对象
    JsonParseException(String) - 异常错误 的构造器com.ajaxjs.jsonparser.JsonParseException
    创建一个 JSON 解析异常对象
    jsonPath - 类 中的静态变量com.ajaxjs.framework.config.ConfigService
    json 文件路径
    jsonStr - 类 中的静态变量com.ajaxjs.framework.config.ConfigService
    json 字符串内容
    jsonString_covernt(String) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
    输出到 JSON 文本时候的换行
    jsp(String) - 类 中的静态方法com.ajaxjs.framework.BaseController
    JSP 都保存在 /WEB-IMF/jsp/ 下面。
    JSP_PERFIX_WEBINF - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
    全局 json 模板路径 之 WEB-INF前缀
    jumpPage(int) - 类 中的方法com.ajaxjs.web.view.PageTag
     

    K

    KEYWORD - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
    搜索关键字

    L

    Lambda - com.ajaxjs.sql中的类
    自定义函数接口
    Lambda() - 类 的构造器com.ajaxjs.sql.Lambda
     
    Lambda.HasZeroResult - com.ajaxjs.sql中的接口
    SQL 查询是否有数据返回,没有返回 true
    Lambda.ResultSetProcessor<T> - com.ajaxjs.sql中的接口
     
    LEVEL - 类 中的静态变量com.ajaxjs.util.map.ListMap
     
    Lexer - com.ajaxjs.jsonparser.lexer中的类
    词法分析器
    Lexer(String) - 类 的构造器com.ajaxjs.jsonparser.lexer.Lexer
    JsonLex构造函数
    likeSqlHandler(String, String, boolean) - 类 中的静态方法com.ajaxjs.framework.QueryTools
    根据关键字搜索的高阶函数
    LIMIT - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
     
    LINEFEET - 类 中的静态变量com.ajaxjs.net.mail.Sender
     
    LIST - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
     
    list2PageList(List<T>) - 类 中的静态方法com.ajaxjs.sql.orm.PageResult
    列表不分页,转换为 PageResult
    ListMap - com.ajaxjs.util.map中的类
    遍历 ListMap 或 MapList
    ListMap() - 类 的构造器com.ajaxjs.util.map.ListMap
     
    ListMapConfig - com.ajaxjs.util.map中的类
    配置对象
    ListMapConfig() - 类 的构造器com.ajaxjs.util.map.ListMapConfig
     
    ListMapConfig.Context - com.ajaxjs.util.map中的类
    上下文
    ListMapConfig.MapEntryHandler - com.ajaxjs.util.map中的接口
    Map 对象身上各个 key/value 的回调函数
    ListMapConfig.MapHandler - com.ajaxjs.util.map中的接口
    Map 对象的回调函数
    load(String) - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
    加载 JSON 配置
    load(ServletContext) - 类 中的静态方法com.ajaxjs.framework.config.SiteStruService
    加载网站结构的配置
    load(String) - 类 中的方法com.ajaxjs.jsonparser.JsEngineWrapper
    加载 js 文件,可以链式调用这个方法加载多个 js 文件
    load(Class<?>, String) - 类 中的方法com.ajaxjs.jsonparser.JsEngineWrapper
    加载某个类下面的 js 文件,可以链式调用这个方法加载多个 js 文件
    load - 类 中的变量com.ajaxjs.util.cache.ExpireCacheData
    还可以增加一个数据装载器,如果缓存中没有数据或者已经过期,则调用数据装载器加载最新的数据并且加入缓存,并返回。
    loadJSON_in_JS(Map<String, Object>) - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
    load the json config file to the JS Runtime, and let the new values put into it, finally save this new json file
    loadSiteStru(ServletContext) - 类 中的静态方法com.ajaxjs.framework.config.SiteStruService
    加载网站结构
    loadSQLiteTest(String) - 类 中的静态方法com.ajaxjs.util.TestHelper
    加载 SQLite 数据库
    LOG_PATH - 类 中的静态变量com.ajaxjs.util.logger.FileHandler
     
    LogHelper - com.ajaxjs.util.logger中的类
    自定义日志工具类,封装了 Java 自带的日志类 java.util.logging.Logger。
    LogHelper(Class<?>) - 类 的构造器com.ajaxjs.util.logger.LogHelper
    创建一个日志类
    logMsg(Level, String) - 类 中的方法com.ajaxjs.util.logger.LogHelper
    打印日志,支持 {0}、{1}...的占位符
    logMsg(Level, String, Object...) - 类 中的方法com.ajaxjs.util.logger.LogHelper
    打印日志,支持 {0}、{1}...的占位符
    Loop - com.ajaxjs.web.view中的类
    迭代标签
    Loop() - 类 的构造器com.ajaxjs.web.view.Loop
     
    LRUCache<K,V> - com.ajaxjs.util.cache中的类
    带锁的线程安全的LRULinkedHashMap简单实现
    LRUCache(int) - 类 的构造器com.ajaxjs.util.cache.LRUCache
     

    M

    Mail - com.ajaxjs.net.mail中的类
    邮件模型
    Mail() - 类 的构造器com.ajaxjs.net.mail.Mail
     
    MailException - com.ajaxjs.net.mail中的异常错误
    扩展的一个 mail 异常类
    MailException(String, int) - 异常错误 的构造器com.ajaxjs.net.mail.MailException
    创建 mail 异常类
    main(String[]) - 类 中的静态方法com.ajaxjs.util.DateAutoCast
    获取时间格式
    map2Bean(Map<String, ?>, Class<T>, boolean) - 类 中的静态方法com.ajaxjs.util.map.MapTool
    Map 转为 Bean
    map2Bean(Map<String, ?>, Class<T>) - 类 中的静态方法com.ajaxjs.util.map.MapTool
    map 转实体
    mapEntryHandler - 类 中的变量com.ajaxjs.util.map.ListMapConfig
     
    mapHandler - 类 中的变量com.ajaxjs.util.map.ListMapConfig
     
    mappath(ServletContext, String) - 类 中的静态方法com.ajaxjs.web.mvc.MvcRequest
    获取磁盘真實地址
    mappath(String) - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
    输入一个相对地址,补充成为绝对地址 相对地址转换为绝对地址,并转换斜杠
    MappingValue - com.ajaxjs.util中的类
    处理值的一些相关函数
    MappingValue() - 类 的构造器com.ajaxjs.util.MappingValue
     
    MapTool - com.ajaxjs.util.map中的类
    Map 转换工具
    MapTool() - 类 的构造器com.ajaxjs.util.map.MapTool
     
    MapTool.EachFieldArg - com.ajaxjs.util.map中的接口
     
    mapToXml(Map<String, ?>) - 类 中的静态方法com.ajaxjs.util.map.MapTool
    将 Map 转换为 XML 格式的字符串
    md5(String) - 类 中的静态方法com.ajaxjs.util.Encode
    获取 字符串 md5 哈希值
    MemoryCache<K,V> - com.ajaxjs.util.cache中的类
    基于内存管理cache
    MemoryCache() - 类 的构造器com.ajaxjs.util.cache.MemoryCache
     
    MemoryCacheManager - com.ajaxjs.util.cache中的类
    基于虚拟机内存的cache管理器
    MemoryCacheManager() - 类 的构造器com.ajaxjs.util.cache.MemoryCacheManager
     
    method - 类 中的变量com.ajaxjs.sql.orm.model.ArgsInfo
     
    method - 类 中的变量com.ajaxjs.web.mvc.filter.BaseArgs
     
    mkDir(String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
    创建目录
    mkDirByFileName(String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
    根据文件名创建目录。
    MockFilter - com.ajaxjs.web.mock中的类
    为方便单元测试,模拟过滤器对象。
    MockFilter() - 类 的构造器com.ajaxjs.web.mock.MockFilter
     
    MockFilter.DummyController - com.ajaxjs.web.mock中的类
     
    MockFilter.DummyFilter - com.ajaxjs.web.mock中的类
     
    mockFormRequest(HttpServletRequest, Map<String, String>, boolean) - 类 中的静态方法com.ajaxjs.web.mock.MockRequest
    模拟表单请求
    MockRequest - com.ajaxjs.web.mock中的类
    为方便单元测试,模拟请求对象
    MockRequest(HttpServletRequest) - 类 的构造器com.ajaxjs.web.mock.MockRequest
     
    MockRequest(BaseControllerTest, String, String) - 类 的构造器com.ajaxjs.web.mock.MockRequest
     
    MockRequest(HttpServletRequest, BaseControllerTest, String, String) - 类 的构造器com.ajaxjs.web.mock.MockRequest
     
    mockRequest(String, String) - 类 中的静态方法com.ajaxjs.web.mock.MockRequest
    模拟一个请求对象
    mockRequestAttribute(HttpServletRequest, String...) - 类 中的静态方法com.ajaxjs.web.mock.MockRequest
    模拟请求对象的 attribute 属性
    MockResponse - com.ajaxjs.web.mock中的类
    模拟一个 Response 对象
    MockResponse() - 类 的构造器com.ajaxjs.web.mock.MockResponse
     
    MockServletInputStream - com.ajaxjs.web.mock中的类
    模拟一个 Servlet 输入流对象 出处:https://stackoverflow.com/questions/4466770/how-to-write-unit-tests-with-commons-fileupload
    MockServletInputStream(byte[]) - 类 的构造器com.ajaxjs.web.mock.MockServletInputStream
    创建一个 Servlet 输入流对象
    mockSession(HttpServletRequest, Map<String, Object>) - 类 中的静态方法com.ajaxjs.web.mock.MockRequest
    模拟 HttpSession
    model - 类 中的变量com.ajaxjs.web.mvc.filter.BaseArgs
     
    ModelAndView - com.ajaxjs.web.mvc中的类
    数据实体转换到页面层的对象。
    ModelAndView() - 类 的构造器com.ajaxjs.web.mvc.ModelAndView
     
    move(String, String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
    移动文件
    multiPOST(String, Map<String, Object>) - 类 中的静态方法com.ajaxjs.net.http.NetUtil
    多段上传
    MvcConstant - com.ajaxjs.web.mvc中的接口
     
    MvcDispatcherBase - com.ajaxjs.web.mvc中的类
     
    MvcDispatcherBase() - 类 的构造器com.ajaxjs.web.mvc.MvcDispatcherBase
     
    MvcFilter - com.ajaxjs.web.mvc.filter中的注释类型
    MVC 的拦截器
    MvcOutput - com.ajaxjs.web.mvc中的类
    灵活的、链式调用的输出响应内容
    MvcOutput(HttpServletResponse) - 类 的构造器com.ajaxjs.web.mvc.MvcOutput
    创建一个 Output 对象
    MvcRequest - com.ajaxjs.web.mvc中的类
    通过 HttpServletRequestWrapper (装饰模式的应用)增强 HttpServletRequest的功能。
    MvcRequest(HttpServletRequest) - 类 的构造器com.ajaxjs.web.mvc.MvcRequest
    创建一个 MVC 请求对象。
    MysqlRealScapeString(String) - 类 中的静态方法com.ajaxjs.web.ServletHelper
    转义 MySql 语句中使用的字符串中的特殊字符

    N

    namespace - 类 中的变量com.ajaxjs.util.ioc.ComponentInfo
    命名空间 = 包名+类型
    NetUtil - com.ajaxjs.net.http中的类
    比 HttpBasicRequest 提供更多的功能
    NetUtil() - 类 的构造器com.ajaxjs.net.http.NetUtil
     
    newInstance(Class<T>, Object...) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
    根据类创建实例,可传入构造器参数。
    newInstance(Constructor<T>, Object...) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
    根据构造器创建实例
    newInstance(String, Object...) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
    根据类全称创建实例
    newKey - 类 中的变量com.ajaxjs.util.map.ListMapConfig
     
    next() - 类 中的方法com.ajaxjs.jsonparser.lexer.Lexer
    获取下一个Token的主函数 Next这个方法循环调用nextChar获取下一个字符,碰见某种类型的初始字符,就开始进入相应Token类型的处理函数中
    nextId() - 类 中的方法com.ajaxjs.sql.SnowflakeId
     
    nextId() - 类 中的方法com.ajaxjs.sql.SnowflakeIdWorker
    获得下一个ID (该方法是线程安全的)
    NIL - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
    NULL 空值
    noCache() - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
    新的输出,不要缓存
    nodeAsMap(String, String) - 类 中的静态方法com.ajaxjs.util.XmlHelper
    将节点所有属性都转换为 map
    NOT_LOG_EXCEPTION - 接口 中的静态变量com.ajaxjs.web.mvc.filter.FilterAction
    是异常但不记录到 FileHandler,例如密码错误之类的。
    now(String) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    返回当前时间,并对当前时间进行格式化
    now() - 类 中的静态方法com.ajaxjs.util.CommonUtil
    返回当前时间的 YYYY-MM-dd HH:MM:ss 字符串类型
    NumberToken - com.ajaxjs.jsonparser.lexer中的类
    数字 Token
    NumberToken(String) - 类 的构造器com.ajaxjs.jsonparser.lexer.NumberToken
    创建数字 Token

    O

    objak(State, State, Token) - 类 中的方法com.ajaxjs.jsonparser.syntax.Operator
    对象的 key 入栈
    OBJAK - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
    对象键后态
    objav(State, State, Token) - 类 中的方法com.ajaxjs.jsonparser.syntax.Operator
    保存对象元素的 key 和 value
    OBJAV - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
    对象值后态
    OBJBK - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
    对象键前态
    OBJBV - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
    对象值前态
    OBJE - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
    对象结束
    objectCast(Object, Class<?>) - 类 中的静态方法com.ajaxjs.util.MappingValue
    根据送入的类型作适当转换
    Objet2Date(Object) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    支持任意对象转换为日期类型
    OBJS - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
    对象开始
    objs(State, State, Token) - 类 中的方法com.ajaxjs.jsonparser.syntax.Operator
    遇到对象,将其保存
    OFF_LINE - 接口 中的静态变量com.ajaxjs.framework.CommonConstant
    实体已下架、已下线
    old - 类 中的变量com.ajaxjs.web.mock.MockRequest
     
    ON_LINE - 接口 中的静态变量com.ajaxjs.framework.CommonConstant
    实体已上架、已上线
    onStartUp(ServletContext) - 接口 中的方法com.ajaxjs.framework.config.ServletStartUp
     
    open() - 类 中的方法com.ajaxjs.util.logger.FileHandler
    Open the new log file for the date specified by date.
    openAsByte(File) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
    获得指定文件的 byte 数组
    openAsText(String, Charset) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
    打开文件,返回其文本内容,可指定编码
    openAsText(String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
    打开文件,返回其文本内容。
    openWriter() - 类 中的方法com.ajaxjs.util.logger.FileHandler
     
    Operator - com.ajaxjs.jsonparser.syntax中的类
    该类负责栈的实际操作
    Operator(Lexer) - 类 的构造器com.ajaxjs.jsonparser.syntax.Operator
    创建一个栈管理器
    orderBy(String) - 类 中的静态方法com.ajaxjs.framework.QueryTools
    设置排序
    orderById_DESC(String) - 类 中的静态方法com.ajaxjs.framework.QueryTools
    按照 id 字段进行降序。
    os - 类 中的变量com.ajaxjs.web.mock.BaseControllerTest
     
    OtherWise - com.ajaxjs.web.view中的类
    选择标签之 else 标签
    OtherWise() - 类 的构造器com.ajaxjs.web.view.OtherWise
     
    output(ModelAndView, Object) - 类 中的方法com.ajaxjs.framework.BaseController
     
    output(ModelAndView, Object, String) - 类 中的方法com.ajaxjs.framework.BaseController
     
    output(ModelAndView, Object, String, Consumer<T>) - 类 中的方法com.ajaxjs.framework.BaseController
     
    output(String) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
    输出任何 字符串 内容(默认设置 UTF-8 编码)

    P

    p(Object...) - 类 中的静态方法com.ajaxjs.util.logger.LogHelper
    简单打印信息
    page(String) - 类 中的静态方法com.ajaxjs.framework.BaseController
    普通页面模板目录
    page() - 类 中的方法com.ajaxjs.sql.orm.PageResult
    分页的逻辑运算
    page2start(Object[]) - 类 中的静态方法com.ajaxjs.web.view.PageTag
     
    PAGE_RESULT - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
    MV 用的 key
    PageParamConvert - com.ajaxjs.framework.filter中的类
    分页的参数不是行记录,而是第几页的意思
    PageParamConvert() - 类 的构造器com.ajaxjs.framework.filter.PageParamConvert
     
    PageParams - com.ajaxjs.sql.orm.model中的类
    分页信息
    PageParams() - 类 的构造器com.ajaxjs.sql.orm.model.PageParams
     
    pageParams - 类 中的变量com.ajaxjs.sql.orm.model.PageParams
    分页参数
    PageResult<T> - com.ajaxjs.sql.orm中的类
    分页信息 bean
    PageResult() - 类 的构造器com.ajaxjs.sql.orm.PageResult
     
    PageTag - com.ajaxjs.web.view中的类
    分页标签
    PageTag() - 类 的构造器com.ajaxjs.web.view.PageTag
     
    Param - com.ajaxjs.sql.annotation中的注释类型
    SQL 替换的参数
    parse() - 类 中的方法com.ajaxjs.jsonparser.syntax.FMS
    开始解析 JSON 字符串
    parse(String) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
    解析 JSON 为 Map 或 List
    parseList(String) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
    解析 JSON 字符串为 List
    parseMap(String) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
    解析 JSON 字符串为 Map
    parseMapAsBean(String, Class<T>) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
    解析 JSON 字符串转换为 Bean 对象
    parseMethod() - 类 中的方法com.ajaxjs.web.mvc.Action
    根据路径信息加入到 urlMapping。
    parseXML(String, BiConsumer<Element, NodeList>) - 类 中的静态方法com.ajaxjs.util.XmlHelper
    解析 XML
    PATH - 类 中的静态变量com.ajaxjs.util.map.ListMap
     
    path - 类 中的变量com.ajaxjs.web.mvc.Action
    完整路径
    PicDownload - com.ajaxjs.net.http中的类
    图片批量下载
    PicDownload(String[], String, Supplier<String>) - 类 的构造器com.ajaxjs.net.http.PicDownload
    创建图片批量下载
    post(String, Map<String, Object>) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
    POST 请求
    post(String, String) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
    POST 请求
    post(String, byte[], Consumer<HttpURLConnection>) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
    POST 请求
    post(String, String, Consumer<HttpURLConnection>) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
     
    post(String, byte[], Consumer<HttpURLConnection>, Function<InputStream, String>) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
    POST 请求
    postDownload(String, Map<String, Object>, String, String) - 类 中的静态方法com.ajaxjs.net.http.NetUtil
    POST 方法请求,然后返回的响应是文件下载
    postMethod - 类 中的变量com.ajaxjs.web.mvc.Action
    该路径的 get 请求时对应的控制器方法
    postMethodController - 类 中的变量com.ajaxjs.web.mvc.Action
     
    prepareData(ModelAndView) - 类 中的方法com.ajaxjs.framework.BaseController
    可覆盖的模版方法,用于装备其他数据,如分类这些外联的表。
    preventSQLInject(String) - 类 中的静态方法com.ajaxjs.web.ServletHelper
    简单检查字符串有否 SQL 关键字
    print() - 类 中的静态方法com.ajaxjs.util.Timer
     
    printRealSql(String, Object[]) - 类 中的静态方法com.ajaxjs.sql.JdbcUtil
    打印真实 SQL 执行语句
    PRIVATE_KEY - 类 中的静态变量com.ajaxjs.util.cryptography.RSA_Cipher
     
    process(ResultSet) - 接口 中的方法com.ajaxjs.sql.Lambda.ResultSetProcessor
     
    provinces - 类 中的静态变量com.ajaxjs.util.TestHelper
     
    PUBLIC_KEY - 类 中的静态变量com.ajaxjs.util.cryptography.RSA_Cipher
     
    publish(LogRecord) - 类 中的方法com.ajaxjs.util.logger.FileHandler
    Format and publish a LogRecord.
    put(String, Object) - 类 中的方法com.ajaxjs.jsonparser.JsEngineWrapper
    在 Java 中向脚本引擎 (Script Engine) 传递变量,即脚本语言中可以得到来自 java 的变量。
    put(String, byte[], Consumer<HttpURLConnection>, Function<InputStream, String>) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
     
    put(K, V) - 接口 中的方法com.ajaxjs.util.cache.Cache
    添加缓存键值对
    put(String, Object, int) - 类 中的方法com.ajaxjs.util.cache.ExpireCache
    设置 key 与 cache
    put(String, Object, int, Supplier<Object>) - 类 中的方法com.ajaxjs.util.cache.ExpireCache
    设置 key 与 cache
    put(K, V) - 类 中的方法com.ajaxjs.util.cache.LRUCache
    可以根据实际情况,考虑对不同的操作加锁
    putMethod - 类 中的变量com.ajaxjs.web.mvc.Action
    该路径的 put 请求时对应的控制器方法
    putMethodController - 类 中的变量com.ajaxjs.web.mvc.Action
     

    Q

    query(Connection, String, Consumer<ResultSet>) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    stmt + rsHandle
    queryArray(Connection, String, Class<T>, Object...) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    查询数组
    queryAsBean(Class<T>, Connection, String, Object...) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    查询单行记录(单个结果),保存为 Bean。
    queryAsBeanList(Class<T>, Connection, String, Object...) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    查询一组结果,保存为 List<Bean> 结构。
    queryAsList(Connection, String, Object...) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    查询列表
    queryAsMap(Connection, String, Object...) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    查询单行记录(单个结果),保存为Map<String, Object> 结构。
    queryAsMapList(Connection, String, Object...) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    查询一组结果,保存为 List<Map<String, Object>> 结构。
    queryOne(Connection, String, Class<T>, Object...) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    有且只有一行记录,并只返回第一列的字段。
    QueryTools - com.ajaxjs.framework中的类
    为方便查询的工具类
    QueryTools() - 类 的构造器com.ajaxjs.framework.QueryTools
     

    R

    randomSentence() - 类 中的静态方法com.ajaxjs.util.TestHelper
    隨機生成句子 https://blog.csdn.net/hpdlzu80100/article/details/52166866
    read() - 类 中的方法com.ajaxjs.web.mock.MockServletInputStream
     
    REDIRECT_PREFIX - 类 中的静态变量com.ajaxjs.web.mvc.MvcOutput
    各种前缀
    ReflectUtil - com.ajaxjs.util中的类
    反射工具包
    ReflectUtil() - 类 的构造器com.ajaxjs.util.ReflectUtil
     
    register(String, Class<?>, boolean) - 类 中的静态方法com.ajaxjs.util.ioc.ComponentMgr
    注册一个组件
    registerAutoFormat(String, String) - 类 中的静态方法com.ajaxjs.util.DateAutoCast
    注册正则表达式,将时间转换为正确格式的正则表达式,后注册的会优先执行 。
    registerAutoFormat(String, String, boolean) - 类 中的静态方法com.ajaxjs.util.DateAutoCast
    注册正则表达式,将时间转换为正确格式的正则表达式,后注册的会优先执行 。
    regMatch(String, String) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    使用正则的快捷方式
    regMatch(String, String, int) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    使用正则的快捷方式。
    regMatchAll(String, String) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    返回所有匹配项
    remove(K) - 接口 中的方法com.ajaxjs.util.cache.Cache
    根据 key 从缓存中删除对象
    removeComemnt(String) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
    删除 JSON 注释
    removeEldestEntry(Map.Entry<K, V>) - 类 中的方法com.ajaxjs.util.cache.LRUCache
     
    rendererBtns(PageResult<?>) - 类 中的静态方法com.ajaxjs.web.view.PageTag
     
    repeatStr(String, String, int) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    重复字符串 repeat 次并以 div 分隔
    Repository - com.ajaxjs.sql.orm中的类
    Data Access Object 负责对数据库的增删改查工作最后的工作。
    Repository() - 类 的构造器com.ajaxjs.sql.orm.Repository
     
    RepositoryBase - com.ajaxjs.sql.orm中的类
    DAO 基类,包含工具方法
    RepositoryBase() - 类 的构造器com.ajaxjs.sql.orm.RepositoryBase
     
    RepositoryReadOnly - com.ajaxjs.sql.orm中的类
    只读的 DAO,包含分页的功能
    RepositoryReadOnly() - 类 的构造器com.ajaxjs.sql.orm.RepositoryReadOnly
     
    request - 类 中的变量com.ajaxjs.web.mock.BaseControllerTest
     
    request - 类 中的变量com.ajaxjs.web.mvc.filter.BaseArgs
     
    RequestParam - com.ajaxjs.web.mvc中的类
    处理请求参数,多为静态的工具方法
    RequestParam() - 类 的构造器com.ajaxjs.web.mvc.RequestParam
     
    Resource - com.ajaxjs.util.ioc中的注释类型
    表示可注入的资源
    response - 类 中的变量com.ajaxjs.web.mock.BaseControllerTest
     
    response - 类 中的变量com.ajaxjs.web.mvc.filter.BaseArgs
     
    restorePrivateKey(byte[]) - 类 中的静态方法com.ajaxjs.util.cryptography.RSA_Cipher
    还原私钥,PKCS8EncodedKeySpec 用于构建私钥的规范
    restorePublicKey(byte[]) - 类 中的静态方法com.ajaxjs.util.cryptography.RSA_Cipher
    还原公钥,X509EncodedKeySpec 用于构建公钥的规范
    result - 类 中的变量com.ajaxjs.web.mvc.filter.FilterAfterArgs
     
    resultHandler(Object, MvcRequest, ModelAndView, Method) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
    一般一个请求希望返回一个页面,这时就需要控制器返回一个模板渲染输出了。
    returnJs_refresh - 类 中的静态变量com.ajaxjs.web.mvc.MvcOutput
    返回到前一页并刷新
    Rotate(Image, int) - 类 中的静态方法com.ajaxjs.util.io.ImageUtil
    对图片进行旋转(无损)
    RSA_Cipher - com.ajaxjs.util.cryptography中的类
    RSA 非对称加密/解密
    RSA_Cipher() - 类 的构造器com.ajaxjs.util.cryptography.RSA_Cipher
     
    rsHandle(Statement, String, Consumer<ResultSet>) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    ResultSet 处理器

    S

    save() - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
    保存 JSON 配置
    save(File, byte[], boolean) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
    保存文件数据
    save(File, byte[], int, int) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
    保存文件数据
    saveAllconfig(Map<String, Object>, HttpServletRequest) - 类 中的方法com.ajaxjs.framework.config.ConfigController
     
    saveOrUpdate(T, Supplier<Serializable>) - 接口 中的方法com.ajaxjs.sql.orm.IBaseDao
    更新或是创建
    saveSite(Map<String, Object>, HttpServletRequest) - 类 中的方法com.ajaxjs.framework.config.ConfigController
     
    saveSiteStru(String) - 类 中的方法com.ajaxjs.framework.config.ConfigController
     
    saveText(File, String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
    保存文本内容
    saveText(String, String) - 类 中的静态方法com.ajaxjs.util.io.FileHelper
    保存文本内容
    saveTime - 类 中的变量com.ajaxjs.util.cache.ExpireCacheData
    存活时间
    saveToReuqest(Map<String, Object>) - 类 中的方法com.ajaxjs.web.mvc.MvcRequest
    保存到 request
    scan(String...) - 类 中的静态方法com.ajaxjs.util.ioc.ComponentMgr
    扫描指定的包。
    scan(String) - 类 中的静态方法com.ajaxjs.util.ioc.ComponentMgr
    扫描指定的包。
    scan(String, Consumer<String>) - 类 中的方法com.ajaxjs.util.ioc.EveryClass
    扫描
    searchQuery(String) - 类 中的静态方法com.ajaxjs.framework.BaseService
    对 name、content 字段搜索
    searchQuery(String[], HttpServletRequest) - 类 中的静态方法com.ajaxjs.framework.QueryTools
    对多个字段搜索
    searchQuery_NameOnly(String) - 类 中的静态方法com.ajaxjs.framework.BaseService
    对 name 字段搜索
    SecurityFilter - com.ajaxjs.web.secuity中的类
    HTTP 中的 POST、PUT、DELETE 都是写入的方法,这里对其检测
    SecurityFilter() - 类 的构造器com.ajaxjs.web.secuity.SecurityFilter
     
    SecurityRequest - com.ajaxjs.web.secuity中的类
    输入输出 Cookie 白名单验证过滤。
    SecurityRequest(HttpServletRequest) - 类 的构造器com.ajaxjs.web.secuity.SecurityRequest
    创建一个 SecurityRequest 实例
    SecurityResponse - com.ajaxjs.web.secuity中的类
    检测 CRLF 的过滤器
    SecurityResponse(HttpServletResponse) - 类 的构造器com.ajaxjs.web.secuity.SecurityResponse
    创建一个 SecurityResponse 实例。
    Select - com.ajaxjs.sql.annotation中的注释类型
    表示一个 SELECT SQL 语句
    select(Connection, String, Lambda.HasZeroResult, Lambda.ResultSetProcessor<T>, Object...) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    执行查询
    send(Mail) - 类 中的静态方法com.ajaxjs.net.mail.Sender
    发送邮件
    Sender - com.ajaxjs.net.mail中的类
    简易邮件发送器
    Sender(Mail) - 类 的构造器com.ajaxjs.net.mail.Sender
    发送一封邮件
    sendMail() - 类 中的方法com.ajaxjs.net.mail.Sender
    发送邮件
    SEPARATOR - 类 中的静态变量com.ajaxjs.util.io.FileHelper
    当前系统的分隔符(linux、windows)
    ServiceException - com.ajaxjs.framework中的异常错误
    业务层异常
    ServiceException(String) - 异常错误 的构造器com.ajaxjs.framework.ServiceException
    创建一个业务异常
    ServletHelper - com.ajaxjs.web中的类
    Servlet 辅助工具类
    ServletHelper() - 类 的构造器com.ajaxjs.web.ServletHelper
     
    ServletStartUp - com.ajaxjs.framework.config中的接口
    当 Servlet 启动时执行的回调
    SessionValueFilter - com.ajaxjs.web.mvc.filter中的类
    存取 Session 中的值的基类
    SessionValueFilter() - 类 的构造器com.ajaxjs.web.mvc.filter.SessionValueFilter
     
    set(int) - 类 中的静态方法com.ajaxjs.util.Timer
     
    set(String) - 类 中的静态方法com.ajaxjs.util.Timer
     
    setAccount(String) - 类 中的方法com.ajaxjs.net.mail.Mail
     
    setAll(boolean) - 类 中的方法com.ajaxjs.web.mvc.Action
     
    setBasicAuth - 类 中的静态变量com.ajaxjs.net.http.NetUtil
    HTTP Basic 用户认证
    setBean(BaseModel) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setBeanClz(Class<?>) - 类 中的方法com.ajaxjs.sql.orm.RepositoryBase
     
    setCacheManager(CacheManager) - 接口 中的方法com.ajaxjs.util.cache.CacheManagerAware
    设置置 Cache 管理器
    setCipherAlgorithm(String) - 类 中的方法com.ajaxjs.util.cryptography.CipherInfo
     
    setClz(Class<? extends IBaseDao<?>>) - 类 中的方法com.ajaxjs.sql.orm.RepositoryBase
     
    setCnt(int) - 类 中的方法com.ajaxjs.web.view.Loop
    要迭代的次数
    setConnection(Connection) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
    保存一个数据库连接对象
    setConnection(Connection) - 类 中的方法com.ajaxjs.sql.orm.DaoContext
     
    setContent(String) - 类 中的方法com.ajaxjs.framework.BaseModel
     
    setContent(String) - 类 中的方法com.ajaxjs.net.mail.Mail
     
    setContent_Type(String) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setCookies - 类 中的静态变量com.ajaxjs.net.http.HttpBasicRequest
    设置 cookies
    setCover(String) - 类 中的方法com.ajaxjs.framework.BaseModel
     
    setCreateDate(Date) - 类 中的方法com.ajaxjs.framework.BaseModel
     
    setCurrentNode(Map<String, Object>) - 类 中的方法com.ajaxjs.framework.config.SiteStru
     
    setCurrentPage(int) - 类 中的方法com.ajaxjs.sql.orm.PageResult
     
    setDao(IBaseDao<T>) - 类 中的方法com.ajaxjs.framework.BaseService
     
    setDaoContext(DaoContext) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
     
    setDateHeader(String, long) - 类 中的方法com.ajaxjs.web.secuity.SecurityResponse
     
    setDbType(DataBaseType) - 类 中的方法com.ajaxjs.sql.orm.DaoContext
     
    setDescription(String) - 类 中的方法com.ajaxjs.jsonparser.syntax.State
     
    setEngine(ScriptEngine) - 类 中的方法com.ajaxjs.jsonparser.JsEngineWrapper
    保存 js 引擎
    setExecute(boolean) - 类 中的方法com.ajaxjs.web.view.Choose
    保存 if 表达式结果
    setExpectDescription(String) - 类 中的方法com.ajaxjs.jsonparser.syntax.State
     
    setExtractData(HashMap<String, Object>) - 类 中的方法com.ajaxjs.framework.BaseModel
     
    setFieldName(String) - 类 中的方法com.ajaxjs.sql.JdbcHelper.BeanMethod
     
    setFormat(String) - 类 中的方法com.ajaxjs.web.view.DateUtil
     
    setFormPost - 类 中的静态变量com.ajaxjs.net.http.HttpBasicRequest
    设置 POST 方式
    setFrom(String) - 类 中的方法com.ajaxjs.net.mail.Mail
     
    setGetter(Method) - 类 中的方法com.ajaxjs.sql.JdbcHelper.BeanMethod
     
    setGizpRequest - 类 中的静态变量com.ajaxjs.net.http.HttpBasicRequest
    设置启动 GZip 请求
    setHandler(Method) - 类 中的方法com.ajaxjs.jsonparser.syntax.State
     
    setHeader(String, String) - 类 中的方法com.ajaxjs.web.mock.MockRequest
     
    setHeader(String, String) - 类 中的方法com.ajaxjs.web.secuity.SecurityResponse
     
    setHTML_body(boolean) - 类 中的方法com.ajaxjs.net.mail.Mail
     
    setHttpServletRequest(HttpServletRequest) - 类 中的静态方法com.ajaxjs.web.mvc.MvcRequest
    保存一个 request 对象
    setHttpServletResponse(HttpServletResponse) - 类 中的静态方法com.ajaxjs.web.mvc.MvcRequest
    保存一个 response 对象
    setId(Long) - 类 中的方法com.ajaxjs.framework.BaseModel
     
    setId(int) - 类 中的方法com.ajaxjs.jsonparser.syntax.State
     
    setIgnoreDB(Boolean) - 类 中的方法com.ajaxjs.sql.JdbcHelper.BeanMethod
     
    setIntHeader(String, int) - 类 中的方法com.ajaxjs.web.secuity.SecurityResponse
     
    setItems(Object) - 类 中的方法com.ajaxjs.web.view.Foreach
    判别集合,支持 Collection、Map、Array
    setJavaValue(Object) - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
     
    setJson(boolean) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setJsonPath(String) - 类 中的方法com.ajaxjs.framework.config.SiteStru
     
    setJsonpToken(String) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setJsonStr(String) - 类 中的方法com.ajaxjs.framework.config.SiteStru
     
    setKeySize(int) - 类 中的方法com.ajaxjs.util.cryptography.CipherInfo
     
    setLoaded(boolean) - 类 中的方法com.ajaxjs.framework.config.SiteStru
     
    setMailServer(String) - 类 中的方法com.ajaxjs.net.mail.Mail
     
    setMedthod - 类 中的静态变量com.ajaxjs.net.http.HttpBasicRequest
    设置请求方法
    setMethod(String) - 类 中的方法com.ajaxjs.web.mock.MockRequest
     
    setName(String) - 类 中的方法com.ajaxjs.framework.BaseModel
     
    setOutput(String) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setOutputList(List<?>) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setOutputMap(Map<String, ?>) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setOutputObj(Object) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setOverLimit(boolean) - 异常错误 中的方法com.ajaxjs.sql.orm.DaoException
     
    setPageSize(int) - 类 中的方法com.ajaxjs.sql.orm.PageResult
     
    setParameter(Map<String, String>) - 类 中的方法com.ajaxjs.web.mock.MockRequest
     
    setParameter(String, String) - 类 中的方法com.ajaxjs.web.mock.MockRequest
     
    setParameterMap(Map<String, String[]>) - 类 中的方法com.ajaxjs.web.mock.MockRequest
     
    setParams(Object[]) - 类 中的方法com.ajaxjs.sql.orm.DaoContext
     
    setPassword(String) - 类 中的方法com.ajaxjs.net.mail.Mail
     
    setPhoneNo(String) - 类 中的方法com.ajaxjs.framework.SmsMessage
     
    setPort(int) - 类 中的方法com.ajaxjs.net.mail.Mail
     
    setProperty(Object, String, Object) - 类 中的静态方法com.ajaxjs.util.ReflectUtil
    调用 bean 对象的 setter 方法
    setReadListener(ReadListener) - 类 中的方法com.ajaxjs.web.mock.MockServletInputStream
     
    setRedirect(String) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setReferer - 类 中的静态变量com.ajaxjs.net.http.HttpBasicRequest
    请求来源
    setRequestAttribute(String...) - 类 中的方法com.ajaxjs.web.mock.MockRequest
     
    setSendOk(boolean) - 类 中的方法com.ajaxjs.framework.SmsMessage
     
    setSession(Map<String, Object>) - 类 中的方法com.ajaxjs.web.mock.MockRequest
     
    setSet(boolean) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setSetter(Method) - 类 中的方法com.ajaxjs.sql.JdbcHelper.BeanMethod
     
    setShortName(String) - 类 中的方法com.ajaxjs.framework.BaseService
     
    setSignName(String) - 类 中的方法com.ajaxjs.framework.SmsMessage
     
    setSimpleHTML(boolean) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setSql(List<String>) - 类 中的方法com.ajaxjs.sql.orm.DaoContext
     
    setSqls(List<String>) - 类 中的静态方法com.ajaxjs.sql.JdbcConnection
    保存一个SQL 语句
    setStart(int) - 类 中的方法com.ajaxjs.sql.orm.PageResult
     
    SetStartupCtx - com.ajaxjs.framework.config中的类
    设置环境变量
    SetStartupCtx() - 类 的构造器com.ajaxjs.framework.config.SetStartupCtx
     
    setStat(Integer) - 类 中的方法com.ajaxjs.framework.BaseModel
    设置数据字典:状态
    setStatus(int) - 类 中的静态方法com.ajaxjs.framework.QueryTools
    实体状态约束
    setStatus(int, String) - 类 中的方法com.ajaxjs.web.secuity.SecurityResponse
     
    setStop(boolean) - 类 中的方法com.ajaxjs.util.map.ListMapConfig.Context
     
    setSubject(String) - 类 中的方法com.ajaxjs.net.mail.Mail
     
    setTableName(String) - 类 中的方法com.ajaxjs.framework.BaseService
     
    setTableName(String) - 类 中的方法com.ajaxjs.sql.orm.RepositoryBase
     
    setTemplate(String) - 类 中的方法com.ajaxjs.web.mvc.MvcOutput
     
    setTemplateCode(String) - 类 中的方法com.ajaxjs.framework.SmsMessage
     
    setTemplateParam(String) - 类 中的方法com.ajaxjs.framework.SmsMessage
     
    setTest(boolean) - 类 中的方法com.ajaxjs.web.view.If
    用于保存 if 判断是否为 true
    setTest(boolean) - 类 中的方法com.ajaxjs.web.view.When
    自身为 true 才执行
    setTimeout - 类 中的静态变量com.ajaxjs.net.http.HttpBasicRequest
    设置超时 (单位:秒)
    setTo(String) - 类 中的方法com.ajaxjs.net.mail.Mail
     
    setTotalCount(int) - 类 中的方法com.ajaxjs.sql.orm.PageResult
     
    setTotalPage(int) - 类 中的方法com.ajaxjs.sql.orm.PageResult
     
    setType(String) - 类 中的方法com.ajaxjs.framework.config.SiteStruTag
     
    setType(int) - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
     
    setType(Class<?>) - 类 中的方法com.ajaxjs.sql.JdbcHelper.BeanMethod
     
    setTypeName(String) - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
     
    setTypeNameChinese(String) - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
     
    setUid(Long) - 类 中的方法com.ajaxjs.framework.BaseModel
     
    setUiName(String) - 类 中的方法com.ajaxjs.framework.BaseService
     
    setUpdateDate(Date) - 类 中的方法com.ajaxjs.framework.BaseModel
     
    setUserAgent - 类 中的静态变量com.ajaxjs.net.http.HttpBasicRequest
    设置客户端识别
    setUserAgentDefault - 类 中的静态变量com.ajaxjs.net.http.HttpBasicRequest
    默认的客户端识别
    setValue(String) - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
     
    setValue(Object) - 类 中的方法com.ajaxjs.web.view.DateUtil
     
    setValue(Object) - 类 中的方法com.ajaxjs.web.view.ToFix
     
    setVar(String) - 类 中的方法com.ajaxjs.web.view.Foreach
    保存变量
    setWhere(String) - 类 中的静态方法com.ajaxjs.framework.QueryTools
    生成查询表达式的高阶函数
    setWriteListener(WriteListener) - 类 中的方法com.ajaxjs.web.ByteArrayOutput
     
    setZero(boolean) - 异常错误 中的方法com.ajaxjs.sql.orm.DaoException
     
    setZero(boolean) - 类 中的方法com.ajaxjs.sql.orm.PageResult
     
    SHOW_401 - 类 中的静态变量com.ajaxjs.framework.BaseController
    显示 HTTP 401 没有权限
    SHOW_405 - 类 中的静态变量com.ajaxjs.framework.BaseController
    显示 HTTP 405 禁止操作
    simpleDateFormatFactory(String) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    对输入的时间进行格式化 有 SimpleDateFormat 缓存 格式化的另外一种方法 new SimpleDateFormat(format).format(System.currentTimeMillis()); 返回 SimpleDateFormat 的工厂函数
    simpleGET(String) - 类 中的静态方法com.ajaxjs.net.http.HttpBasicRequest
    简单 GET 请求(原始 API 版),返回文本。
    SimpleSMSFilter - com.ajaxjs.framework.filter中的类
    简易的短信驗證碼存儲,存儲在 Session 中
    SimpleSMSFilter() - 类 的构造器com.ajaxjs.framework.filter.SimpleSMSFilter
     
    SiteStru - com.ajaxjs.framework.config中的类
    网站的结构配置
    SiteStru() - 类 的构造器com.ajaxjs.framework.config.SiteStru
     
    SiteStruService - com.ajaxjs.framework.config中的类
    网站结构的配置
    SiteStruService() - 类 的构造器com.ajaxjs.framework.config.SiteStruService
     
    SiteStruTag - com.ajaxjs.framework.config中的类
    输出页面的相关结构信息
    SiteStruTag() - 类 的构造器com.ajaxjs.framework.config.SiteStruTag
     
    siteStruUI(ModelAndView) - 类 中的方法com.ajaxjs.framework.config.ConfigController
     
    siteStruUI_initJSP(String, MvcRequest) - 类 中的方法com.ajaxjs.framework.config.ConfigController
     
    siteUI() - 类 中的方法com.ajaxjs.framework.config.ConfigController
     
    SMS_KEY_NAME - 类 中的静态变量com.ajaxjs.framework.filter.SimpleSMSFilter
     
    SmsMessage - com.ajaxjs.framework中的类
    短信内容
    SmsMessage() - 类 的构造器com.ajaxjs.framework.SmsMessage
     
    SnowflakeId - com.ajaxjs.sql中的类
    https://www.cnblogs.com/yangzhilong/p/10290862.html
    SnowflakeId(long) - 类 的构造器com.ajaxjs.sql.SnowflakeId
     
    SnowflakeIdWorker - com.ajaxjs.sql中的类
    Twitter 的分布式自增ID算法 Snowflake:雪花生成器
    SnowflakeIdWorker(long, long) - 类 的构造器com.ajaxjs.sql.SnowflakeIdWorker
    构造函数
    SPLIT - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
    多个元素之间的分隔符
    split(String) - 类 中的静态方法com.ajaxjs.util.CommonUtil
    将一个字符串分隔为字符串数组,分隔符 可以是,、/、-、\(注意转义)、|、; 作为分隔符。
    split2Queue(String) - 类 中的静态方法com.ajaxjs.util.map.ListMap
    输入一个路径,转换为队列结构
    split2Queue2(String) - 接口 中的静态方法com.ajaxjs.web.mvc.IController
    Covernt "aa/bb/cc" to queen.
    sql - 类 中的变量com.ajaxjs.sql.orm.model.ArgsInfo
     
    sql - 类 中的变量com.ajaxjs.sql.orm.model.DaoInfo
     
    SqlFactory - com.ajaxjs.sql.annotation中的注释类型
    SQL 语句的工厂
    sqlHandler - 类 中的变量com.ajaxjs.sql.orm.model.ArgsInfo
    传入一个匿名函数,转化 sql
    srcFolder - 类 中的静态变量com.ajaxjs.Version
    源码磁盘目录
    start() - 类 中的方法com.ajaxjs.net.http.PicDownload
    开始下载
    START - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
     
    State - com.ajaxjs.jsonparser.syntax中的类
    状态
    State(int, String) - 类 的构造器com.ajaxjs.jsonparser.syntax.State
    创建一个状态对象
    State(int, String, Method) - 类 的构造器com.ajaxjs.jsonparser.syntax.State
    创建一个状态对象
    States - com.ajaxjs.jsonparser.syntax中的接口
    状态常量表
    states - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
    状态矩阵
    stmt(Connection, Consumer<Statement>) - 类 中的静态方法com.ajaxjs.sql.JdbcReader
    Statement 工厂
    streamFactory(HttpServletResponse) - 类 中的静态方法com.ajaxjs.web.mock.MockResponse
    除了字符串使用 StringWriter,Response 输出的还可以是流
    StreamHelper - com.ajaxjs.util.io中的类
    流操作助手类
    StreamHelper() - 类 的构造器com.ajaxjs.util.io.StreamHelper
     
    StringToken - com.ajaxjs.jsonparser.lexer中的类
    字符串 Token
    StringToken(String) - 类 的构造器com.ajaxjs.jsonparser.lexer.StringToken
    创建字符串 Token
    STRU - 类 中的静态变量com.ajaxjs.framework.config.SiteStruService
    保存网站结构的 Map
    SubBean - com.ajaxjs.web.mvc中的注释类型
    表单中的子实体,如 name=foo.bar 的
    subBytes(byte[], int, int) - 类 中的静态方法com.ajaxjs.util.io.StreamHelper
    在字节数组中截取指定长度数组
    SymmetriCipher - com.ajaxjs.util.cryptography中的类
    AES 对称算法 SymmetricCipher
    SymmetriCipher() - 类 的构造器com.ajaxjs.util.cryptography.SymmetriCipher
     

    T

    TableName - com.ajaxjs.sql.annotation中的注释类型
    DAO 中表示表名
    tableName - 类 中的变量com.ajaxjs.sql.orm.model.DaoInfo
     
    test(Connection, ResultSet, String) - 接口 中的方法com.ajaxjs.sql.Lambda.HasZeroResult
     
    TestHelper - com.ajaxjs.util中的类
    测试辅助类,假数据生成器
    TestHelper() - 类 的构造器com.ajaxjs.util.TestHelper
     
    testInstance - 类 中的变量com.ajaxjs.web.mock.MockRequest
     
    tilNextMillis(long) - 类 中的方法com.ajaxjs.sql.SnowflakeIdWorker
    阻塞到下一个毫秒,直到获得新的时间戳
    Timer - com.ajaxjs.util中的类
    简单统计Java方法中每行代码的执行时间 在需要调试的方法中隔几行插入Timer.set(数字或字符)方法,程序结束前调用Timer.print()方法就行了。
    Timer() - 类 的构造器com.ajaxjs.util.Timer
     
    toBase64(String) - 类 中的静态方法com.ajaxjs.net.mail.Sender
    Base64 编码的一种实现
    toBoolean(Object) - 类 中的静态方法com.ajaxjs.util.MappingValue
    true/1、 字符串 true/1/yes/on 被视为 true 返回; false/0/null、字符串 false/0/no/off/null 被视为 false 返回;
    ToFix - com.ajaxjs.web.view中的类
    输入小数类型,取整数
    ToFix() - 类 的构造器com.ajaxjs.web.view.ToFix
     
    toFromData(Map<String, Object>) - 类 中的静态方法com.ajaxjs.net.http.NetUtil
    Map 转换为 byte
    toJavaValue(String) - 类 中的静态方法com.ajaxjs.util.MappingValue
    把字符串还原为 Java 里面的真实值,如 "true"--true,"123"--123,"null"--null
    toJson(Object) - 类 中的静态方法com.ajaxjs.framework.BaseController
    把 Bean/Map/List 转换为 JSON
    toJson(Object, boolean, boolean) - 类 中的静态方法com.ajaxjs.framework.BaseController
    将 Object 转换为 JSON 字符串
    toJson(PageResult<?>) - 类 中的静态方法com.ajaxjs.framework.BaseController
    分页转为 JSON
    toJson(Object) - 类 中的静态方法com.ajaxjs.util.map.JsonHelper
    对 Object 尝试类型检测,将其合适地转换为 JSON 字符串返回。
    Token - com.ajaxjs.jsonparser.lexer中的类
    Token 类型
    Token(int, String, String) - 类 的构造器com.ajaxjs.jsonparser.lexer.Token
    创建一个 Token
    Token(int, String, String, Object) - 类 的构造器com.ajaxjs.jsonparser.lexer.Token
    创建一个 Token
    Token(int, String, String, Object, String) - 类 的构造器com.ajaxjs.jsonparser.lexer.Token
    创建一个 Token
    Tokens - com.ajaxjs.jsonparser.lexer中的接口
    列出常见的 Token 类型。
    toMap(String[], Function<String, Object>) - 类 中的静态方法com.ajaxjs.util.map.MapTool
    String[] 转换为 Map
    toMap(String[], String[], Function<String, Object>) - 类 中的静态方法com.ajaxjs.util.map.MapTool
    String[] 转换为 Map,key 与 value 分别一个数组
    tomcatVersionDetect(String) - 类 中的静态方法com.ajaxjs.Version
    检测是否 tomcat 以及版本
    Tools - com.ajaxjs.net.http中的类
    ip 工具类
    Tools() - 类 的构造器com.ajaxjs.net.http.Tools
     
    top(int) - 类 中的静态方法com.ajaxjs.framework.QueryTools
    取头 X 笔记录的高阶函数
    toString() - 异常错误 中的方法com.ajaxjs.jsonparser.JsonParseException
     
    toString() - 类 中的方法com.ajaxjs.jsonparser.lexer.Token
     
    toString() - 类 中的方法com.ajaxjs.web.ByteArrayOutput
     
    transform(String) - 类 中的静态方法com.ajaxjs.framework.config.ConfigService
    扁平化 JSON 的 key
    traveler(Map<String, Object>, ListMapConfig) - 类 中的静态方法com.ajaxjs.util.map.ListMap
    遍历一个 MapList
    traveler(Map<String, Object>, ListMapConfig.Context, Map<String, Object>, int, ListMapConfig) - 类 中的静态方法com.ajaxjs.util.map.ListMap
    遍历一个 MapList
    traveler(List<Map<String, Object>>, ListMapConfig) - 类 中的静态方法com.ajaxjs.util.map.ListMap
    遍历一个 ListMap
    traveler(List<Map<String, Object>>, ListMapConfig.Context, Map<String, Object>, int, ListMapConfig) - 类 中的静态方法com.ajaxjs.util.map.ListMap
    遍历一个 ListMap
    TRUE - 接口 中的静态变量com.ajaxjs.jsonparser.lexer.Tokens
    TRUE 值
    TYPE_DELETE - 类 中的静态变量com.ajaxjs.web.secuity.SecurityRequest
     

    U

    UI_ADMIN - 接口 中的静态变量com.ajaxjs.framework.CommonConstant
    后端用的界面模板
    UI_FRONTEND - 接口 中的静态变量com.ajaxjs.framework.CommonConstant
    前端用的界面模板
    unescape(String) - 类 中的静态方法com.ajaxjs.jsonparser.lexer.StringToken
    转义
    unzip(String, String) - 类 中的静态方法com.ajaxjs.util.io.ZipHelper
    解压文件
    update(Long, T) - 类 中的方法com.ajaxjs.framework.BaseController
    修改实体
    update(T) - 类 中的方法com.ajaxjs.framework.BaseService
     
    Update - com.ajaxjs.sql.annotation中的注释类型
    表示一个 UPDATE SQL 语句
    update(Connection, String, Object...) - 类 中的静态方法com.ajaxjs.sql.JdbcHelper
    执行 SQL UPDATE 更新。
    update(T) - 接口 中的方法com.ajaxjs.sql.orm.IBaseDao
    修改记录
    update(T) - 接口 中的方法com.ajaxjs.sql.orm.IBaseService
    修改记录
    updateBean(Connection, Object, String) - 类 中的静态方法com.ajaxjs.sql.JdbcHelper
    修改实体,送入的数据是 Map
    updateMap(Connection, Map<String, Object>, String) - 类 中的静态方法com.ajaxjs.sql.JdbcHelper
    修改实体,送入的数据是 Map
    urlChinese(String) - 类 中的静态方法com.ajaxjs.util.Encode
    URL 网址的中文乱码处理。
    urlDecode(String) - 类 中的静态方法com.ajaxjs.util.Encode
    将 URL 编码的字符还原,默认 UTF-8 编码
    urlEncode(String) - 类 中的静态方法com.ajaxjs.util.Encode
    将字符进行 URL 编码,默认 UTF-8 编码
    urlMappingTree - 接口 中的静态变量com.ajaxjs.web.mvc.IController
    URL 与 Action 之间的映射树。
    USER_ID - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
     
    USER_ID_HEADER - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
     
    USER_SESSION_ID - 接口 中的静态变量com.ajaxjs.web.mvc.MvcConstant
     
    UserAgent - com.ajaxjs.web中的类
    浏览器 UA 检测
    UserAgent(HttpServletRequest) - 类 的构造器com.ajaxjs.web.UserAgent
    送入一个请求,得到 UA 标识字符串

    V

    val(State, State, Token) - 类 中的方法com.ajaxjs.jsonparser.syntax.Operator
    在状态栈里拿出一个状态来进行运算后,返回一个新的状态作为状态机的新状态
    VAL - 接口 中的静态变量com.ajaxjs.jsonparser.syntax.States
    结果态
    valueOf(String) - 枚举 中的静态方法com.ajaxjs.sql.orm.DataBaseType
    返回带有指定名称的该类型的枚举常量。
    values() - 枚举 中的静态方法com.ajaxjs.sql.orm.DataBaseType
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    Version - com.ajaxjs中的类
    初始化,检测是否可以运行
    Version() - 类 的构造器com.ajaxjs.Version
     

    W

    warning(String) - 类 中的方法com.ajaxjs.util.logger.LogHelper
    打印一个日志(警告级别)
    warning(String, Object...) - 类 中的方法com.ajaxjs.util.logger.LogHelper
    打印一个日志(警告级别),支持 {0}、{1}...的占位符
    warning(Throwable, String) - 类 中的方法com.ajaxjs.util.logger.LogHelper
    打印一个日志(警告级别)
    warning(Throwable, String, Object...) - 类 中的方法com.ajaxjs.util.logger.LogHelper
    打印一个日志(警告级别) ,支持 {0}、{1}...的占位符e.g: log.warning("脚本引擎 {0} 没有 {1}() 这个方法", "js", "foo");
    warning(Throwable) - 类 中的方法com.ajaxjs.util.logger.LogHelper
    打印一个日志(警告级别)
    When - com.ajaxjs.web.view中的类
    选择标签之 if 标签
    When() - 类 的构造器com.ajaxjs.web.view.When
     
    where(String, String) - 类 中的静态方法com.ajaxjs.framework.QueryTools
    替换 1=1 为查询语句。
    where(String, String, Object) - 类 中的静态方法com.ajaxjs.framework.QueryTools
    设置关系为 = 的条件查询语句
    WHERE_REMARK - 接口 中的静态变量com.ajaxjs.sql.orm.IBaseDao
    搜索的占位符
    WHERE_REMARK_AND - 接口 中的静态变量com.ajaxjs.sql.orm.IBaseDao
     
    WHERE_REMARK_ORDER - 接口 中的静态变量com.ajaxjs.sql.orm.IBaseDao
     
    whiteList - 类 中的变量com.ajaxjs.web.secuity.SecurityFilter
    白名单
    write(InputStream, OutputStream, boolean) - 类 中的静态方法com.ajaxjs.util.io.StreamHelper
    两端速度不匹配,需要协调 理想环境下,速度一样快,那就没必要搞流,直接一坨给弄过去就可以了 流的意思很形象,就是一点一滴的,不是一坨坨大批量的 带缓冲的一入一出 出是字节流,所以要缓冲(字符流自带缓冲,所以不需要额外缓冲) 请注意,改方法不会关闭流 close,你需要手动关闭
    write(byte[], int, int) - 类 中的方法com.ajaxjs.web.ByteArrayOutput
     
    write(int) - 类 中的方法com.ajaxjs.web.ByteArrayOutput
     
    writer - 类 中的变量com.ajaxjs.web.mock.BaseControllerTest
     
    writerFactory(HttpServletResponse) - 类 中的静态方法com.ajaxjs.web.mock.MockResponse
    Writer:形象的比喻:当我们调用 response.getWriter() 这个对象同时获得了网页的画笔,这时你就可以通过这个画笔在网页上画任何你想要显示的东西。
    writerLock - 类 中的变量com.ajaxjs.util.logger.FileHandler
    Lock used to control access to the writer.
    writeTo(OutputStream) - 类 中的方法com.ajaxjs.web.ByteArrayOutput
     

    X

    xml - 类 中的静态变量com.ajaxjs.web.mvc.MvcOutput
    各种前缀
    XmlHelper - com.ajaxjs.util中的类
    https://blog.csdn.net/axman/article/details/420910
    XmlHelper() - 类 的构造器com.ajaxjs.util.XmlHelper
     
    xmlToMap(String) - 类 中的静态方法com.ajaxjs.util.map.MapTool
    XML 格式字符串转换为 Map
    xPath(String, String, Consumer<Node>) - 类 中的静态方法com.ajaxjs.util.XmlHelper
    获取某个节点

    Z

    zip(String, String) - 类 中的静态方法com.ajaxjs.util.io.ZipHelper
    压缩文件
    zip(String, String, Function<File, Boolean>) - 类 中的静态方法com.ajaxjs.util.io.ZipHelper
    压缩文件
    ZipHelper - com.ajaxjs.util.io中的类
    ZIP 压缩/解压缩
    ZipHelper() - 类 的构造器com.ajaxjs.util.io.ZipHelper
     

    上线 - 类 中的静态变量com.ajaxjs.framework.CommonConstant.实体状态
    实体已上架、已上线

    下线 - 类 中的静态变量com.ajaxjs.framework.CommonConstant.实体状态
    实体已下架、已下线

    实体状态() - 类 的构造器com.ajaxjs.framework.CommonConstant.实体状态
     

    已删除 - 类 中的静态变量com.ajaxjs.framework.CommonConstant.实体状态
    实体已被删除的标记
    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     
    跳过导航链接

    Copyright © 2013–2021 AJAXJS. All rights reserved.