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

AccessTokenBuilder - com.jfinal.plugin.auth中的类
TODO 考虑改名为 SessionIdBuilder
Action - com.jfinal.core中的类
Action
Action(String, String, Class<? extends Controller>, Method, String, Interceptor[], String) - 类 的构造器com.jfinal.core.Action
 
ActionException - com.jfinal.core中的异常错误
ActionException.
ActionException(int, Render) - 异常错误 的构造器com.jfinal.core.ActionException
 
ActionException(int, String) - 异常错误 的构造器com.jfinal.core.ActionException
 
ActionException(int, Render, String) - 异常错误 的构造器com.jfinal.core.ActionException
 
ActionHandler - com.jfinal.core中的类
ActionHandler
ActionHandler(ActionMapping, Constants) - 类 的构造器com.jfinal.core.ActionHandler
 
ActionKey - com.jfinal.core中的注释类型
ActionKey is used to configure actionKey for method of controller.
ActionReporter - com.jfinal.core中的类
ActionReporter
ActionReporter() - 类 的构造器com.jfinal.core.ActionReporter
 
ActiveRecordException - com.jfinal.plugin.activerecord中的异常错误
ActiveRecordException
ActiveRecordException(String) - 异常错误 的构造器com.jfinal.plugin.activerecord.ActiveRecordException
 
ActiveRecordException(Throwable) - 异常错误 的构造器com.jfinal.plugin.activerecord.ActiveRecordException
 
ActiveRecordException(String, Throwable) - 异常错误 的构造器com.jfinal.plugin.activerecord.ActiveRecordException
 
ActiveRecordPlugin - com.jfinal.plugin.activerecord中的类
ActiveRecord plugin.
ActiveRecordPlugin(String, DataSource, int) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(DataSource) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(String, DataSource) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(DataSource, int) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(String, IDataSourceProvider, int) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(IDataSourceProvider) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(String, IDataSourceProvider) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(IDataSourceProvider, int) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(Config) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
add(Handler) - 类 中的方法com.jfinal.config.Handlers
 
add(Interceptor) - 类 中的方法com.jfinal.config.Interceptors
The same as addGlobalActionInterceptor.
add(IPlugin) - 类 中的方法com.jfinal.config.Plugins
 
add(Routes) - 类 中的方法com.jfinal.config.Routes
Add Routes
add(String, Class<? extends Controller>, String) - 类 中的方法com.jfinal.config.Routes
Add route
add(String, Class<? extends Controller>) - 类 中的方法com.jfinal.config.Routes
Add route.
add(String) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
add(String) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
addAll(Collection<? extends String>) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
addAll(Collection<? extends String>) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
addCache(Cache) - 类 中的静态方法com.jfinal.plugin.redis.Redis
 
addConfig(Config) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
Add Config object
addDirective(String, Directive) - 类 中的方法com.jfinal.template.Engine
Add directive
addDirective(String, Directive) - 类 中的方法com.jfinal.template.EngineConfig
 
addDirective(String, Directive) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
添加自定义指令
addError(String, String) - 类 中的方法com.jfinal.validate.Validator
Add message when validate failure.
addExcludedAttrs(String...) - 类 中的静态方法com.jfinal.render.JsonRender
仅对无参 renderJson() 起作用
addExcludedTable(String...) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
添加不需要处理的数据表
addExcludedTable(String...) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
addExtensionMethod(Class<?>, Object) - 类 中的静态方法com.jfinal.template.Engine
 
addExtensionMethod(Class<?>, Class<?>) - 类 中的静态方法com.jfinal.template.Engine
 
addExtensionMethod(Class<?>, Object) - 类 中的静态方法com.jfinal.template.expr.ast.MethodKit
 
addExtensionMethod(Class<?>, Class<?>) - 类 中的静态方法com.jfinal.template.expr.ast.MethodKit
 
addExtensionMethod(Class<?>, Object) - 类 中的静态方法com.jfinal.template.ext.spring.JFinalViewResolver
添加扩展方法
addExtensionMethod(Class<?>, Class<?>) - 类 中的静态方法com.jfinal.template.ext.spring.JFinalViewResolver
添加扩展方法
addFilter(Filter) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
addForbiddenMethod(String) - 类 中的静态方法com.jfinal.template.expr.ast.MethodKit
 
addFunction(Define) - 类 中的方法com.jfinal.template.Env
Add template function
addGlobalActionInterceptor(Interceptor...) - 类 中的方法com.jfinal.aop.InterceptorManager
 
addGlobalActionInterceptor(Interceptor) - 类 中的方法com.jfinal.config.Interceptors
Add the global action interceptor to intercept all the actions.
addGlobalServiceInterceptor(Interceptor...) - 类 中的方法com.jfinal.aop.InterceptorManager
 
addGlobalServiceInterceptor(Interceptor) - 类 中的方法com.jfinal.config.Interceptors
Add the global service interceptor to intercept all the method enhanced by aop Enhancer.
addInterceptor(Interceptor) - 类 中的方法com.jfinal.config.Routes
Add inject interceptor for controller in this Routes
addInterceptors(Interceptor...) - 类 中的方法com.jfinal.aop.InterceptorStack
 
addKeyword(String) - 类 中的方法com.jfinal.kit.JavaKeyword
 
addMapping(String, String, Class<? extends Model<?>>) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
addMapping(String, Class<? extends Model<?>>) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
addPara(Object) - 类 中的方法com.jfinal.plugin.activerecord.SqlPara
 
addRoute(String, String) - 类 中的方法com.jfinal.ext.handler.RoutesHandler
 
addRoute(String, String, String) - 类 中的方法com.jfinal.ext.handler.RoutesHandler
 
addRoute(String, Controller, String) - 类 中的方法com.jfinal.ext.handler.RoutesHandler
 
addSharedFunction(String) - 类 中的方法com.jfinal.template.Engine
Add shared function with file
addSharedFunction(ISource) - 类 中的方法com.jfinal.template.Engine
Add shared function by ISource
addSharedFunction(String...) - 类 中的方法com.jfinal.template.Engine
Add shared function with files
addSharedFunction(String) - 类 中的方法com.jfinal.template.EngineConfig
Add shared function with file
addSharedFunction(String...) - 类 中的方法com.jfinal.template.EngineConfig
Add shared function with files
addSharedFunction(ISource) - 类 中的方法com.jfinal.template.EngineConfig
Add shared function by ISource
addSharedFunction(String) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
添加 shared function 文件,可调用多次添加多个文件
addSharedFunctionByString(String) - 类 中的方法com.jfinal.template.Engine
Add shared function by string content
addSharedFunctionByString(String) - 类 中的方法com.jfinal.template.EngineConfig
Add shared function by string content
addSharedMethod(Object) - 类 中的方法com.jfinal.template.Engine
Add shared method from object
addSharedMethod(Class<?>) - 类 中的方法com.jfinal.template.Engine
Add shared method from class
addSharedMethod(Object) - 类 中的方法com.jfinal.template.EngineConfig
Add shared method from object
addSharedMethod(Class<?>) - 类 中的方法com.jfinal.template.EngineConfig
Add shared method from class
addSharedMethod(Object) - 类 中的方法com.jfinal.template.expr.ast.SharedMethodKit
 
addSharedMethod(Class<?>) - 类 中的方法com.jfinal.template.expr.ast.SharedMethodKit
 
addSharedMethod(Object) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
添加共享方法
addSharedMethod(Class<?>) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
添加共享方法
addSharedObject(String, Object) - 类 中的方法com.jfinal.template.Engine
Add shared object
addSharedObject(String, Object) - 类 中的方法com.jfinal.template.EngineConfig
 
addSharedObject(String, Object) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
添加共享对象
addSharedStaticMethod(Class<?>) - 类 中的方法com.jfinal.template.Engine
Add shared static method of Class
addSharedStaticMethod(Class<?>) - 类 中的方法com.jfinal.template.EngineConfig
Add shared static method of Class
addSharedStaticMethod(Class<?>) - 类 中的方法com.jfinal.template.expr.ast.SharedMethodKit
 
addSource(ISource) - 类 中的方法com.jfinal.template.Env
添加本 Template 的 ISource,以及该 Template 使用 include 包含进来的所有 ISource 以便于在 devMode 之下判断该 Template 是否被 modified,进而 reload 该 Template
addSqlTemplate(String) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
addSqlTemplate(ISource) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
addSqlTemplate(String) - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
 
addSqlTemplate(ISource) - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
 
addTask(String, Runnable, boolean, boolean) - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
addTask(String, Runnable, boolean) - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
addTask(String, Runnable) - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
addTask(String, ProcessTask, boolean, boolean) - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
addTask(String, ProcessTask, boolean) - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
addTask(String, ProcessTask) - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
addTask(String, Task, boolean, boolean) - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
addTask(String, Task, boolean) - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
addTask(String, Task) - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
AesKit - com.jfinal.kit中的类
完全兼容微信所使用的AES加密方式。
afterJFinalStart() - 类 中的方法com.jfinal.config.JFinalConfig
Call back after JFinal start
AnsiSqlDialect - com.jfinal.plugin.activerecord.dialect中的类
AnsiSqlDialect.
AnsiSqlDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
append(CharSequence) - 类 中的方法com.jfinal.template.FastStringWriter
 
append(CharSequence, int, int) - 类 中的方法com.jfinal.template.FastStringWriter
 
append(char) - 类 中的方法com.jfinal.template.FastStringWriter
 
Arith - com.jfinal.template.expr.ast中的类
Arithmetic 1:支持 byte short int long float double BigDecimal 的 + - * / % 运算 2:支持字符串加法运算
Arith(Sym, Expr, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.Arith
 
Array - com.jfinal.template.expr.ast中的类
Array 用法: 1:[1, 2, 3] 2:["a", 1, "b", 2, false, 3.14]
Array(Expr[], Location) - 类 的构造器com.jfinal.template.expr.ast.Array
 
Array.ArrayListExt - com.jfinal.template.expr.ast中的类
支持 array.length 表达式
ArrayListExt(int) - 类 的构造器com.jfinal.template.expr.ast.Array.ArrayListExt
 
Assign - com.jfinal.template.expr.ast中的类
Assign 支持三种赋值,其中第二种如果括号中是 ID 或 STR 则演变为第三种是对 map 赋值: 1:ID = expr 2:ID [ expr ] = expr 如果 expr 为 int 或 long 型,则是对 array 赋值 如果 expr 为 ID、STR 型,则是对 map 进行赋值 否则抛异常出来 3:ID [ ID ] = expr 或者 ID [ STR ] = expr 4:支持无限连:id = array[ i = 0 ] = array[1] = 123
Assign(String, Expr, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.Assign
数组赋值表达式
Assign(String, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.Assign
普通赋值表达式
attrName - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 

B

Base64Kit - com.jfinal.kit中的类
 
baseModelContent - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
BaseModelGenerator - com.jfinal.plugin.activerecord.generator中的类
Base model 生成器
BaseModelGenerator(String, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
baseModelGenerator - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
baseModelName - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
baseModelOutputDir - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
baseModelPackageName - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
baseModelPackageName - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
batch(String, Object[][], int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batch(String, String, List, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batch(List<String>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batch(String, Object[][], int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batch(String, String, List, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batch(List<String>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batchSave(List<? extends Model>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batchSave(String, List<Record>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batchSave(List<? extends Model>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Batch save models using the "insert into ..." sql generated by the first model in modelList.
batchSave(String, List<Record>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Batch save records using the "insert into ..." sql generated by the first record in recordList.
batchUpdate(List<? extends Model>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batchUpdate(String, String, List<Record>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batchUpdate(String, List<Record>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batchUpdate(List<? extends Model>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Batch update models using the attrs names of the first model in modelList.
batchUpdate(String, String, List<Record>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Batch update records using the columns names of the first record in recordList.
batchUpdate(String, List<Record>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Batch update records with default primary key, using the columns names of the first record in recordList.
beanToJson(Object, int) - 类 中的方法com.jfinal.json.JFinalJson
 
Before - com.jfinal.aop中的注释类型
Before is used to configure Interceptor and Validator.
beforeJFinalStop() - 类 中的方法com.jfinal.config.JFinalConfig
Call back before JFinal stop
BIGDECIMAL - 类 中的静态变量com.jfinal.template.expr.ast.Arith
 
BigDecimalConverter() - 类 的构造器com.jfinal.core.converter.Converters.BigDecimalConverter
 
BigIntegerConverter() - 类 的构造器com.jfinal.core.converter.Converters.BigIntegerConverter
 
blpop(int, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
BLPOP 是列表的阻塞式(blocking)弹出原语。
BooleanConverter() - 类 的构造器com.jfinal.core.converter.Converters.BooleanConverter
 
Break - com.jfinal.template.stat.ast中的类
Break java 中 break、continue 可出现在 for 中的最后一行,不一定要套在 if 中
brpop(int, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
BRPOP 是列表的阻塞式(blocking)弹出原语。
build() - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
build(ResultSet, Class<? extends Model>) - 类 中的方法com.jfinal.plugin.activerecord.ModelBuilder
 
build(Config, ResultSet) - 类 中的方法com.jfinal.plugin.activerecord.RecordBuilder
 
buildAttrName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
构造 colName 所对应的 attrName,mysql 数据库建议使用小写字段名或者驼峰字段名 Oralce 反射将得到大写字段名,所以不建议使用驼峰命名,建议使用下划线分隔单词命名法
buildBaseModelName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
使用 modelName 构建 baseModelName
buildCacheKey(Invocation, Controller) - 类 中的方法com.jfinal.plugin.ehcache.CacheInterceptor
 
buildCacheName(Invocation, Controller) - 类 中的方法com.jfinal.plugin.ehcache.CacheInterceptor
 
buildColumnMetas(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
文档参考: http://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html JDBC 与时间有关类型转换规则,mysql 类型到 java 类型如下对应关系: DATE java.sql.Date DATETIME java.sql.Timestamp TIMESTAMP[(M)] java.sql.Timestamp TIME java.sql.Time 对数据库的 DATE、DATETIME、TIMESTAMP、TIME 四种类型注入 new java.util.Date()对象保存到库以后可以达到“秒精度” 为了便捷性,getter、setter 方法中对上述四种字段类型采用 java.util.Date,可通过定制 TypeMapping 改变此映射规则
buildControllerActionInterceptor(Interceptor[], Interceptor[], Class<? extends Controller>, Method) - 类 中的方法com.jfinal.aop.InterceptorManager
 
buildFinalFileName(String, String) - 类 中的方法com.jfinal.template.source.ClassPathSource
 
buildFinalUrl() - 类 中的方法com.jfinal.render.RedirectRender
 
buildLabelNamesAndTypes(ResultSetMetaData, String[], int[]) - 类 中的方法com.jfinal.plugin.activerecord.ModelBuilder
 
buildLabelNamesAndTypes(ResultSetMetaData, String[], int[]) - 类 中的方法com.jfinal.plugin.activerecord.RecordBuilder
 
buildModel(ResultSet, Class<? extends Model>, int) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
buildModelList(ResultSet, Class<? extends Model>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
覆盖此方法,可以对 JDBC 到 java 数据类型进行定制化转换 不同数据库从 JDBC 到 java 数据类型的映射关系有所不同 此外,还可以通过改变 ModelBuilder.buildLabelNamesAndTypes() 方法逻辑,实现下划线字段名转驼峰变量名的功能
buildModelName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
构造 modelName,mysql 的 tableName 建议使用小写字母,多单词表名使用下划线分隔,不建议使用驼峰命名 oracle 之下的 tableName 建议使用下划线分隔多单词名,无论 mysql还是 oralce,tableName 都不建议使用驼峰命名
buildPrimaryKey(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
buildRecordList(Config, ResultSet) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
覆盖此方法,可以对 JDBC 到 java 数据类型进行定制化转换 不同数据库从 JDBC 到 java 数据类型的映射关系有所不同 此外,还可以通过改变 RecordBuilder.buildLabelNamesAndTypes() 方法逻辑,实现下划线字段名转驼峰变量名的功能
buildServiceMethodInterceptor(Interceptor[], Class<?>, Method) - 类 中的方法com.jfinal.aop.InterceptorManager
 
buildTableNames(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
by(Object, Object) - 类 中的静态方法com.jfinal.kit.JMap
已过时。
 
by(Object, Object) - 类 中的静态方法com.jfinal.kit.Kv
 
by(Object, Object) - 类 中的静态方法com.jfinal.kit.Okv
 
by(Object, Object) - 类 中的静态方法com.jfinal.kit.Ret
 
ByteConverter() - 类 的构造器com.jfinal.core.converter.Converters.ByteConverter
 
ByteExt - com.jfinal.template.ext.extensionmethod中的类
针对 java.lang.Byte 的扩展方法 用法: #if(value.toInt() == 123)
ByteExt() - 类 的构造器com.jfinal.template.ext.extensionmethod.ByteExt
 

C

C3p0Plugin - com.jfinal.plugin.c3p0中的类
The c3p0 datasource plugin.
C3p0Plugin(String, String, String) - 类 的构造器com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(String, String, String, String) - 类 的构造器com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(String, String, String, String, Integer, Integer, Integer, Integer, Integer) - 类 的构造器com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(File) - 类 的构造器com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(Properties) - 类 的构造器com.jfinal.plugin.c3p0.C3p0Plugin
 
Cache - com.jfinal.plugin.redis中的类
Cache.
Cache() - 类 的构造器com.jfinal.plugin.redis.Cache
 
Cache(String, JedisPool, ISerializer, IKeyNamingPolicy) - 类 的构造器com.jfinal.plugin.redis.Cache
 
cacheAction(String, String, Controller) - 类 中的方法com.jfinal.plugin.ehcache.CacheInterceptor
 
CacheInterceptor - com.jfinal.plugin.ehcache中的类
CacheInterceptor.
CacheInterceptor() - 类 的构造器com.jfinal.plugin.ehcache.CacheInterceptor
 
CacheKit - com.jfinal.plugin.ehcache中的类
CacheKit.
CacheKit() - 类 的构造器com.jfinal.plugin.ehcache.CacheKit
 
CacheName - com.jfinal.plugin.ehcache中的注释类型
CacheName can configure CacheInterceptor's cache name or EvictInterceptor's evict cache name.
cacheName - 类 中的变量com.jfinal.plugin.redis.RedisPlugin
 
call(Connection) - 接口 中的方法com.jfinal.plugin.activerecord.ICallback
Place codes here that need call back by active record plugin.
call(Cache) - 接口 中的方法com.jfinal.plugin.redis.ICallback
 
call(ICallback) - 类 中的静态方法com.jfinal.plugin.redis.Redis
 
call(ICallback, String) - 类 中的静态方法com.jfinal.plugin.redis.Redis
 
Call - com.jfinal.template.stat.ast中的类
Call 调用模板函数,两种用法: 1:常规调用 #@funcName(p1, p2, ..., pn) 2:安全调用,函数被定义才调用,否则跳过 #@funcName?
Call(String, ExprList, boolean) - 类 的构造器com.jfinal.template.stat.ast.Call
 
call(Env, Scope, ExprList, Writer) - 类 中的方法com.jfinal.template.stat.ast.Define
真正调用模板函数
Captcha - com.jfinal.captcha中的类
验证码
Captcha(String, String, int) - 类 的构造器com.jfinal.captcha.Captcha
验证码构造
Captcha(String, String) - 类 的构造器com.jfinal.captcha.Captcha
 
CaptchaCache - com.jfinal.captcha中的类
ICaptchaCache 默认实现,可用于单实例部署 集群部署需自行实现 ICaptchaCache 接口,并使用 CaptchaManager.setCaptchaCache(...)
CaptchaCache() - 类 的构造器com.jfinal.captcha.CaptchaCache
 
CaptchaManager - com.jfinal.captcha中的类
CaptchaManager
captchaName - 类 中的静态变量com.jfinal.captcha.CaptchaRender
 
CaptchaRender - com.jfinal.captcha中的类
CaptchaRender.
CaptchaRender() - 类 的构造器com.jfinal.captcha.CaptchaRender
 
CaptchaRender - com.jfinal.ext.render中的类
已过时。
CaptchaRender(String) - 类 的构造器com.jfinal.ext.render.CaptchaRender
已过时。
 
CaseInsensitiveContainerFactory - com.jfinal.plugin.activerecord中的类
CaseInsensitiveContainerFactory.
CaseInsensitiveContainerFactory() - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
CaseInsensitiveContainerFactory(boolean) - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
CaseInsensitiveContainerFactory.CaseInsensitiveMap<V> - com.jfinal.plugin.activerecord中的类
 
CaseInsensitiveContainerFactory.CaseInsensitiveSet - com.jfinal.plugin.activerecord中的类
 
CaseInsensitiveMap() - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
CaseInsensitiveSet() - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
charArray - 类 中的静态变量com.jfinal.captcha.CaptchaRender
 
CharTable - com.jfinal.template.stat中的类
CharTable 空间换时间优化字符判断性能 负值参数强转 char 会自动变正值,无需判断负值数组下标 isLetter(EOF) 不会下标越界
checkUrlPara(int, int) - 类 中的方法com.jfinal.core.Controller
 
checkUrlPara(int) - 类 中的方法com.jfinal.core.Controller
 
classDefineForSetterChainTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
classDefineTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
classDefineTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
classDefineTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
classLoader - 类 中的变量com.jfinal.template.source.ClassPathSource
 
ClassPathSource - com.jfinal.template.source中的类
ClassPathSource 用于从 class path 以及 jar 包之中加载模板内容 注意: 1:如果被加载的文件是 class path 中的普通文件,则该文件支持热加载 2:如果被加载的文件处于 jar 包之中,则该文件不支持热加载,jar 包之中的文件在运行时通常不会被修改 在极少数情况下如果需要对 jar 包之中的模板文件进行热加载,可以通过继承 ClassPathSource 的方式进行扩展 3:JFinal Template Engine 开启热加载需要配置 engine.setDevMode(true)
ClassPathSource(String) - 类 的构造器com.jfinal.template.source.ClassPathSource
 
ClassPathSource(String, String) - 类 的构造器com.jfinal.template.source.ClassPathSource
 
ClassPathSource(String, String, String) - 类 的构造器com.jfinal.template.source.ClassPathSource
 
ClassPathSourceFactory - com.jfinal.template.source中的类
ClassPathSourceFactory 用于配置 Engine 使用 ClassPathSource 加载模板文件 配置示例: engine.baseTemplatePath(null); // 清掉 base path engine.setSourceFactory(new ClassPathSourceFactory());
ClassPathSourceFactory() - 类 的构造器com.jfinal.template.source.ClassPathSourceFactory
 
clazz - 类 中的变量com.jfinal.template.expr.ast.MethodInfo
 
Clear - com.jfinal.aop中的注释类型
Clear is used to clear all interceptors or the specified interceptors, it can not clear the interceptor which declare on method.
clear() - 类 中的方法com.jfinal.config.Routes
 
clear() - 类 中的静态方法com.jfinal.kit.PropKit
 
clear() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
clear() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
clear() - 类 中的方法com.jfinal.plugin.activerecord.Model
Remove all attributes of this model.
clear() - 类 中的方法com.jfinal.plugin.activerecord.Record
Remove all columns of this record.
clear() - 类 中的方法com.jfinal.plugin.activerecord.SqlPara
 
clear() - 类 中的静态方法com.jfinal.plugin.activerecord.Sqls
已过时。
 
clearExcludedAttrs() - 类 中的静态方法com.jfinal.render.JsonRender
 
clientName - 类 中的变量com.jfinal.plugin.redis.RedisPlugin
 
close(ResultSet, Statement, Connection) - 类 中的方法com.jfinal.plugin.activerecord.Config
Close ResultSet、Statement、Connection ThreadLocal support declare transaction.
close(Statement, Connection) - 类 中的方法com.jfinal.plugin.activerecord.Config
 
close(Connection) - 类 中的方法com.jfinal.plugin.activerecord.Config
 
close(Jedis) - 类 中的方法com.jfinal.plugin.redis.Cache
 
close() - 类 中的方法com.jfinal.template.FastStringWriter
 
colDefaultValueMaxLen - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
colNameMaxLen - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
colTypeMaxLen - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
ColumnMeta - com.jfinal.plugin.activerecord.generator中的类
ColumnMeta
ColumnMeta() - 类 的构造器com.jfinal.plugin.activerecord.generator.ColumnMeta
 
columnMetas - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
com.jfinal.aop - 程序包 com.jfinal.aop
 
com.jfinal.captcha - 程序包 com.jfinal.captcha
 
com.jfinal.config - 程序包 com.jfinal.config
 
com.jfinal.core - 程序包 com.jfinal.core
 
com.jfinal.core.converter - 程序包 com.jfinal.core.converter
 
com.jfinal.ext.handler - 程序包 com.jfinal.ext.handler
 
com.jfinal.ext.interceptor - 程序包 com.jfinal.ext.interceptor
 
com.jfinal.ext.kit - 程序包 com.jfinal.ext.kit
 
com.jfinal.ext.render - 程序包 com.jfinal.ext.render
 
com.jfinal.handler - 程序包 com.jfinal.handler
 
com.jfinal.i18n - 程序包 com.jfinal.i18n
 
com.jfinal.json - 程序包 com.jfinal.json
 
com.jfinal.kit - 程序包 com.jfinal.kit
 
com.jfinal.log - 程序包 com.jfinal.log
 
com.jfinal.plugin - 程序包 com.jfinal.plugin
 
com.jfinal.plugin.activerecord - 程序包 com.jfinal.plugin.activerecord
 
com.jfinal.plugin.activerecord.cache - 程序包 com.jfinal.plugin.activerecord.cache
 
com.jfinal.plugin.activerecord.dialect - 程序包 com.jfinal.plugin.activerecord.dialect
 
com.jfinal.plugin.activerecord.generator - 程序包 com.jfinal.plugin.activerecord.generator
 
com.jfinal.plugin.activerecord.sql - 程序包 com.jfinal.plugin.activerecord.sql
 
com.jfinal.plugin.activerecord.tx - 程序包 com.jfinal.plugin.activerecord.tx
 
com.jfinal.plugin.auth - 程序包 com.jfinal.plugin.auth
 
com.jfinal.plugin.c3p0 - 程序包 com.jfinal.plugin.c3p0
 
com.jfinal.plugin.cron4j - 程序包 com.jfinal.plugin.cron4j
 
com.jfinal.plugin.druid - 程序包 com.jfinal.plugin.druid
 
com.jfinal.plugin.ehcache - 程序包 com.jfinal.plugin.ehcache
 
com.jfinal.plugin.hikaricp - 程序包 com.jfinal.plugin.hikaricp
 
com.jfinal.plugin.redis - 程序包 com.jfinal.plugin.redis
 
com.jfinal.plugin.redis.serializer - 程序包 com.jfinal.plugin.redis.serializer
 
com.jfinal.render - 程序包 com.jfinal.render
 
com.jfinal.server - 程序包 com.jfinal.server
 
com.jfinal.template - 程序包 com.jfinal.template
 
com.jfinal.template.expr - 程序包 com.jfinal.template.expr
 
com.jfinal.template.expr.ast - 程序包 com.jfinal.template.expr.ast
 
com.jfinal.template.ext.directive - 程序包 com.jfinal.template.ext.directive
 
com.jfinal.template.ext.extensionmethod - 程序包 com.jfinal.template.ext.extensionmethod
 
com.jfinal.template.ext.sharedmethod - 程序包 com.jfinal.template.ext.sharedmethod
 
com.jfinal.template.ext.spring - 程序包 com.jfinal.template.ext.spring
 
com.jfinal.template.source - 程序包 com.jfinal.template.source
 
com.jfinal.template.stat - 程序包 com.jfinal.template.stat
 
com.jfinal.template.stat.ast - 程序包 com.jfinal.template.stat.ast
 
com.jfinal.token - 程序包 com.jfinal.token
 
com.jfinal.upload - 程序包 com.jfinal.upload
 
com.jfinal.validate - 程序包 com.jfinal.validate
 
Compare - com.jfinal.template.expr.ast中的类
Compare 1:支持 byte short int long float double BigDecimal 的 == !
Compare(Sym, Expr, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.Compare
 
compositeKeyTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
config() - 类 中的方法com.jfinal.aop.InterceptorStack
 
config() - 类 中的方法com.jfinal.config.Routes
Implement this method to add route, add interceptor and set baseViewPath
Config - com.jfinal.plugin.activerecord中的类
 
Config(String, DataSource, Dialect, boolean, boolean, int, IContainerFactory, ICache) - 类 的构造器com.jfinal.plugin.activerecord.Config
Constructor with full parameters
Config(String, DataSource) - 类 的构造器com.jfinal.plugin.activerecord.Config
Constructor with name and dataSource
Config(String, DataSource, Dialect) - 类 的构造器com.jfinal.plugin.activerecord.Config
Constructor with name, dataSource and dialect
config - 类 中的变量com.jfinal.plugin.activerecord.DbPro
 
configConstant(Constants) - 类 中的方法com.jfinal.config.JFinalConfig
Config constant
configEngine(Engine) - 类 中的方法com.jfinal.config.JFinalConfig
Config engine
configHandler(Handlers) - 类 中的方法com.jfinal.config.JFinalConfig
Config handler
configInterceptor(Interceptors) - 类 中的方法com.jfinal.config.JFinalConfig
Config interceptor applied to all actions.
configPlugin(Plugins) - 类 中的方法com.jfinal.config.JFinalConfig
Config plugin
configRoute(Routes) - 类 中的方法com.jfinal.config.JFinalConfig
Config route
conn - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
Const - com.jfinal.core中的接口
Global constants definition
Const - com.jfinal.template.expr.ast中的类
STR INT LONG FLOAT DOUBLE true false null
Const(Sym, String) - 类 的构造器com.jfinal.template.expr.ast.Const
 
Constants - com.jfinal.config中的类
The constant for JFinal runtime.
Constants() - 类 的构造器com.jfinal.config.Constants
 
constants - 类 中的变量com.jfinal.render.RenderFactory
 
contains(String) - 类 中的方法com.jfinal.captcha.CaptchaCache
 
contains(String) - 类 中的方法com.jfinal.kit.JavaKeyword
 
contains(Object) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
contains(Token) - 接口 中的方法com.jfinal.token.ITokenCache
 
containsAll(Collection<?>) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
containsKey(String) - 类 中的方法com.jfinal.kit.Prop
 
containsKey(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
containsKey(Object) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
containsValue(Object) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
ContentType - com.jfinal.render中的枚举
ContentType
TOMCAT-HOME/conf/web.xml
http://tool.oschina.net/commons
contentType - 类 中的静态变量com.jfinal.render.ErrorRender
 
contextDestroyed(ServletContextEvent) - 类 中的方法com.jfinal.ext.kit.ElResolverListener
 
contextInitialized(ServletContextEvent) - 类 中的方法com.jfinal.ext.kit.ElResolverListener
 
ContextPathHandler - com.jfinal.ext.handler中的类
Provide a context path to view if you need.
ContextPathHandler() - 类 的构造器com.jfinal.ext.handler.ContextPathHandler
 
ContextPathHandler(String) - 类 的构造器com.jfinal.ext.handler.ContextPathHandler
 
Continue - com.jfinal.template.stat.ast中的类
Continue
Controller - com.jfinal.core中的类
Controller
昨夜西风凋碧树。
Controller() - 类 的构造器com.jfinal.core.Controller
 
controller - 类 中的变量com.jfinal.validate.Validator
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.BigDecimalConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.BigIntegerConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.BooleanConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.ByteConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.DateConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.DoubleConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.FloatConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.IntegerConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.LongConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.SqlDateConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.TimeConverter
 
convert(String) - 类 中的方法com.jfinal.core.converter.Converters.TimestampConverter
 
convert(String) - 接口 中的方法com.jfinal.core.converter.IConverter
 
convert(Class<?>, String) - 类 中的方法com.jfinal.core.converter.TypeConverter
将 String 数据转换为指定的类型
convertDepth - 类 中的变量com.jfinal.json.JFinalJson
 
Converters - com.jfinal.core.converter中的类
针对 Integer、Long、Date 等类型实现 IConverter 接口
Converters.BigDecimalConverter - com.jfinal.core.converter中的类
 
Converters.BigIntegerConverter - com.jfinal.core.converter中的类
 
Converters.BooleanConverter - com.jfinal.core.converter中的类
 
Converters.ByteConverter - com.jfinal.core.converter中的类
 
Converters.DateConverter - com.jfinal.core.converter中的类
 
Converters.DoubleConverter - com.jfinal.core.converter中的类
 
Converters.FloatConverter - com.jfinal.core.converter中的类
 
Converters.IntegerConverter - com.jfinal.core.converter中的类
 
Converters.LongConverter - com.jfinal.core.converter中的类
 
Converters.SqlDateConverter - com.jfinal.core.converter中的类
 
Converters.TimeConverter - com.jfinal.core.converter中的类
 
Converters.TimestampConverter - com.jfinal.core.converter中的类
 
CPI - com.jfinal.plugin.activerecord中的类
Cross Package Invoking pattern for package activerecord.
CPI() - 类 的构造器com.jfinal.plugin.activerecord.CPI
 
create(Object, Object) - 类 中的静态方法com.jfinal.kit.JMap
已过时。
 
create() - 类 中的静态方法com.jfinal.kit.JMap
已过时。
 
create() - 类 中的静态方法com.jfinal.kit.Kv
 
create() - 类 中的静态方法com.jfinal.kit.Okv
 
create(Object, Object) - 类 中的静态方法com.jfinal.kit.Ret
 
create() - 类 中的静态方法com.jfinal.kit.Ret
 
create(String) - 类 中的静态方法com.jfinal.template.Engine
Create engine with engine name managed by JFinal
createCaptcha() - 类 中的方法com.jfinal.captcha.CaptchaRender
 
createControllerInterceptor(Class<? extends Controller>) - 类 中的方法com.jfinal.aop.InterceptorManager
 
createInterceptor(Before) - 类 中的方法com.jfinal.aop.InterceptorManager
 
createInterceptor(Class<? extends Interceptor>[]) - 类 中的方法com.jfinal.aop.InterceptorManager
 
createJFinalConfig(String) - 类 中的方法com.jfinal.core.JFinalFilter
 
createRender() - 类 中的方法com.jfinal.plugin.ehcache.RenderInfo
 
createRenderInfo(Render) - 类 中的方法com.jfinal.plugin.ehcache.CacheInterceptor
通过继承 CacheInterceptor 并覆盖此方法支持更多类型的 Render
createServiceInterceptor(Class<?>) - 类 中的方法com.jfinal.aop.InterceptorManager
 
createToken(String, int) - 类 中的方法com.jfinal.core.Controller
Create a token.
createToken() - 类 中的方法com.jfinal.core.Controller
Create a token with default token name and with default seconds of time out.
createToken(String) - 类 中的方法com.jfinal.core.Controller
Create a token with default seconds of time out.
createToken(Controller, String, int) - 类 中的静态方法com.jfinal.token.TokenManager
Create Token.
Cron4jPlugin - com.jfinal.plugin.cron4j中的类
Cron4jPlugin 封装 cron4j,使用 cron 表达式调试 Task 执行 cron 表达式由五部分组成:分 时 天 月 周 分 :从 0 到 59 时 :从 0 到 23 天 :从 1 到 31,字母 L 可以表示月的最后一天 月 :从 1 到 12,可以别名:jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov" and "dec" 周 :从 0 到 6,0 表示周日,6 表示周六,可以使用别名: "sun", "mon", "tue", "wed", "thu", "fri" and "sat" 数字 n:表示一个具体的时间点,例如 5 * * * * 表示 5 分这个时间点时执行 逗号 , :表示指定多个数值,例如 3,5 * * * * 表示 3 和 5 分这两个时间点执行 减号 -:表示范围,例如 1-3 * * * * 表示 1 分、2 分再到 3 分这三个时间点执行 星号 *:表示每一个时间点,例如 * * * * * 表示每分钟执行 除号 /:表示指定一个值的增加幅度。
Cron4jPlugin() - 类 的构造器com.jfinal.plugin.cron4j.Cron4jPlugin
 
Cron4jPlugin(String) - 类 的构造器com.jfinal.plugin.cron4j.Cron4jPlugin
 
Cron4jPlugin(Prop) - 类 的构造器com.jfinal.plugin.cron4j.Cron4jPlugin
 
Cron4jPlugin(String, String) - 类 的构造器com.jfinal.plugin.cron4j.Cron4jPlugin
 
Cron4jPlugin(Prop, String) - 类 的构造器com.jfinal.plugin.cron4j.Cron4jPlugin
 
Ctrl - com.jfinal.template.stat中的类
Ctrl 封装 AST 执行过程中的控制状态,避免使用 Scope.data 保存控制状态 从而污染用户空间数据,目前仅用于 nullSafe、break、continue、return 控制 未来可根据需求引入更多控制状态
Ctrl() - 类 的构造器com.jfinal.template.stat.Ctrl
 

D

dao() - 类 中的方法com.jfinal.plugin.activerecord.Model
 
DaoContainerFactory - com.jfinal.plugin.activerecord中的类
DaoContainerFactory
DaoContainerFactory.DaoMap<V> - com.jfinal.plugin.activerecord中的类
 
DaoContainerFactory.DaoSet - com.jfinal.plugin.activerecord中的类
 
daoMap - 类 中的静态变量com.jfinal.plugin.activerecord.DaoContainerFactory
 
DaoMap() - 类 的构造器com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
daoSet - 类 中的静态变量com.jfinal.plugin.activerecord.DaoContainerFactory
 
DaoSet() - 类 的构造器com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
daoTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
database - 类 中的变量com.jfinal.plugin.redis.RedisPlugin
 
dataDictionaryFileName - 类 中的变量com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
DataDictionaryGenerator - com.jfinal.plugin.activerecord.generator中的类
DataDictionary 数据字典生成器
DataDictionaryGenerator(DataSource, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
dataDictionaryGenerator - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
dataDictionaryOutputDir - 类 中的变量com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
dataSource - 类 中的变量com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
dataSource - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
DateConverter() - 类 的构造器com.jfinal.core.converter.Converters.DateConverter
 
DateDirective - com.jfinal.template.ext.directive中的类
不带参时,按默认 pattern 输出当前日期 #date() 指令支持无参时获取当前指令,第一个参数 string 当成是 pattern 日期输出指令,第一个参数是被输出的 java.util.Date 对象或其子类对象 无第二个参数时按默认 patter 输出,第二个参数为 expr 表达式,表示 pattern 第二个为 date 时,表示当第一个为 null 时的默认值
DateDirective() - 类 的构造器com.jfinal.template.ext.directive.DateDirective
 
DateKit - com.jfinal.ext.kit中的类
DateKit.
DateKit() - 类 的构造器com.jfinal.ext.kit.DateKit
 
datePattern - 类 中的静态变量com.jfinal.ext.kit.DateKit
 
datePattern - 类 中的变量com.jfinal.json.JFinalJson
 
datePattern - 类 中的变量com.jfinal.json.Json
Json 继承类优先使用对象级的属性 datePattern, 然后才是全局性的 defaultDatePattern
datePattern - 类 中的变量com.jfinal.validate.Validator
 
Db - com.jfinal.plugin.activerecord中的类
Db.
Db() - 类 的构造器com.jfinal.plugin.activerecord.Db
 
DbKit - com.jfinal.plugin.activerecord中的类
DbKit
dbMeta - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
DbPro - com.jfinal.plugin.activerecord中的类
DbPro.
DbPro() - 类 的构造器com.jfinal.plugin.activerecord.DbPro
 
DbPro(String) - 类 的构造器com.jfinal.plugin.activerecord.DbPro
 
debug(String) - 类 中的静态方法com.jfinal.kit.LogKit
 
debug(String, Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
 
debug(String) - 类 中的方法com.jfinal.log.JdkLog
 
debug(String, Throwable) - 类 中的方法com.jfinal.log.JdkLog
 
debug(String) - 类 中的方法com.jfinal.log.Log
 
debug(String, Throwable) - 类 中的方法com.jfinal.log.Log
 
debug(String) - 类 中的方法com.jfinal.log.Log4jLog
 
debug(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLog
 
decode(String) - 类 中的静态方法com.jfinal.kit.Base64Kit
解码
decodeToStr(String) - 类 中的静态方法com.jfinal.kit.Base64Kit
解码
decodeToStr(String, String) - 类 中的静态方法com.jfinal.kit.Base64Kit
解码
decr(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 中储存的数字值减一。
decrBy(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 所储存的值减去减量 decrement 。
decrypt(byte[], String) - 类 中的静态方法com.jfinal.kit.AesKit
 
decrypt(byte[], byte[]) - 类 中的静态方法com.jfinal.kit.AesKit
 
decryptToStr(byte[], String) - 类 中的静态方法com.jfinal.kit.AesKit
 
decryptToStr(byte[], String, String) - 类 中的静态方法com.jfinal.kit.AesKit
 
DEFAULT_BASE_DOWNLOAD_PATH - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_BASE_UPLOAD_PATH - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_DATE_PATTERN - 类 中的静态变量com.jfinal.validate.Validator
 
DEFAULT_DEV_MODE - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_ENCODING - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_ENCODING - 类 中的静态变量com.jfinal.template.EngineConfig
 
DEFAULT_EXPIRE_TIME - 类 中的静态变量com.jfinal.captcha.Captcha
验证码默认过期时长 180 秒
DEFAULT_FREEMARKER_TEMPLATE_UPDATE_DELAY - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_I18N_MAX_AGE_OF_COOKIE - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_MAX_POST_SIZE - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_SECONDS_OF_TOKEN_TIME_OUT - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_TOKEN_NAME - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_TRANSACTION_LEVEL - 类 中的静态变量com.jfinal.plugin.activerecord.DbKit
 
DEFAULT_URL_PARA_SEPARATOR - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_VIEW_EXTENSION - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_VIEW_TYPE - 接口 中的静态变量com.jfinal.core.Const
 
defaultConfigName - 类 中的静态变量com.jfinal.plugin.cron4j.Cron4jPlugin
 
defaultContainerFactory - 接口 中的静态变量com.jfinal.plugin.activerecord.IContainerFactory
 
defaultDbProFactory - 接口 中的静态变量com.jfinal.plugin.activerecord.IDbProFactory
 
defaultKeyNamingPolicy - 接口 中的静态变量com.jfinal.plugin.redis.IKeyNamingPolicy
 
defaultValue - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
Define - com.jfinal.template.stat.ast中的类
Define 定义模板函数: #define funcName(p1, p2, ..., pn) body #end 模板函数类型: 1:全局共享的模板函数 通过 engine.addSharedFunction(...)
Define(String, ExprList, Stat, Location) - 类 的构造器com.jfinal.template.stat.ast.Define
 
del(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
删除给定的一个 key 不存在的 key 会被忽略。
del(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
删除给定的多个 key 不存在的 key 会被忽略。
delete(File) - 类 中的静态方法com.jfinal.kit.FileKit
 
delete(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
 
delete(Object) - 类 中的方法com.jfinal.kit.Kv
 
delete(Object) - 类 中的方法com.jfinal.kit.Okv
 
delete(Object) - 类 中的方法com.jfinal.kit.Ret
 
delete(String, String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Delete record.
delete(String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Example: boolean succeed = Db.delete("user", user);
delete(String, String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Delete record.
delete(String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Example: boolean succeed = DbPro.use().delete("user", user);
delete() - 类 中的方法com.jfinal.plugin.activerecord.Model
Delete model.
deleteById(String, Object) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Delete record by id with default primary key.
deleteById(String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Delete record by id.
deleteById(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Delete record by id with default primary key.
deleteById(String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Delete record by id.
deleteById(Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
Delete model by id.
deleteById(Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Delete model by composite id values.
destroy() - 类 中的方法com.jfinal.core.JFinalFilter
 
Dialect - com.jfinal.plugin.activerecord.dialect中的类
Dialect.
Dialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.Dialect
 
dialect - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
dialect - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
Dialect.Holder - com.jfinal.plugin.activerecord.dialect中的类
 
Directive - com.jfinal.template中的类
Directive 供用户继承并扩展自定义指令,具体用法可以参考 com.jfinal.template.ext.directive 包下面的例子
Directive() - 类 的构造器com.jfinal.template.Directive
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.jfinal.core.JFinalFilter
 
doIntercept(Invocation) - 类 中的方法com.jfinal.aop.PrototypeInterceptor
 
DOUBLE - 类 中的静态变量com.jfinal.template.expr.ast.Arith
 
DoubleConverter() - 类 的构造器com.jfinal.core.converter.Converters.DoubleConverter
 
DoubleExt - com.jfinal.template.ext.extensionmethod中的类
针对 java.lang.Double 的扩展方法 用法: #if(value.toInt() == 123)
DoubleExt() - 类 的构造器com.jfinal.template.ext.extensionmethod.DoubleExt
 
drawGraphic(String, BufferedImage) - 类 中的方法com.jfinal.captcha.CaptchaRender
 
DruidPlugin - com.jfinal.plugin.druid中的类
DruidPlugin.
DruidPlugin(String, String, String) - 类 的构造器com.jfinal.plugin.druid.DruidPlugin
 
DruidPlugin(String, String, String, String) - 类 的构造器com.jfinal.plugin.druid.DruidPlugin
 
DruidPlugin(String, String, String, String, String) - 类 的构造器com.jfinal.plugin.druid.DruidPlugin
 
DruidStatViewHandler - com.jfinal.plugin.druid中的类
替代 StatViewServlet
DruidStatViewHandler(String) - 类 的构造器com.jfinal.plugin.druid.DruidStatViewHandler
 
DruidStatViewHandler(String, IDruidStatViewAuth) - 类 的构造器com.jfinal.plugin.druid.DruidStatViewHandler
 
Duang - com.jfinal.aop中的类
duang duang duang
duang(Class<T>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Class<T>, Interceptor...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Class<T>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Class<T>, Interceptor...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Class<T>, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object, Interceptor...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Object) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Object, Interceptor...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Object, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Duang
 

E

EhCache - com.jfinal.plugin.activerecord.cache中的类
EhCache.
EhCache() - 类 的构造器com.jfinal.plugin.activerecord.cache.EhCache
 
EhCachePlugin - com.jfinal.plugin.ehcache中的类
EhCachePlugin.
EhCachePlugin() - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
EhCachePlugin(CacheManager) - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
EhCachePlugin(String) - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
EhCachePlugin(URL) - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
EhCachePlugin(InputStream) - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
EhCachePlugin(Configuration) - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
ElKit - com.jfinal.kit中的类
EL 表达式语言求值工具类 1:不带参示例 Integer value = ElKit.eval("1 + 2 * 3"); 2:带参示例 Kv data = Kv.by("a", 2).set("b", 3); Integer value = ElKit.eval("1 + a * b", data);
ElKit() - 类 的构造器com.jfinal.kit.ElKit
 
ElKit.InnerEvalDirective - com.jfinal.kit中的类
 
ElResolverListener - com.jfinal.ext.kit中的类
针对 weblogic 等部分容器无法 register ModelRecordElResolver 增强对象的情况, 添加此 Listern 到 web.xml 即可解决 用法,在 web.xml 中添加 ElResolverListener 的配置如下: com.jfinal.ext.kit.ElResolverListener
ElResolverListener() - 类 的构造器com.jfinal.ext.kit.ElResolverListener
 
Else - com.jfinal.template.stat.ast中的类
Else
Else(Stat) - 类 的构造器com.jfinal.template.stat.ast.Else
 
ElseIf - com.jfinal.template.stat.ast中的类
ElseIf
ElseIf(ExprList, Stat, Location) - 类 的构造器com.jfinal.template.stat.ast.ElseIf
 
emailAddressPattern - 类 中的静态变量com.jfinal.validate.Validator
 
encode(byte[]) - 类 中的静态方法com.jfinal.kit.Base64Kit
编码
encode(String) - 类 中的静态方法com.jfinal.kit.Base64Kit
编码
encode(String, String) - 类 中的静态方法com.jfinal.kit.Base64Kit
编码
encodeBase64(String) - 类 中的静态方法com.jfinal.kit.ImageKit
将文件编码成base64格式
encodeBase64(File) - 类 中的静态方法com.jfinal.kit.ImageKit
将文件编码成base64格式
encodeDataUri(String) - 类 中的静态方法com.jfinal.kit.ImageKit
生成形如data:image/jpeg;base64,iVBORw0KGgoA……的字符串,将图片文件Data URI化
encodeDataUri(File) - 类 中的静态方法com.jfinal.kit.ImageKit
生成形如data:image/jpeg;base64,iVBORw0KGgoA……的字符串,将图片文件Data URI化
encodeFileName(String) - 类 中的方法com.jfinal.render.FileRender
 
encodeFileName(HttpServletRequest, String) - 类 中的方法com.jfinal.render.FileRender
依据浏览器判断编码规则
encoding - 类 中的变量com.jfinal.template.source.ClassPathSource
 
encrypt(byte[], String) - 类 中的静态方法com.jfinal.kit.AesKit
 
encrypt(String, String) - 类 中的静态方法com.jfinal.kit.AesKit
 
encrypt(String, String, String) - 类 中的静态方法com.jfinal.kit.AesKit
 
encrypt(byte[], byte[]) - 类 中的静态方法com.jfinal.kit.AesKit
 
engine - 类 中的变量com.jfinal.render.RenderFactory
 
Engine - com.jfinal.template中的类
Engine Example: Engine.use().getTemplate(fileName).render(...); Engine.use().getTemplate(fileName).renderToString(
Engine() - 类 的构造器com.jfinal.template.Engine
Create engine without management of JFinal
Engine(String) - 类 的构造器com.jfinal.template.Engine
Create engine by engineName without management of JFinal
engine - 类 中的静态变量com.jfinal.template.ext.spring.JFinalViewResolver
 
EngineConfig - com.jfinal.template中的类
EngineConfig
EngineConfig() - 类 的构造器com.jfinal.template.EngineConfig
 
engineConfig - 类 中的变量com.jfinal.template.Env
 
enhance(Class<T>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>, Interceptor...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Class<T>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Class<T>, Interceptor...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Class<T>, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object, Interceptor...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Object) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Object, Interceptor...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Object, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>) - 类 中的方法com.jfinal.core.Controller
 
enhance(Class<T>, Interceptor...) - 类 中的方法com.jfinal.core.Controller
 
enhance(Class<T>, Class<? extends Interceptor>...) - 类 中的方法com.jfinal.core.Controller
 
enhance(Class<T>, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Class<T>) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Class<T>, Interceptor...) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Class<T>, Class<? extends Interceptor>...) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object, Interceptor...) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object, Class<? extends Interceptor>...) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Object) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Object, Interceptor...) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Object, Class<? extends Interceptor>...) - 类 中的方法com.jfinal.core.Controller
 
Enhancer - com.jfinal.aop中的类
Enhancer
entrySet() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
Env - com.jfinal.template中的类
Env 1:解析时存放 #define 定义的模板函数 2:运行时提供 #define 定义的模板函数 3:每个 Template 对象持有一个 Env 对象
Env(EngineConfig) - 类 的构造器com.jfinal.template.Env
 
equals(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
 
equals(Object) - 类 中的方法com.jfinal.kit.Kv
 
equals(Object) - 类 中的方法com.jfinal.kit.Okv
 
equals(Object) - 类 中的方法com.jfinal.kit.Ret
 
equals(String, String) - 类 中的静态方法com.jfinal.kit.StrKit
 
equals(Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
equals(Object) - 类 中的方法com.jfinal.plugin.activerecord.Record
 
equals(Object) - 类 中的方法com.jfinal.token.Token
 
error(String) - 类 中的静态方法com.jfinal.kit.LogKit
 
error(String, Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
 
error(String) - 类 中的方法com.jfinal.log.JdkLog
 
error(String, Throwable) - 类 中的方法com.jfinal.log.JdkLog
 
error(String) - 类 中的方法com.jfinal.log.Log
 
error(String, Throwable) - 类 中的方法com.jfinal.log.Log
 
error(String) - 类 中的方法com.jfinal.log.Log4jLog
 
error(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLog
 
errorCode - 类 中的变量com.jfinal.render.ErrorRender
 
ErrorRender - com.jfinal.render中的类
ErrorRender.
ErrorRender(int, String) - 类 的构造器com.jfinal.render.ErrorRender
 
escape(String) - 类 中的方法com.jfinal.json.JFinalJson
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters (U+0000 through U+001F).
escape(String, StringBuilder) - 类 中的方法com.jfinal.json.JFinalJson
 
EscapeDirective - com.jfinal.template.ext.directive中的类
Escape 对字符串进行转义 用法: #escape(value)
EscapeDirective() - 类 的构造器com.jfinal.template.ext.directive.EscapeDirective
 
eval(String) - 类 中的静态方法com.jfinal.kit.ElKit
 
eval(String, Map<?, ?>) - 类 中的静态方法com.jfinal.kit.ElKit
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Arith
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Array
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Assign
赋值语句有返回值,可以用于表达式计算
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Compare
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Const
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Expr
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.ExprList
对所有表达式求值,只返回最后一个表达式的值
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Field
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.ForCtrl
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Id
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.IncDec
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Index
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Logic
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Map
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Method
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.NullSafe
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.RangeArray
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.SharedMethod
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.StaticField
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.StaticMethod
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Ternary
 
eval(Scope) - 类 中的方法com.jfinal.template.expr.ast.Unary
unary : ('!'
evalExprList(Scope) - 类 中的方法com.jfinal.template.expr.ast.ExprList
对所有表达式求值,并返回所有表达式的值
EvictInterceptor - com.jfinal.plugin.ehcache中的类
EvictInterceptor.
EvictInterceptor() - 类 的构造器com.jfinal.plugin.ehcache.EvictInterceptor
 
ExceededSizeException - com.jfinal.upload中的异常错误
上传文件大小超出范围时抛出该异常 com.oreilly.servlet.multipart.MultipartParser 中会抛出以下异常 throw new ExceededSizeException("Posted content length of " + length + " exceeds limit of " + maxSize);
excludedTables - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.kit.ElKit.InnerEvalDirective
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.plugin.activerecord.sql.NameSpaceDirective
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.plugin.activerecord.sql.ParaDirective
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlDirective
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.ext.directive.DateDirective
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.ext.directive.EscapeDirective
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.ext.directive.NowDirective
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.ext.directive.RandomDirective
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.ext.directive.RenderDirective
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.ext.directive.StringDirective
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Break
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Call
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Continue
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Define
Define 的继承类可以覆盖此方法实现一些 register 类的动作
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Else
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.ElseIf
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.For
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.If
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Include
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Output
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Return
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Set
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.SetGlobal
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.SetLocal
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Stat
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.StatList
 
exec(Env, Scope, Writer) - 类 中的方法com.jfinal.template.stat.ast.Text
 
execute(ICallback) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
execute(ICallback) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
exists(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
检查给定 key 是否存在。
expire(Object, int) - 类 中的方法com.jfinal.plugin.redis.Cache
为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。
expireAt(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
EXPIREAT 的作用和 EXPIRE 类似,都用于为 key 设置生存时间。
Expr - com.jfinal.template.expr.ast中的类
Expr
Expr() - 类 的构造器com.jfinal.template.expr.ast.Expr
 
exprList - 类 中的变量com.jfinal.template.Directive
传递给指令的表达式列表 1:表达式列表可通过 exprList.eval(scope) 以及 exprList.evalExprList(scope) 进行求值 2:使用赋值表达式可实现参数传递功能 例如:#render("_hot.html", title="热门新闻", list=newsList)
ExprList - com.jfinal.template.expr.ast中的类
ExprList
ExprList(List<Expr>) - 类 的构造器com.jfinal.template.expr.ast.ExprList
 
ExprParser - com.jfinal.template.expr中的类
ExprParser
ExprParser(ParaToken, EngineConfig, String) - 类 的构造器com.jfinal.template.expr.ExprParser
 

F

fail() - 类 中的静态方法com.jfinal.kit.JMap
已过时。
 
fail(Object, Object) - 类 中的静态方法com.jfinal.kit.JMap
已过时。
 
fail() - 类 中的静态方法com.jfinal.kit.Kv
已过时。
fail(Object, Object) - 类 中的静态方法com.jfinal.kit.Kv
已过时。
fail() - 类 中的静态方法com.jfinal.kit.Ret
 
fail(Object, Object) - 类 中的静态方法com.jfinal.kit.Ret
 
FakeStaticHandler - com.jfinal.ext.handler中的类
FakeStaticHandler.
FakeStaticHandler() - 类 的构造器com.jfinal.ext.handler.FakeStaticHandler
 
FakeStaticHandler(String) - 类 的构造器com.jfinal.ext.handler.FakeStaticHandler
 
FALSE - 类 中的静态变量com.jfinal.template.expr.ast.Const
 
FastJson - com.jfinal.json中的类
Json 转换 fastjson 实现.
FastJson() - 类 的构造器com.jfinal.json.FastJson
 
FastJsonFactory - com.jfinal.json中的类
IJsonFactory 的 fastjson 实现.
FastJsonFactory() - 类 的构造器com.jfinal.json.FastJsonFactory
 
FastStringWriter - com.jfinal.template中的类
FastStringWriter 由 JDK 中 StringWriter 改造而成,将 StringBuffer 属性替换为 StringBuilder,避免 StringBuffer 的 synchronized 操作
FastStringWriter() - 类 的构造器com.jfinal.template.FastStringWriter
 
FastStringWriter(int) - 类 的构造器com.jfinal.template.FastStringWriter
 
fatal(String) - 类 中的静态方法com.jfinal.kit.LogKit
 
fatal(String, Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
 
fatal(String) - 类 中的方法com.jfinal.log.JdkLog
JdkLog fatal is the same as the error.
fatal(String, Throwable) - 类 中的方法com.jfinal.log.JdkLog
JdkLog fatal is the same as the error.
fatal(String) - 类 中的方法com.jfinal.log.Log
 
fatal(String, Throwable) - 类 中的方法com.jfinal.log.Log
 
fatal(String) - 类 中的方法com.jfinal.log.Log4jLog
 
fatal(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLog
 
Field - com.jfinal.template.expr.ast中的类
Field field 表达式取值优先次序,以 user.name 为例 1:假如 user.getName() 存在,则优先调用 2:假如 user 为 Model 子类,则调用 user.get("name") 3:假如 user 为 Record,则调用 user.get("name") 4:假如 user 为 Map,则调用 user.get("name") 5:假如 user 具有 public name 属性,则取 user.name 属性值
Field(Expr, String, Location) - 类 的构造器com.jfinal.template.expr.ast.Field
 
fieldFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.Cache
 
fieldFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.FstSerializer
 
fieldFromBytes(byte[]) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
fieldFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 
FieldKit - com.jfinal.template.expr.ast中的类
FieldKit
FieldKit() - 类 的构造器com.jfinal.template.expr.ast.FieldKit
 
fieldSetFromBytesSet(Set<byte[]>, Set<Object>) - 类 中的方法com.jfinal.plugin.redis.Cache
 
fieldsToBytesArray(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
 
fieldToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
 
fieldToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.serializer.FstSerializer
 
fieldToBytes(Object) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
fieldToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 
FileKit - com.jfinal.kit中的类
FileKit.
FileKit() - 类 的构造器com.jfinal.kit.FileKit
 
fileName - 类 中的变量com.jfinal.template.source.ClassPathSource
 
FileRender - com.jfinal.render中的类
FileRender.
FileRender(File) - 类 的构造器com.jfinal.render.FileRender
 
FileRender(File, String) - 类 的构造器com.jfinal.render.FileRender
 
FileRender(String) - 类 的构造器com.jfinal.render.FileRender
 
FileRender(String, String) - 类 的构造器com.jfinal.render.FileRender
 
FileSource - com.jfinal.template.source中的类
FileSource 用于从普通文件中加载模板内容
FileSource(String, String, String) - 类 的构造器com.jfinal.template.source.FileSource
 
FileSource(String, String) - 类 的构造器com.jfinal.template.source.FileSource
 
FileSourceFactory - com.jfinal.template.source中的类
FileSourceFactory 用于配置 Engine 使用 FileSource 加载模板文件 注意: FileSourceFactory 为模板引擎默认配置
FileSourceFactory() - 类 的构造器com.jfinal.template.source.FileSourceFactory
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
fillStatement(PreparedStatement, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
fillStatement(PreparedStatement, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
fillStatement(PreparedStatement, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
fillStatement(PreparedStatement, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
fillStatement(PreparedStatement, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
fillStatement(PreparedStatement, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
fillStatementHandleDateType(PreparedStatement, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
fillStatement 时处理日期类型
fillStatementHandleDateType(PreparedStatement, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
fillStatement 时处理日期类型
filter(int) - 类 中的方法com.jfinal.plugin.activerecord.Model
filter () 方法将被 save()、update() 调用,可用于过滤类似于 XSS 攻击脚本
FILTER_BY_SAVE - 类 中的静态变量com.jfinal.plugin.activerecord.Model
 
FILTER_BY_UPDATE - 类 中的静态变量com.jfinal.plugin.activerecord.Model
 
finalFileName - 类 中的变量com.jfinal.template.source.ClassPathSource
 
find(Connection, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
find(String, Connection, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
find(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
find(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
find(SqlPara) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
find(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
find(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
find(SqlPara) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
find(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model.
find(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
find(SqlPara) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
findByCache(String, Object, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Find Record by cache.
findByCache(String, Object, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
findByCache(String, Object, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Find Record by cache.
findByCache(String, Object, String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
findByCache(String, Object, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model by cache.
findByCache(String, Object, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
findById(String, Object) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Find record by id with default primary key.
findById(String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Find record by id.
findById(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Find record by id with default primary key.
findById(String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Find record by id.
findById(Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model by id.
findById(Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model by composite id values.
findByIdLoadColumns(Object, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model by id and load specific columns only.
findByIdLoadColumns(Object[], String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model by composite id values and load specific columns only.
findFirst(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Find first record.
findFirst(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
findFirst(SqlPara) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
findFirst(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Find first record.
findFirst(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
findFirst(SqlPara) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
findFirst(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find first model.
findFirst(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
findFirst(SqlPara) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
findFirstByCache(String, Object, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Find first record by cache.
findFirstByCache(String, Object, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
findFirstByCache(String, Object, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Find first record by cache.
findFirstByCache(String, Object, String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
findFirstByCache(String, Object, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find first model by cache.
findFirstByCache(String, Object, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
firstCharToLowerCase(String) - 类 中的静态方法com.jfinal.kit.StrKit
首字母变小写
firstCharToUpperCase(String) - 类 中的静态方法com.jfinal.kit.StrKit
首字母变大写
FLOAT - 类 中的静态变量com.jfinal.template.expr.ast.Arith
 
FloatConverter() - 类 的构造器com.jfinal.core.converter.Converters.FloatConverter
 
FloatExt - com.jfinal.template.ext.extensionmethod中的类
针对 java.lang.Float 的扩展方法 用法: #if(value.toInt() == 123)
FloatExt() - 类 的构造器com.jfinal.template.ext.extensionmethod.FloatExt
 
flush() - 类 中的方法com.jfinal.template.FastStringWriter
 
For - com.jfinal.template.stat.ast中的类
For 循环控制,支持 List、Map、数组、Collection、Iterator、Iterable Enumeration、null 以及任意单个对象的迭代,简单说是支持所有对象迭代 主要用法: 1:#for(item : list) #(item) #end 2:#for(item : list) #(item) #else content #end 3:#for(i=0; i<9; i++) #(item) #end 4:#for(i=0; i<9; i++) #(item) #else content #end
For(ForCtrl, StatList, Stat) - 类 的构造器com.jfinal.template.stat.ast.For
 
ForCtrl - com.jfinal.template.expr.ast中的类
forCtrl : ID : expression | exprList?
ForCtrl(Id, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.ForCtrl
ID : expr
ForCtrl(Expr, Expr, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.ForCtrl
exprList?
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
Do not delete the String[] pKeys parameter, the element of pKeys needs to trim()
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
ForEntry - com.jfinal.template.stat.ast中的类
ForEntry 包装 HashMap、LinkedHashMap 等 Map 类型的 Entry 对象
ForEntry(Map.Entry<Object, Object>) - 类 的构造器com.jfinal.template.stat.ast.ForEntry
 
forIE() - 类 中的方法com.jfinal.render.JsonRender
 
ForIteratorStatus - com.jfinal.template.stat.ast中的类
ForIteratorStatus 封装 #for( id : expr) 迭代语句状态,便于模板中获取 使用以下表达式可以模板中获取迭代状态: for.size 被迭代集合元素数量,不支持 Iterator 与 Iterable for.index 从 0 下始的下标 for.count 从 1 开始的计数器 for.first 是否第一个元素 for.last 是否最后一个元素 for.odd 是否第奇数个元素 for.even 是否第偶数个元素 for.outer 获取外层 for 对象,便于获取外层 for 循环状态 例如: for.outer.index
ForIteratorStatus(Object, Object, Location) - 类 的构造器com.jfinal.template.stat.ast.ForIteratorStatus
 
ForLoopStatus - com.jfinal.template.stat.ast中的类
ForLoopStatus 封装 #for( init; cond; update) 循环的状态,便于模板中获取 如下表达式可从模板中获取循环状态: for.index 从 0 下始的下标 for.count 从 1 开始的计数器 for.first 是否第一个元素 for.odd 是否第奇数个元素 for.even 是否第偶数个元素 for.outer 获取外层 for 对象,便于获取外层 for 循环状态 例如: for.outer.index 注意:比迭代型循环语句少支持两个状态取值表达式:for.size、for.last
ForLoopStatus(Object) - 类 的构造器com.jfinal.template.stat.ast.ForLoopStatus
 
format(String, Object...) - 类 中的方法com.jfinal.i18n.Res
Get the message value from ResourceBundle by the key then format with the arguments.
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forPaginate(int, int, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
SELECT * FROM subject t1 WHERE (SELECT count(*) FROM subject t2 WHERE t2.id < t1.id AND t2.key = '123') > = 10 AND (SELECT count(*) FROM subject t2 WHERE t2.id < t1.id AND t2.key = '123') < 20 AND t1.key = '123'
forPaginate(int, int, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forPaginate(int, int, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forPaginate(int, int, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forPaginate(int, int, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forPaginate(int, int, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forPaginate(int, int, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
sql.replaceFirst("(?
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forwardAction(String) - 类 中的方法com.jfinal.core.Controller
Forward to an action
FREE_MARKER_RENDER - 类 中的静态变量com.jfinal.plugin.ehcache.RenderType
 
FreeMarkerRender - com.jfinal.render中的类
FreeMarkerRender.
FreeMarkerRender(String) - 类 的构造器com.jfinal.render.FreeMarkerRender
 
FstSerializer - com.jfinal.plugin.redis.serializer中的类
FstSerializer.
FstSerializer() - 类 的构造器com.jfinal.plugin.redis.serializer.FstSerializer
 
functionMap - 类 中的变量com.jfinal.template.Env
 

G

genAesKey() - 类 中的静态方法com.jfinal.kit.AesKit
 
genBaseModelContent(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genCell(int, String, String, String, String, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
genClassDefine(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genClassDefine(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
genClassDefine(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
genColumn(TableMeta, ColumnMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
genDao(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
generate(HttpServletRequest) - 类 中的方法com.jfinal.ext.kit.SessionIdKit
 
generate(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
generate(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
generate() - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
 
generate(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
generate(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
generateChainSetter - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
generateDaoInModel - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
generateDataDictionary - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
generateNullValue - 类 中的变量com.jfinal.json.Jackson
 
generateSalt(int) - 类 中的静态方法com.jfinal.kit.HashKit
md5 128bit 16bytes sha1 160bit 20bytes sha256 256bit 32bytes sha384 384bit 48bytes sha512 512bit 64bytes
generateSaltForSha256() - 类 中的静态方法com.jfinal.kit.HashKit
 
generateSaltForSha512() - 类 中的静态方法com.jfinal.kit.HashKit
 
generateTable(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
Generator - com.jfinal.plugin.activerecord.generator中的类
生成器 1:生成时会强制覆盖 Base model、MappingKit、DataDictionary,建议不要修改三类文件,在数据库有变化重新生成一次便可 2:生成 Model 不会覆盖已经存在的文件,Model 通常会被人为修改和维护 3:MappingKit 文件默认会在生成 Model 文件的同时生成 4:DataDictionary 文件默认不会生成。
Generator(DataSource, String, String, String, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.Generator
构造 Generator,生成 BaseModel、Model、MappingKit 三类文件,其中 MappingKit 输出目录与包名与 Model相同
Generator(DataSource, String, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.Generator
构造 Generator,只生成 baseModel
Generator(DataSource, BaseModelGenerator) - 类 的构造器com.jfinal.plugin.activerecord.generator.Generator
 
Generator(DataSource, BaseModelGenerator, ModelGenerator) - 类 的构造器com.jfinal.plugin.activerecord.generator.Generator
使用指定 BaseModelGenerator、ModelGenerator 构造 Generator 生成 BaseModel、Model、MappingKit 三类文件,其中 MappingKit 输出目录与包名与 Model相同
genGetMethodName(ColumnMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genImport(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genImport(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
genImport(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
genMappingMethod(List<TableMeta>, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
genModelContent(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
genPackage(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genPackage(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
genPackage(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
genSeparateLine(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
genSetMethodName(ColumnMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genTableHead(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
get(String) - 类 中的方法com.jfinal.captcha.CaptchaCache
 
get(String) - 接口 中的方法com.jfinal.captcha.ICaptchaCache
 
GET - com.jfinal.ext.interceptor中的类
Accept GET method only.
GET() - 类 的构造器com.jfinal.ext.interceptor.GET
 
get(String) - 类 中的方法com.jfinal.i18n.Res
Get the message value from ResourceBundle of the related Locale.
get(String, Map<String, String>, Map<String, String>) - 类 中的静态方法com.jfinal.kit.HttpKit
Send GET request
get(String, Map<String, String>) - 类 中的静态方法com.jfinal.kit.HttpKit
 
get(String) - 类 中的静态方法com.jfinal.kit.HttpKit
 
get(String) - 类 中的方法com.jfinal.kit.Prop
 
get(String, String) - 类 中的方法com.jfinal.kit.Prop
 
get(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
get(String, String) - 类 中的静态方法com.jfinal.kit.PropKit
 
get(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.cache.EhCache
 
get(String, Object) - 接口 中的方法com.jfinal.plugin.activerecord.cache.ICache
 
get(Object) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
get(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of any mysql type
get(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of any mysql type.
get(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of any mysql type
get(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of any mysql type.
get(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Sqls
已过时。
 
get(String, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Sqls
已过时。
 
get(String, Object) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
get(String, Object, IDataLoader) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
get(String, Object, Class<? extends IDataLoader>) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
get(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回 key 所关联的 value 值 如果 key 不存在那么返回特殊值 nil 。
get(int) - 类 中的方法com.jfinal.template.expr.ast.RangeArray.RangeList
 
get(Object) - 类 中的方法com.jfinal.template.stat.Scope
获取变量 自内向外在作用域栈中查找变量,返回最先找到的变量
getAccessToken(HttpServletRequest) - 类 中的静态方法com.jfinal.plugin.auth.AccessTokenBuilder
 
getAction(String, String[]) - 类 中的方法com.jfinal.core.JFinal
 
getActionKey() - 类 中的方法com.jfinal.aop.Invocation
Return the action key.
getActionKey() - 类 中的方法com.jfinal.core.Action
 
getActionKey() - 类 中的方法com.jfinal.validate.Validator
Return the action key of this action.
getActionMethod() - 类 中的方法com.jfinal.validate.Validator
Return the method of this action.
getActionMethodName() - 类 中的方法com.jfinal.validate.Validator
Return the method name of this action.
getAll() - 接口 中的方法com.jfinal.token.ITokenCache
 
getAllActionKeys() - 类 中的方法com.jfinal.core.JFinal
 
getArg(int) - 类 中的方法com.jfinal.aop.Invocation
 
getArgs() - 类 中的方法com.jfinal.aop.Invocation
 
getAs(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
 
getAs(Object) - 类 中的方法com.jfinal.kit.Kv
 
getAs(Object) - 类 中的方法com.jfinal.kit.Okv
 
getAs(Object) - 类 中的方法com.jfinal.kit.Ret
 
getAttr(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttr(String) - 接口 中的方法com.jfinal.plugin.auth.ISession
 
getAttrForInt(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttrForStr(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttrNames() - 类 中的方法com.jfinal.core.Controller
Returns an Enumeration containing the names of the attributes available to this request.
getAttrNames() - 接口 中的方法com.jfinal.plugin.auth.ISession
 
getAttrs(Model) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
Return the attributes map of the model
getAttrs() - 类 中的方法com.jfinal.render.JsonRender
 
getAttrsMap() - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
getAttrsMap() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory
 
getAttrsMap() - 接口 中的方法com.jfinal.plugin.activerecord.IContainerFactory
 
getAttrsMap() - 类 中的方法com.jfinal.plugin.activerecord.OrderedFieldContainerFactory
 
getBaseDownloadPath() - 类 中的方法com.jfinal.config.Constants
 
getBaseName() - 类 中的方法com.jfinal.i18n.I18nInterceptor
Return the baseName, which is used as base name of the i18n resource file.
getBaseTemplatePath() - 类 中的方法com.jfinal.template.Engine
 
getBaseTemplatePath() - 类 中的方法com.jfinal.template.EngineConfig
 
getBaseUploadPath() - 类 中的方法com.jfinal.config.Constants
 
getBaseViewPath() - 类 中的方法com.jfinal.config.Routes
 
getBean(Class<T>) - 类 中的方法com.jfinal.core.Controller
 
getBean(Class<T>, boolean) - 类 中的方法com.jfinal.core.Controller
 
getBean(Class<T>, String) - 类 中的方法com.jfinal.core.Controller
 
getBean(Class<T>, String, boolean) - 类 中的方法com.jfinal.core.Controller
 
getBigDecimal(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: decimal, numeric
getBigDecimal(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: decimal, numeric
getBigInteger(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: unsigned bigint
getBigInteger(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: unsigned bigint
getBoolean(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
 
getBoolean(Object) - 类 中的方法com.jfinal.kit.Kv
 
getBoolean(Object) - 类 中的方法com.jfinal.kit.Okv
 
getBoolean(String) - 类 中的方法com.jfinal.kit.Prop
 
getBoolean(String, Boolean) - 类 中的方法com.jfinal.kit.Prop
 
getBoolean(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
getBoolean(String, Boolean) - 类 中的静态方法com.jfinal.kit.PropKit
 
getBoolean(Object) - 类 中的方法com.jfinal.kit.Ret
 
getBoolean(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: bit, tinyint(1)
getBoolean(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: bit, tinyint(1)
getBoolean() - 类 中的方法com.jfinal.template.expr.ast.Const
 
getBuffer() - 类 中的方法com.jfinal.template.FastStringWriter
 
getBytes(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: binary, varbinary, tinyblob, blob, mediumblob, longblob
getBytes(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: binary, varbinary, tinyblob, blob, mediumblob, longblob I have not finished the test.
getCache() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getCache() - 类 中的方法com.jfinal.plugin.redis.RedisInterceptor
通过继承 RedisInterceptor 类并覆盖此方法,可以指定 当前线程所使用的 cache
getCacheManager() - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
getCaptchaCache() - 类 中的方法com.jfinal.captcha.CaptchaManager
 
getCaptchaKeyFromCookie() - 类 中的方法com.jfinal.captcha.CaptchaRender
 
getCaptchaRender() - 接口 中的方法com.jfinal.render.IRenderFactory
 
getCaptchaRender() - 类 中的方法com.jfinal.render.RenderFactory
 
getClassLoader() - 类 中的方法com.jfinal.template.source.ClassPathSource
 
getColumnNames() - 类 中的方法com.jfinal.plugin.activerecord.Record
Return column names of this record.
getColumns() - 类 中的方法com.jfinal.plugin.activerecord.Record
Return columns map.
getColumnsMap() - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
getColumnsMap() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory
 
getColumnsMap() - 接口 中的方法com.jfinal.plugin.activerecord.IContainerFactory
 
getColumnsMap() - 类 中的方法com.jfinal.plugin.activerecord.OrderedFieldContainerFactory
 
getColumnType(String) - 类 中的方法com.jfinal.plugin.activerecord.Table
 
getColumnTypeMap() - 类 中的方法com.jfinal.plugin.activerecord.Table
 
getColumnTypeMapEntrySet() - 类 中的方法com.jfinal.plugin.activerecord.Table
 
getColumnValues() - 类 中的方法com.jfinal.plugin.activerecord.Record
Return column values of this record.
getComboPooledDataSource() - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
getCommonPropertyType(ELContext, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
getCond() - 类 中的方法com.jfinal.template.expr.ast.ForCtrl
 
getConfig() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
getConfig() - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
getConfig(String) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
getConfig(Class<? extends Model>) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
getConfig() - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
getConfigSet() - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
getConfiguration() - 类 中的静态方法com.jfinal.render.FreeMarkerRender
freemarker can not load freemarker.properies automatically
getConfigWithTxConfig(Invocation) - 类 中的静态方法com.jfinal.plugin.activerecord.tx.Tx
 
getConnection() - 类 中的方法com.jfinal.plugin.activerecord.Config
Get Connection.
getConstants() - 类 中的方法com.jfinal.core.JFinal
 
getConstants() - 类 中的方法com.jfinal.render.RenderManager
 
getContainerFactory() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getContent() - 类 中的方法com.jfinal.template.source.ClassPathSource
 
getContent() - 类 中的方法com.jfinal.template.source.FileSource
 
getContent() - 接口 中的方法com.jfinal.template.source.ISource
content of ISource
getContent() - 类 中的方法com.jfinal.template.source.StringSource
 
getContent() - 类 中的方法com.jfinal.template.stat.ast.Text
 
getContent() - 类 中的方法com.jfinal.template.stat.ParaToken
 
getContentType() - 类 中的方法com.jfinal.render.FreeMarkerRender
继承类可通过覆盖此方法改变 contentType,从而重用 freemarker 模板功能 例如利用 freemarker 实现 FreeMarkerXmlRender 生成 Xml 内容
getContentType() - 类 中的方法com.jfinal.render.TemplateRender
 
getContentType() - 类 中的方法com.jfinal.render.TextRender
 
getContentType() - 类 中的方法com.jfinal.render.VelocityRender
继承类可通过覆盖此方法改变 contentType,从而重用 velocity 模板功能 例如利用 velocity 实现 VelocityXmlRender
getContentType() - 类 中的方法com.jfinal.render.XmlRender
 
getContentType() - 类 中的方法com.jfinal.upload.UploadFile
 
getContextPath() - 类 中的方法com.jfinal.core.JFinal
 
getController() - 类 中的方法com.jfinal.aop.Invocation
Return the controller of this action.
getController() - 类 中的方法com.jfinal.validate.Validator
Return the controller of this action.
getControllerClass() - 类 中的方法com.jfinal.config.Routes.Route
 
getControllerClass() - 类 中的方法com.jfinal.core.Action
 
getControllerKey() - 类 中的方法com.jfinal.aop.Invocation
Return the controller key.
getControllerKey() - 类 中的方法com.jfinal.config.Routes.Route
 
getControllerKey() - 类 中的方法com.jfinal.core.Action
 
getControllerKey() - 类 中的方法com.jfinal.validate.Validator
Return the controller key of this action.
getCookie(String, String) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name.
getCookie(String) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name.
getCookieObject(String) - 类 中的方法com.jfinal.core.Controller
Get cookie object by cookie name.
getCookieObjects() - 类 中的方法com.jfinal.core.Controller
Get all cookie objects.
getCookieToInt(String) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name and convert to Integer.
getCookieToInt(String, Integer) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name and convert to Integer.
getCookieToLong(String) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name and convert to Long.
getCookieToLong(String, Long) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name and convert to Long.
getCount() - 类 中的方法com.jfinal.template.stat.ast.ForIteratorStatus
 
getCount() - 类 中的方法com.jfinal.template.stat.ast.ForLoopStatus
 
getCounter(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
获取记数器的值
getCtrl() - 类 中的方法com.jfinal.template.stat.Scope
 
getData() - 类 中的方法com.jfinal.template.stat.Scope
获取本层作用域 data,可能为 null 值
getDataSource() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getDataSource() - 接口 中的方法com.jfinal.plugin.activerecord.IDataSourceProvider
 
getDataSource() - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
getDataSource() - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
getDataSource() - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
 
getDate(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: date, year
getDate(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: date, year
getDatePattern() - 类 中的方法com.jfinal.json.Json
 
getDatePattern() - 类 中的方法com.jfinal.template.Engine
 
getDatePattern() - 类 中的方法com.jfinal.template.EngineConfig
 
getDatePattern() - 类 中的方法com.jfinal.validate.Validator
 
getDbPro(String) - 接口 中的方法com.jfinal.plugin.activerecord.IDbProFactory
 
getDbProFactory() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getDefaultDatePattern() - 类 中的方法com.jfinal.json.Json
 
getDefaultPrimaryKey() - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
getDefaultPrimaryKey() - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
getDefaultRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getDefaultRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getDevMode() - 类 中的方法com.jfinal.config.Constants
 
getDevMode() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
getDevMode() - 类 中的静态方法com.jfinal.render.Render
 
getDevMode() - 类 中的方法com.jfinal.template.Engine
 
getDialect() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getDirective(String) - 类 中的方法com.jfinal.template.EngineConfig
 
getDouble(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: real, double
getDouble(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: real, double
getDouble() - 类 中的方法com.jfinal.template.expr.ast.Const
 
getEncoding() - 类 中的方法com.jfinal.config.Constants
 
getEncoding() - 类 中的静态方法com.jfinal.render.Render
 
getEncoding() - 类 中的方法com.jfinal.template.Engine
 
getEncoding() - 类 中的方法com.jfinal.template.EngineConfig
 
getEncoding() - 类 中的方法com.jfinal.template.source.ClassPathSource
 
getEncoding() - 类 中的方法com.jfinal.template.source.FileSource
 
getEncoding() - 接口 中的方法com.jfinal.template.source.ISource
encoding of content
getEncoding() - 类 中的方法com.jfinal.template.source.StringSource
 
getEngine() - 类 中的方法com.jfinal.kit.ElKit
 
getEngine() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
getEngine() - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
 
getEngine() - 类 中的方法com.jfinal.render.RenderManager
 
getEngine() - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
 
getEngineConfig() - 类 中的方法com.jfinal.template.Engine
 
getEngineConfig() - 类 中的方法com.jfinal.template.Env
 
getErrorCode() - 异常错误 中的方法com.jfinal.core.ActionException
 
getErrorCode() - 类 中的方法com.jfinal.render.ErrorRender
 
getErrorHtml() - 类 中的方法com.jfinal.render.ErrorRender
 
getErrorRender() - 异常错误 中的方法com.jfinal.core.ActionException
 
getErrorRender(int, String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getErrorRender(int) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getErrorRender(int, String) - 类 中的方法com.jfinal.render.RenderFactory
 
getErrorRender(int) - 类 中的方法com.jfinal.render.RenderFactory
 
getErrorView(int) - 类 中的方法com.jfinal.config.Constants
 
getEven() - 类 中的方法com.jfinal.template.stat.ast.ForIteratorStatus
 
getEven() - 类 中的方法com.jfinal.template.stat.ast.ForLoopStatus
 
getExpirationTime() - 类 中的方法com.jfinal.token.Token
 
getExpireAt() - 类 中的方法com.jfinal.captcha.Captcha
 
getExpr(int) - 类 中的方法com.jfinal.template.expr.ast.ExprList
 
getExpr() - 类 中的方法com.jfinal.template.expr.ast.ForCtrl
 
getExprArray() - 类 中的方法com.jfinal.template.expr.ast.ExprList
 
getFeatureDescriptors(ELContext, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
getField(String, Class<?>, String) - 类 中的静态方法com.jfinal.template.expr.ast.FieldKit
 
getFieldKey(Class<?>, String) - 类 中的静态方法com.jfinal.template.expr.ast.FieldKit
获取 Field 用于缓存的 key
getFile(String, String, Integer, String) - 类 中的方法com.jfinal.core.Controller
 
getFile(String, String, int) - 类 中的方法com.jfinal.core.Controller
 
getFile(String, String) - 类 中的方法com.jfinal.core.Controller
 
getFile() - 类 中的方法com.jfinal.core.Controller
 
getFile(String) - 类 中的方法com.jfinal.core.Controller
 
getFile() - 类 中的方法com.jfinal.upload.UploadFile
 
getFileExtension(String) - 类 中的静态方法com.jfinal.kit.FileKit
 
getFileExtension(File) - 类 中的静态方法com.jfinal.kit.FileKit
 
getFileFromJar(String) - 类 中的静态方法com.jfinal.kit.PathKit
 
getFileName() - 类 中的方法com.jfinal.template.source.FileSource
 
getFileName() - 类 中的方法com.jfinal.upload.UploadFile
 
getFileRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getFileRender(String, String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getFileRender(File) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getFileRender(File, String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getFileRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getFileRender(String, String) - 类 中的方法com.jfinal.render.RenderFactory
 
getFileRender(File) - 类 中的方法com.jfinal.render.RenderFactory
 
getFileRender(File, String) - 类 中的方法com.jfinal.render.RenderFactory
 
getFiles(String, Integer, String) - 类 中的方法com.jfinal.core.Controller
Get upload file from multipart request.
getFiles(String, int) - 类 中的方法com.jfinal.core.Controller
 
getFiles(String) - 类 中的方法com.jfinal.core.Controller
 
getFiles() - 类 中的方法com.jfinal.core.Controller
 
getFiles() - 类 中的方法com.jfinal.upload.MultipartRequest
 
getFinalFileName() - 类 中的方法com.jfinal.template.source.FileSource
 
getFinalViewPath(String) - 类 中的方法com.jfinal.config.Routes.Route
 
getFirst() - 类 中的方法com.jfinal.template.stat.ast.ForIteratorStatus
 
getFirst() - 类 中的方法com.jfinal.template.stat.ast.ForLoopStatus
 
getFloat(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: float
getFloat(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: float
getFloat() - 类 中的方法com.jfinal.template.expr.ast.Const
 
getForIE() - 类 中的方法com.jfinal.render.JsonRender
 
getFreeMarkerRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getFreeMarkerRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getFreeMarkerTemplateUpdateDelay() - 类 中的方法com.jfinal.config.Constants
 
getFunction(String) - 类 中的方法com.jfinal.template.Env
Get function of current template first, getting shared function if null before
getFunctionName() - 类 中的方法com.jfinal.template.stat.ast.Define
 
getGetterMethod(String, Class<?>, String) - 类 中的静态方法com.jfinal.template.expr.ast.MethodKit
获取 getter 方法 使用与 Field 相同的 key,避免生成两次 key值
getGetterOfModel(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
针对 Model 中六种可以自动转换类型的 getter 方法,调用其具有确定类型返回值的 getter 方法 享用自动类型转换的便利性,例如 getInt(String)、getStr(String) 其它方法使用泛型返回值方法: get(String) 注意:jfinal 3.2 及以上版本 Model 中的六种 getter 方法才具有类型转换功能
getGlobal(Object) - 类 中的方法com.jfinal.template.stat.Scope
获取全局变量 全局作用域是指本次请求的整个 template
getHandler(List<Handler>, Handler) - 类 中的静态方法com.jfinal.handler.HandlerFactory
Build handler chain
getHandlerList() - 类 中的方法com.jfinal.config.Handlers
 
getHeader(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of the specified request header as a String.
getHtmlRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getHtmlRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getId() - 接口 中的方法com.jfinal.plugin.auth.ISession
 
getId() - 类 中的方法com.jfinal.template.expr.ast.Assign
获取 assign 表达式左侧标识符 id 在自定义指令中得到 id 值,可以得知该赋值表达式是针对哪个变量在操作,有助于扩展 需求来源:http://www.jfinal.com/share/379
getId() - 类 中的方法com.jfinal.template.expr.ast.ForCtrl
 
getId() - 类 中的方法com.jfinal.template.expr.ast.Id
 
getId() - 类 中的方法com.jfinal.token.Token
Returns a string containing the unique identifier assigned to this token.
getIndex() - 类 中的方法com.jfinal.template.expr.ast.Assign
 
getIndex() - 类 中的方法com.jfinal.template.stat.ast.ForIteratorStatus
 
getIndex() - 类 中的方法com.jfinal.template.stat.ast.ForLoopStatus
 
getInit() - 类 中的方法com.jfinal.template.expr.ast.ForCtrl
 
getInt(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
 
getInt(Object) - 类 中的方法com.jfinal.kit.Kv
 
getInt(Object) - 类 中的方法com.jfinal.kit.Okv
 
getInt(String) - 类 中的方法com.jfinal.kit.Prop
 
getInt(String, Integer) - 类 中的方法com.jfinal.kit.Prop
 
getInt(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
getInt(String, Integer) - 类 中的静态方法com.jfinal.kit.PropKit
 
getInt(Object) - 类 中的方法com.jfinal.kit.Ret
 
getInt(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: int, integer, tinyint(n) n > 1, smallint, mediumint
getInt(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: int, integer, tinyint(n) n > 1, smallint, mediumint
getInt() - 类 中的方法com.jfinal.template.expr.ast.Const
 
getInterceptors() - 类 中的方法com.jfinal.config.Routes
 
getInterceptors() - 类 中的方法com.jfinal.core.Action
 
getJavascriptRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getJavascriptRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getJedis() - 类 中的方法com.jfinal.plugin.redis.Cache
 
getJedisPoolConfig() - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
当RedisPlugin 提供的设置属性仍然无法满足需求时,通过此方法获取到 JedisPoolConfig 对象,可对 redis 进行更加细致的配置 例如: redisPlugin.getJedisPoolConfig().setMaxTotal(100);
getJson() - 类 中的静态方法com.jfinal.json.FastJson
 
getJson() - 类 中的方法com.jfinal.json.FastJsonFactory
 
getJson() - 接口 中的方法com.jfinal.json.IJsonFactory
 
getJson() - 类 中的静态方法com.jfinal.json.Jackson
 
getJson() - 类 中的方法com.jfinal.json.JacksonFactory
 
getJson() - 类 中的静态方法com.jfinal.json.JFinalJson
 
getJson() - 类 中的方法com.jfinal.json.JFinalJsonFactory
 
getJson() - 类 中的静态方法com.jfinal.json.Json
 
getJson() - 类 中的方法com.jfinal.json.MixedJsonFactory
 
getJsonRender() - 接口 中的方法com.jfinal.render.IRenderFactory
 
getJsonRender(String, Object) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getJsonRender(String[]) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getJsonRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getJsonRender(Object) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getJsonRender() - 类 中的方法com.jfinal.render.RenderFactory
 
getJsonRender(String, Object) - 类 中的方法com.jfinal.render.RenderFactory
 
getJsonRender(String[]) - 类 中的方法com.jfinal.render.RenderFactory
 
getJsonRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getJsonRender(Object) - 类 中的方法com.jfinal.render.RenderFactory
 
getJsonText() - 类 中的方法com.jfinal.render.JsonRender
 
getJspRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getJspRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getKey() - 类 中的方法com.jfinal.captcha.Captcha
 
getKey() - 类 中的方法com.jfinal.template.expr.ast.MethodInfo
 
getKey() - 类 中的方法com.jfinal.template.source.ClassPathSource
 
getKey() - 类 中的方法com.jfinal.template.source.FileSource
 
getKey() - 接口 中的方法com.jfinal.template.source.ISource
key used to cache, return null if do not cache the template 注意:如果不希望缓存从该 ISource 解析出来的 Template 对象 让 getKey() 返回 null 值即可
getKey() - 类 中的方法com.jfinal.template.source.StringSource
 
getKey() - 类 中的方法com.jfinal.template.stat.ast.ForEntry
 
getKeyName(Object) - 接口 中的方法com.jfinal.plugin.redis.IKeyNamingPolicy
 
getKeyNamingPolicy() - 类 中的方法com.jfinal.plugin.redis.Cache
 
getKeys(String) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
getLast() - 类 中的方法com.jfinal.template.stat.ast.ForIteratorStatus
 
getLastModified() - 类 中的方法com.jfinal.template.source.ClassPathSource
 
getLength() - 类 中的方法com.jfinal.template.expr.ast.Array.ArrayListExt
 
getList() - 类 中的方法com.jfinal.plugin.activerecord.Page
Return list of this page.
getLocal(Object) - 类 中的方法com.jfinal.template.stat.Scope
获取局部变量
getLocaleParaName() - 类 中的方法com.jfinal.i18n.I18nInterceptor
Return the localeParaName, which is used as para name to get locale from the request para and the cookie.
getLocation() - 类 中的方法com.jfinal.template.stat.ast.Stat
 
getLog(Class<?>) - 接口 中的方法com.jfinal.log.ILogFactory
 
getLog(String) - 接口 中的方法com.jfinal.log.ILogFactory
 
getLog(Class<?>) - 类 中的静态方法com.jfinal.log.JdkLog
 
getLog(String) - 类 中的静态方法com.jfinal.log.JdkLog
 
getLog(Class<?>) - 类 中的方法com.jfinal.log.JdkLogFactory
 
getLog(String) - 类 中的方法com.jfinal.log.JdkLogFactory
 
getLog(Class<?>) - 类 中的静态方法com.jfinal.log.Log
 
getLog(String) - 类 中的静态方法com.jfinal.log.Log
 
getLog(Class<?>) - 类 中的静态方法com.jfinal.log.Log4jLog
 
getLog(String) - 类 中的静态方法com.jfinal.log.Log4jLog
 
getLog(Class<?>) - 类 中的方法com.jfinal.log.Log4jLogFactory
 
getLog(String) - 类 中的方法com.jfinal.log.Log4jLogFactory
 
getLong(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
 
getLong(Object) - 类 中的方法com.jfinal.kit.Kv
 
getLong(Object) - 类 中的方法com.jfinal.kit.Okv
 
getLong(String) - 类 中的方法com.jfinal.kit.Prop
 
getLong(String, Long) - 类 中的方法com.jfinal.kit.Prop
 
getLong(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
getLong(String, Long) - 类 中的静态方法com.jfinal.kit.PropKit
 
getLong(Object) - 类 中的方法com.jfinal.kit.Ret
 
getLong(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: bigint, unsign int
getLong(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: bigint
getLong() - 类 中的方法com.jfinal.template.expr.ast.Const
 
getMapOfValue(Object) - 类 中的方法com.jfinal.template.stat.Scope
自内向外在作用域栈中查找变量,获取变量所在的 Map,主要用于 IncDec
getMaxPostSize() - 类 中的方法com.jfinal.config.Constants
 
getMethod() - 类 中的方法com.jfinal.aop.Invocation
Return the method of this action.
getMethod() - 类 中的方法com.jfinal.core.Action
 
getMethod(Class<?>, String, Object[]) - 类 中的静态方法com.jfinal.template.expr.ast.MethodKit
 
getMethodName() - 类 中的方法com.jfinal.aop.Invocation
Return the method name of this action's method.
getMethodName() - 类 中的方法com.jfinal.core.Action
 
getModel(Class<T>) - 类 中的方法com.jfinal.core.Controller
Get model from http request.
getModel(Class<T>, boolean) - 类 中的方法com.jfinal.core.Controller
 
getModel(Class<T>, String) - 类 中的方法com.jfinal.core.Controller
Get model from http request.
getModel(Class<T>, String, boolean) - 类 中的方法com.jfinal.core.Controller
 
getModelClass() - 类 中的方法com.jfinal.plugin.activerecord.Table
 
getModelGeneratedKey(Model<?>, PreparedStatement, Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
用于获取 Model.save() 以后自动生成的主键值,可通过覆盖此方法实现更精细的控制 目前只有 PostgreSqlDialect,覆盖过此方法
getModelGeneratedKey(Model<?>, PreparedStatement, Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
解决 PostgreSql 获取自增主键时 rs.getObject(1) 总是返回第一个字段的值,而非返回了 id 值 issue: https://www.oschina.net/question/2312705_2243354 相对于 Dialect 中的默认实现,仅将 rs.getXxx(1) 改成了 rs.getXxx(pKey)
getModifyFlag(Model) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
getModifyFlagSet() - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
getModifyFlagSet() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory
 
getModifyFlagSet() - 接口 中的方法com.jfinal.plugin.activerecord.IContainerFactory
 
getModifyFlagSet() - 类 中的方法com.jfinal.plugin.activerecord.OrderedFieldContainerFactory
 
getName() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getName() - 类 中的方法com.jfinal.plugin.activerecord.Table
 
getName() - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
getName() - 类 中的方法com.jfinal.plugin.redis.Cache
 
getName() - 类 中的方法com.jfinal.template.Engine
 
getName() - 类 中的方法com.jfinal.template.expr.ast.MethodInfo
 
getNullRender() - 接口 中的方法com.jfinal.render.IRenderFactory
 
getNullRender() - 类 中的方法com.jfinal.render.RenderFactory
 
getNumber(Object) - 类 中的方法com.jfinal.kit.Kv
 
getNumber(Object) - 类 中的方法com.jfinal.kit.Okv
 
getNumber(Object) - 类 中的方法com.jfinal.kit.Ret
 
getNumber(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of any type that extends from Number
getNumber(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of any type that extends from Number
getNumberValue() - 类 中的方法com.jfinal.template.expr.NumTok
 
getObjectMapper() - 类 中的方法com.jfinal.json.Jackson
通过获取 ObjectMapper 进行更个性化设置,满足少数特殊情况
getOdd() - 类 中的方法com.jfinal.template.stat.ast.ForIteratorStatus
 
getOdd() - 类 中的方法com.jfinal.template.stat.ast.ForLoopStatus
 
getOriginalFileName() - 类 中的方法com.jfinal.upload.UploadFile
 
getOuter() - 类 中的方法com.jfinal.template.stat.ast.ForIteratorStatus
 
getOuter() - 类 中的方法com.jfinal.template.stat.ast.ForLoopStatus
 
getOutputDirective(ExprList, Location) - 类 中的方法com.jfinal.template.EngineConfig
 
getOutputDirective(ExprList, Location) - 接口 中的方法com.jfinal.template.IOutputDirectiveFactory
 
getOutputDirective(ExprList, Location) - 类 中的方法com.jfinal.template.OutputDirectiveFactory
 
getPackagePath(Object) - 类 中的静态方法com.jfinal.kit.PathKit
 
getPageNumber() - 类 中的方法com.jfinal.plugin.activerecord.Page
Return page number.
getPageSize() - 类 中的方法com.jfinal.plugin.activerecord.Page
Return page size.
getPara(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getPara(String, String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter as a String, or default value if the parameter does not exist.
getPara() - 类 中的方法com.jfinal.core.Controller
Get all para with separator char from url
getPara(int) - 类 中的方法com.jfinal.core.Controller
Get para from url.
getPara(int, String) - 类 中的方法com.jfinal.core.Controller
Get para from url with default value if it is null or "".
getPara() - 类 中的方法com.jfinal.plugin.activerecord.SqlPara
 
getParaMap() - 类 中的方法com.jfinal.core.Controller
Returns the values of the request parameters as a Map.
getParameter(String) - 类 中的方法com.jfinal.upload.MultipartRequest
 
getParameterMap() - 类 中的方法com.jfinal.upload.MultipartRequest
 
getParameterName() - 类 中的方法com.jfinal.upload.UploadFile
 
getParameterNames() - 类 中的方法com.jfinal.template.stat.ast.Define
 
getParameterNames() - 类 中的方法com.jfinal.upload.MultipartRequest
Methods to replace HttpServletRequest methods
getParameterTypes() - 类 中的方法com.jfinal.template.expr.ast.MethodInfo
 
getParameterValues(String) - 类 中的方法com.jfinal.upload.MultipartRequest
 
getParaNames() - 类 中的方法com.jfinal.core.Controller
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParaToBoolean(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Boolean.
getParaToBoolean(String, Boolean) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Boolean with a default value if it is null.
getParaToBoolean() - 类 中的方法com.jfinal.core.Controller
Get all para from url and convert to Boolean
getParaToBoolean(int) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Boolean.
getParaToBoolean(int, Boolean) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Boolean with default value if it is null.
getParaToDate(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Date.
getParaToDate(String, Date) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Date with a default value if it is null.
getParaToDate() - 类 中的方法com.jfinal.core.Controller
Get all para from url and convert to Date
getParaToInt(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Integer.
getParaToInt(String, Integer) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Integer with a default value if it is null.
getParaToInt(int) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Integer.
getParaToInt(int, Integer) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Integer with default value if it is null.
getParaToInt() - 类 中的方法com.jfinal.core.Controller
Get all para from url and convert to Integer
getParaToLong(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Long.
getParaToLong(String, Long) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Long with a default value if it is null.
getParaToLong(int) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Long.
getParaToLong(int, Long) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Long with default value if it is null.
getParaToLong() - 类 中的方法com.jfinal.core.Controller
Get all para from url and convert to Long
getParaValues(String) - 类 中的方法com.jfinal.core.Controller
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParaValuesToInt(String) - 类 中的方法com.jfinal.core.Controller
Returns an array of Integer objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParaValuesToLong(String) - 类 中的方法com.jfinal.core.Controller
 
getPath(Class) - 类 中的静态方法com.jfinal.kit.PathKit
 
getPath(Object) - 类 中的静态方法com.jfinal.kit.PathKit
 
getPluginList() - 类 中的方法com.jfinal.config.Plugins
 
getPrimaryKey() - 类 中的方法com.jfinal.plugin.activerecord.Table
update() and delete() need this method.
getProp() - 类 中的静态方法com.jfinal.kit.PropKit
 
getProp(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
getProperties() - 类 中的方法com.jfinal.kit.Prop
 
getProperty(String) - 类 中的方法com.jfinal.config.JFinalConfig
 
getProperty(String, String) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToBoolean(String) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToBoolean(String, Boolean) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToInt(String) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToInt(String, Integer) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToLong(String) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToLong(String, Long) - 类 中的方法com.jfinal.config.JFinalConfig
 
getQrCodeRender(String, int, int) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getQrCodeRender(String, int, int, char) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getQrCodeRender(String, int, int) - 类 中的方法com.jfinal.render.RenderFactory
 
getQrCodeRender(String, int, int, char) - 类 中的方法com.jfinal.render.RenderFactory
 
getRandColor(int, int) - 类 中的方法com.jfinal.captcha.CaptchaRender
 
getRandomString() - 类 中的方法com.jfinal.captcha.CaptchaRender
 
getRandomUUID() - 类 中的静态方法com.jfinal.kit.StrKit
 
getRecordGeneratedKey(PreparedStatement, Record, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
用于获取 Db.save(tableName, record) 以后自动生成的主键值,可通过覆盖此方法实现更精细的控制 目前只有 PostgreSqlDialect,覆盖过此方法
getRecordGeneratedKey(PreparedStatement, Record, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
解决 PostgreSql 获取自增主键时 rs.getObject(1) 总是返回第一个字段的值,而非返回了 id 值 issue: https://www.oschina.net/question/2312705_2243354 相对于 Dialect 中的默认实现,仅将 rs.getXxx(1) 改成了 rs.getXxx(pKey)
getRedirect301Render(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getRedirect301Render(String, boolean) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getRedirect301Render(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getRedirect301Render(String, boolean) - 类 中的方法com.jfinal.render.RenderFactory
 
getRedirectRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getRedirectRender(String, boolean) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getRedirectRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getRedirectRender(String, boolean) - 类 中的方法com.jfinal.render.RenderFactory
 
getRender() - 类 中的方法com.jfinal.core.Controller
 
getRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
Create Render for Controller.render(String view)
getRender(String) - 类 中的方法com.jfinal.render.RenderFactory
Return Render by default ViewType which config in JFinalConfig
getRenderFactory() - 类 中的方法com.jfinal.render.RenderManager
 
getRequest() - 类 中的方法com.jfinal.core.Controller
Return HttpServletRequest.
getResName() - 类 中的方法com.jfinal.i18n.I18nInterceptor
Return the resName, which is used as attribute name to pass the Res object to the view.
getResourceBundle() - 类 中的方法com.jfinal.i18n.Res
 
getResponse() - 类 中的方法com.jfinal.core.Controller
Return HttpServletResponse.
getReturnValue() - 类 中的方法com.jfinal.aop.Invocation
Get the return value of the target method
getRight() - 类 中的方法com.jfinal.template.expr.ast.Assign
 
getRootClassPath() - 类 中的静态方法com.jfinal.kit.PathKit
 
getRootData() - 类 中的方法com.jfinal.template.stat.Scope
获取顶层作用域 data,可能为 null 值
getRouteItemList() - 类 中的方法com.jfinal.config.Routes
 
getRoutesList() - 类 中的静态方法com.jfinal.config.Routes
 
getRow() - 类 中的方法com.jfinal.template.stat.Location
 
getSerializer() - 类 中的方法com.jfinal.plugin.redis.Cache
 
getServer(String, int, String, int) - 类 中的静态方法com.jfinal.server.ServerFactory
Return web server.
getServer(String, int, String) - 类 中的静态方法com.jfinal.server.ServerFactory
 
getServer(int, String, int) - 类 中的静态方法com.jfinal.server.ServerFactory
 
getServer(int, String) - 类 中的静态方法com.jfinal.server.ServerFactory
 
getServer(int) - 类 中的静态方法com.jfinal.server.ServerFactory
 
getServer() - 类 中的静态方法com.jfinal.server.ServerFactory
 
getServletContext() - 类 中的方法com.jfinal.core.JFinal
 
getServletContext() - 类 中的方法com.jfinal.render.RenderManager
 
getSession() - 类 中的方法com.jfinal.core.Controller
Return HttpSession.
getSession(boolean) - 类 中的方法com.jfinal.core.Controller
Return HttpSession.
getSession(String, boolean) - 类 中的方法com.jfinal.plugin.auth.SessionKit
 
getSession(String) - 类 中的方法com.jfinal.plugin.auth.SessionKit
 
getSessionAttr(String) - 类 中的方法com.jfinal.core.Controller
Return a Object from session.
getSet(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将给定 key 的值设为 value ,并返回 key 的旧值(old value)。
getSharedMethodInfo(String, Object[]) - 类 中的方法com.jfinal.template.expr.ast.SharedMethodKit
 
getSharedMethodKit() - 类 中的方法com.jfinal.template.EngineConfig
 
getShort(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
getShort(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
 
getSize() - 类 中的方法com.jfinal.template.stat.ast.ForIteratorStatus
 
getSource(String, String, String) - 类 中的方法com.jfinal.template.source.ClassPathSourceFactory
 
getSource(String, String, String) - 类 中的方法com.jfinal.template.source.FileSourceFactory
 
getSource(String, String, String) - 接口 中的方法com.jfinal.template.source.ISourceFactory
 
getSourceFactory() - 类 中的方法com.jfinal.template.Engine
 
getSourceFactory() - 类 中的方法com.jfinal.template.EngineConfig
 
getSql(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
getSql(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
getSql(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
getSql(String) - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
 
getSql() - 类 中的方法com.jfinal.plugin.activerecord.SqlPara
 
getSqlKit() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
getSqlKit() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getSqlMapEntrySet() - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
 
getSqlPara(String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
getSqlPara(String, Model) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
getSqlPara(String, Map) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
getSqlPara(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
getSqlPara(String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
getSqlPara(String, Model) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
getSqlPara(String, Map) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
getSqlPara(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
getSqlPara(String, Model) - 类 中的方法com.jfinal.plugin.activerecord.Model
可以在模板中利用 Model 自身的属性参与动态生成 sql,例如: select * from user where nickName = #(nickName) new Account().setNickName("James").getSqlPara(...)
getSqlPara(String, Map) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
getSqlPara(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
getSqlPara(String, Map) - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
示例: 1:sql 定义 #sql("key") select * from xxx where id = #para(id) and age > #para(age) #end 2:java 代码 Kv cond = Kv.by("id", 123).set("age", 18); getSqlPara("key", cond);
getSqlPara(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
示例: 1:sql 定义 #sql("key") select * from xxx where a = #para(0) and b = #para(1) #end 2:java 代码 getSqlPara("key", 123, 456);
getStat(int) - 类 中的方法com.jfinal.template.stat.ast.StatList
 
getStr(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
 
getStr(Object) - 类 中的方法com.jfinal.kit.Kv
 
getStr(Object) - 类 中的方法com.jfinal.kit.Okv
 
getStr(Object) - 类 中的方法com.jfinal.kit.Ret
 
getStr(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: varchar, char, enum, set, text, tinytext, mediumtext, longtext
getStr(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: varchar, char, enum, set, text, tinytext, mediumtext, longtext
getStr() - 类 中的方法com.jfinal.template.expr.ast.Const
 
getSubFileName(String, String) - 类 中的静态方法com.jfinal.template.stat.ast.Include
获取在父模板之下子模板的最终文件名,子模板目录相对于父模板文件目录来确定 以 "/" 打头则以 baseTemplatePath 为根,否则以父文件所在路径为根
getTable(Class<? extends Model>) - 类 中的方法com.jfinal.plugin.activerecord.TableMapping
 
getTablesResultSet() - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
不同数据库 dbMeta.getTables(...)
getTarget(String) - 类 中的静态方法com.jfinal.aop.Duang
 
getTarget(String) - 类 中的静态方法com.jfinal.aop.Enhancer
 
getTarget() - 类 中的方法com.jfinal.aop.Invocation
Get the target object which be intercepted Example: OrderService os = getTarget();
getTemplate(String) - 类 中的方法com.jfinal.template.Engine
Get template with file name
getTemplate(ISource) - 类 中的方法com.jfinal.template.Engine
Get template with implementation of ISource
getTemplateByString(String) - 类 中的方法com.jfinal.template.Engine
Get template by string content and do not cache the template 重要:StringSource 中的 key = HashKit.md5(content),也即 key 与 content 有紧密的对应关系,当 content 发生变化时 key 值也相应变化 因此,原先 key 所对应的 Template 缓存对象已无法被获取,当 getTemplateByString(String) 的 String 参数的数量不确定时会引发内存泄漏 当 getTemplateByString(String, boolean) 中的 String 参数的 数量可控并且确定时,才可对其使用缓存
getTemplateByString(String, boolean) - 类 中的方法com.jfinal.template.Engine
Get template by string content
getTemplateCacheSize() - 类 中的方法com.jfinal.template.Engine
 
getTemplateFile() - 类 中的方法com.jfinal.template.stat.Location
 
getTemplateRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getTemplateRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getterTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
getterTypeMap - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
getText() - 类 中的方法com.jfinal.render.TextRender
 
getTextRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getTextRender(String, String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getTextRender(String, ContentType) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getTextRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getTextRender(String, String) - 类 中的方法com.jfinal.render.RenderFactory
 
getTextRender(String, ContentType) - 类 中的方法com.jfinal.render.RenderFactory
 
getThreadLocalConnection() - 类 中的方法com.jfinal.plugin.activerecord.Config
Helps to implement nested transaction.
getThreadLocalJedis() - 类 中的方法com.jfinal.plugin.redis.Cache
 
getTime(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: time
getTime(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: time
getTimestamp(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: timestamp, datetime
getTimestamp(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: timestamp, datetime
getTokenCache() - 类 中的方法com.jfinal.config.Constants
 
getTotalPage() - 类 中的方法com.jfinal.plugin.activerecord.Page
Return total page.
getTotalRow() - 类 中的方法com.jfinal.plugin.activerecord.Page
Return total row.
getTransactionLevel() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getTransactionLevel(Config) - 类 中的方法com.jfinal.plugin.activerecord.tx.Tx
 
getTransactionLevel(Config) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxReadCommitted
 
getTransactionLevel(Config) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxReadUncommitted
 
getTransactionLevel(Config) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxRepeatableRead
 
getTransactionLevel(Config) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxSerializable
 
getType(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.TypeMapping
 
getType(String) - 类 中的方法com.jfinal.plugin.activerecord.JavaType
 
getType(ELContext, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
getUpdate() - 类 中的方法com.jfinal.template.expr.ast.ForCtrl
 
getUploadPath() - 类 中的方法com.jfinal.upload.UploadFile
 
getUrlParaSeparator() - 类 中的方法com.jfinal.config.Constants
 
getUsefulClass(Class<? extends Model>) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
getValue() - 类 中的方法com.jfinal.captcha.Captcha
 
getValue(ELContext, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
getValue() - 类 中的方法com.jfinal.template.expr.ast.Const
 
getValue() - 类 中的方法com.jfinal.template.stat.ast.ForEntry
 
getVelocityRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getVelocityRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getView() - 类 中的方法com.jfinal.render.Render
 
getViewExtension() - 类 中的方法com.jfinal.config.Constants
 
getViewPath() - 类 中的方法com.jfinal.aop.Invocation
Return view path of this controller.
getViewPath() - 类 中的方法com.jfinal.core.Action
 
getViewPath() - 类 中的方法com.jfinal.validate.Validator
Return view path of this controller.
getViewType() - 类 中的方法com.jfinal.config.Constants
 
getWebRootPath() - 类 中的静态方法com.jfinal.kit.PathKit
 
getXmlRender(String) - 接口 中的方法com.jfinal.render.IRenderFactory
 
getXmlRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 

H

handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.core.ActionHandler
handle 1: Action action = actionMapping.getAction(target) 2: new Invocation(...).invoke() 3: render(...)
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.ext.handler.ContextPathHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.ext.handler.FakeStaticHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.ext.handler.RoutesHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.ext.handler.ServerNameRedirect301Handler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.ext.handler.UrlSkipHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.handler.Handler
Handle target
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.plugin.druid.DruidStatViewHandler
 
handleBlob(Blob) - 类 中的方法com.jfinal.plugin.activerecord.ModelBuilder
 
handleClob(Clob) - 类 中的方法com.jfinal.plugin.activerecord.ModelBuilder
 
handleError(Controller) - 类 中的方法com.jfinal.validate.Validator
Handle the validate error.
Handler - com.jfinal.handler中的类
Handler.
Handler() - 类 的构造器com.jfinal.handler.Handler
 
HandlerFactory - com.jfinal.handler中的类
HandlerFactory.
HandlerKit - com.jfinal.kit中的类
HandlerKit.
Handlers - com.jfinal.config中的类
Handlers.
Handlers() - 类 的构造器com.jfinal.config.Handlers
 
hasColumnLabel(String) - 类 中的方法com.jfinal.plugin.activerecord.Table
Model.save() need know what columns belongs to himself that he can saving to db.
hasEnd() - 类 中的方法com.jfinal.plugin.activerecord.sql.NameSpaceDirective
 
hasEnd() - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlDirective
 
hasEnd() - 类 中的方法com.jfinal.template.ext.directive.StringDirective
hasEnd() 方法返回 true 时,表示该指令拥有指令体以及 #end 结束块 模板引擎在解析时会将 "指令体" 赋值到 stat 属性中,在 exec(...)
hasEnd() - 类 中的方法com.jfinal.template.stat.ast.Stat
 
hash(String, String) - 类 中的静态方法com.jfinal.kit.HashKit
 
hashCode() - 类 中的方法com.jfinal.plugin.activerecord.Model
 
hashCode() - 类 中的方法com.jfinal.plugin.activerecord.Record
 
hashCode() - 类 中的方法com.jfinal.token.Token
expirationTime 不予考虑, 因为就算 expirationTime 不同也认为是相同的 token.
HashKit - com.jfinal.kit中的类
 
HashKit() - 类 的构造器com.jfinal.kit.HashKit
 
hdel(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
HEIGHT - 类 中的静态变量com.jfinal.captcha.CaptchaRender
 
hexists(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
查看哈希表 key 中,给定域 field 是否存在。
hget(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中给定域 field 的值。
hgetAll(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中,所有的域和值。
HikariCpPlugin - com.jfinal.plugin.hikaricp中的类
Fast, simple, reliable.
HikariCpPlugin(String, String, String) - 类 的构造器com.jfinal.plugin.hikaricp.HikariCpPlugin
 
HikariCpPlugin(String, String, String, String) - 类 的构造器com.jfinal.plugin.hikaricp.HikariCpPlugin
 
hincrBy(Object, Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
为哈希表 key 中的域 field 的值加上增量 increment 。
hincrByFloat(Object, Object, double) - 类 中的方法com.jfinal.plugin.redis.Cache
为哈希表 key 中的域 field 加上浮点数增量 increment 。
hkeys(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中的所有域。
hlen(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中域的数量。
hmget(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中,一个或多个给定域的值。
hmset(Object, Map<Object, Object>) - 类 中的方法com.jfinal.plugin.redis.Cache
同时将多个 field-value (域-值)对设置到哈希表 key 中。
Holder() - 类 的构造器com.jfinal.plugin.activerecord.dialect.Dialect.Holder
 
host - 类 中的变量com.jfinal.plugin.redis.RedisPlugin
 
hset(Object, Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将哈希表 key 中的域 field 的值设为 value 。
html401 - 类 中的静态变量com.jfinal.render.ErrorRender
 
html403 - 类 中的静态变量com.jfinal.render.ErrorRender
 
html404 - 类 中的静态变量com.jfinal.render.ErrorRender
 
html500 - 类 中的静态变量com.jfinal.render.ErrorRender
 
HtmlRender - com.jfinal.render中的类
HtmlRender.
HtmlRender(String) - 类 的构造器com.jfinal.render.HtmlRender
 
HttpKit - com.jfinal.kit中的类
HttpKit
hvals(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中所有域的值。

I

I18n - com.jfinal.i18n中的类
I18N support.
I18nInterceptor - com.jfinal.i18n中的类
I18nInterceptor is used to change the locale by request para, and it is also switch the view or pass Res object to the view.
I18nInterceptor() - 类 的构造器com.jfinal.i18n.I18nInterceptor
 
I18nInterceptor(String, String) - 类 的构造器com.jfinal.i18n.I18nInterceptor
 
I18nInterceptor(String, String, boolean) - 类 的构造器com.jfinal.i18n.I18nInterceptor
 
I18nInterceptor(boolean) - 类 的构造器com.jfinal.i18n.I18nInterceptor
 
IAtom - com.jfinal.plugin.activerecord中的接口
IAtom support transaction of database.
IBean - com.jfinal.plugin.activerecord中的接口
IBean 标记型接口.
ICache - com.jfinal.plugin.activerecord.cache中的接口
ICache.
ICallback - com.jfinal.plugin.activerecord中的接口
ICallback provide a JDBC Connection if you need it or the active record plugin can not satisfy you requirement.
ICallback - com.jfinal.plugin.redis中的接口
ICallback.
ICaptchaCache - com.jfinal.captcha中的接口
ICaptchaCache
IContainerFactory - com.jfinal.plugin.activerecord中的接口
 
IConverter<T> - com.jfinal.core.converter中的接口
将一个字符串转换成特定类型
Id - com.jfinal.template.expr.ast中的类
Id
Id(String) - 类 的构造器com.jfinal.template.expr.ast.Id
 
IDataLoader - com.jfinal.plugin.ehcache中的接口
IDataLoader.
IDataSourceProvider - com.jfinal.plugin.activerecord中的接口
IDataSourceProvider ActiveRecordPlugin constructor accept DataSourceProvider and DataSource
IDbProFactory - com.jfinal.plugin.activerecord中的接口
IDbProFactory 用于自义扩展 DbPro 实现类,实现定制化功能 1:创建 DbPro 继承类: public class MyDbPro extends DbPro 2:创建 IDbProFactory 实现类:public class MyDbProFactory implements IDbProFactory,让其 getDbPro 方法 返回 MyDbPro 对象 3:配置生效: activeRecordPlugin.setDbProFactory(new MyDbProFactory()) 注意:每个 ActiveRecordPlugin 对象拥有独立的 IDbProFactory 对象,多数据源使用时注意要对每个 arp 进行配置
IDruidStatViewAuth - com.jfinal.plugin.druid中的接口
授权
If - com.jfinal.template.stat.ast中的类
If
If(ExprList, Stat, Location) - 类 的构造器com.jfinal.template.stat.ast.If
 
IJsonFactory - com.jfinal.json中的接口
IJsonFactory.
IKeyNamingPolicy - com.jfinal.plugin.redis中的接口
IKeyNamingPolicy.
ILogFactory - com.jfinal.log中的接口
ILogFactory.
ImageKit - com.jfinal.kit中的类
 
importTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
importTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
importTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
IncDec - com.jfinal.template.expr.ast中的类
自增与自减
IncDec(Sym, boolean, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.IncDec
 
Include - com.jfinal.template.stat.ast中的类
Include 1:父模板被缓存时,被 include 的模板会被间接缓存,无需关心缓存问题 2:同一个模板文件被多个父模板 include,所处的背景环境不同,例如各父模板中定义的模板函数不同 各父模板所处的相对路径不同,所以多个父模板不能共用一次 parse 出来的结果,而是在每个被include 的地方重新 parse 两种用法: 1:只传入一个参数,参数必须是 String 常量,如果希望第一个参数是变量可以使用 #render 指令去实现 #include("_hot.html") 2:传入任意多个参数,除第一个参数以外的所有参数必须是赋值表达式,用于实现参数传递功能 #include("_hot.html", title = "热门新闻", list = newsList) 上例中传递了 title、list 两个参数,可以代替父模板中的 #set 指令传参方式 并且此方式传入的参数只在子模板作用域有效,不会污染父模板作用域 这种传参方式有利于将子模板模块化,例如上例的调用改成如下的参数: #include("_hot.html", title = "热门项目", list = projectList) 通过这种传参方式在子模板 _hot.html 之中,完全不需要修改对于 title 与 list 这两个变量的处理代码,就实现了对 “热门项目” 数据的渲染
Include(Env, ExprList, String, Location) - 类 的构造器com.jfinal.template.stat.ast.Include
 
incr(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 中储存的数字值增一。
incrBy(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 所储存的值加上增量 increment 。
Index - com.jfinal.template.expr.ast中的类
index : expr '[' expr ']' 支持 a[i]、 a[b[i]]、a[i][j]、a[i][j]...
Index(Expr, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.Index
 
info(String) - 类 中的静态方法com.jfinal.kit.LogKit
 
info(String, Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
 
info(String) - 类 中的方法com.jfinal.log.JdkLog
 
info(String, Throwable) - 类 中的方法com.jfinal.log.JdkLog
 
info(String) - 类 中的方法com.jfinal.log.Log
 
info(String, Throwable) - 类 中的方法com.jfinal.log.Log
 
info(String) - 类 中的方法com.jfinal.log.Log4jLog
 
info(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLog
 
init(FilterConfig) - 类 中的方法com.jfinal.core.JFinalFilter
 
init() - 类 中的方法com.jfinal.log.LogManager
 
init(ServletContext) - 类 中的静态方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
init() - 类 中的静态方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
init(Engine, Constants, ServletContext) - 接口 中的方法com.jfinal.render.IRenderFactory
 
init(Engine, Constants, ServletContext) - 类 中的方法com.jfinal.render.RenderFactory
 
init(Engine, Constants, ServletContext) - 类 中的方法com.jfinal.render.RenderManager
 
init(ITokenCache) - 类 中的静态方法com.jfinal.token.TokenManager
 
init(String, int, String) - 类 中的静态方法com.jfinal.upload.OreillyCos
 
initServletContext(ServletContext) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
spring 回调,利用 ServletContext 做必要的初始化工作
injectBean(Class<T>, HttpServletRequest, boolean) - 类 中的静态方法com.jfinal.core.Injector
 
injectBean(Class<T>, String, HttpServletRequest, boolean) - 类 中的静态方法com.jfinal.core.Injector
 
injectModel(Class<T>, HttpServletRequest, boolean) - 类 中的静态方法com.jfinal.core.Injector
 
injectModel(Class<T>, String, HttpServletRequest, boolean) - 类 中的静态方法com.jfinal.core.Injector
 
Injector - com.jfinal.core中的类
Injector.
Injector() - 类 的构造器com.jfinal.core.Injector
 
InnerEvalDirective() - 类 的构造器com.jfinal.kit.ElKit.InnerEvalDirective
 
INT - 类 中的静态变量com.jfinal.template.expr.ast.Arith
 
IntegerConverter() - 类 的构造器com.jfinal.core.converter.Converters.IntegerConverter
 
IntegerExt - com.jfinal.template.ext.extensionmethod中的类
针对 java.lang.Integer 的扩展方法 重要用途: Controller.keepPara() 方法会将所有类型的数据当成 String 并传回到 到模板中,所以模板中的如下代码将无法工作: #if(age > 18) ....
IntegerExt() - 类 的构造器com.jfinal.template.ext.extensionmethod.IntegerExt
 
intercept(Invocation) - 接口 中的方法com.jfinal.aop.Interceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.aop.InterceptorStack
 
intercept(Invocation) - 类 中的方法com.jfinal.aop.PrototypeInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.GET
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.LogInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.NotAction
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.NoUrlPara
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.POST
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.Restful
add edit 无需处理 GET /user ---> index GET /user/id ---> show POST /user ---> save PUT /user/id ---> update DELECT /user/id ---> delete
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.SessionInViewInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.i18n.I18nInterceptor
1: use the locale from request para if exists. change the locale write to the cookie 2: use the locale from cookie para if exists. 3: use the default locale 4: use setAttr(resName, resObject) pass Res object to the view.
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.OneConnectionPerThread
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.Tx
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxByActionKeyRegex
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxByActionKeys
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxByMethodRegex
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxByMethods
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.ehcache.CacheInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.ehcache.EvictInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.redis.RedisInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.validate.Validator
 
Interceptor - com.jfinal.aop中的接口
Interceptor.
InterceptorManager - com.jfinal.aop中的类
InterceptorManager. 1:管理控制层、业务层全局拦截器 2:缓存业务层 Class 级拦截器数组。
Interceptors - com.jfinal.config中的类
The Interceptors is used to config global action interceptors and global service interceptors.
Interceptors() - 类 的构造器com.jfinal.config.Interceptors
 
InterceptorStack - com.jfinal.aop中的类
InterceptorStack.
InterceptorStack() - 类 的构造器com.jfinal.aop.InterceptorStack
 
invalid - 类 中的变量com.jfinal.validate.Validator
 
invalidate(String) - 接口 中的方法com.jfinal.plugin.auth.ISession
 
Invocation - com.jfinal.aop中的类
Invocation is used to invoke the interceptors and the target method
Invocation() - 类 的构造器com.jfinal.aop.Invocation
 
Invocation(Action, Controller) - 类 的构造器com.jfinal.aop.Invocation
 
Invocation(Object, Method, Object[], MethodProxy, Interceptor[]) - 类 的构造器com.jfinal.aop.Invocation
 
invocation - 类 中的变量com.jfinal.validate.Validator
 
invoke() - 类 中的方法com.jfinal.aop.Invocation
 
invoke(Object, Method, Object[]) - 类 中的方法com.jfinal.plugin.activerecord.SqlReporter
 
invoke(Object, Object...) - 类 中的方法com.jfinal.template.expr.ast.MethodInfo
 
invoke(Object, Object...) - 类 中的方法com.jfinal.template.expr.ast.MethodInfoExt
 
invokeVarArgsMethod(Object, Object[]) - 类 中的方法com.jfinal.template.expr.ast.MethodInfo
 
IOutputDirectiveFactory - com.jfinal.template中的接口
IOutputDirectiveFactory 用于定制自定义输出指令,替换系统默认输出指令,满足个性化需求 用法: 1:定义 MyOutput public class MyOutput extends Output { public MyOutput(ExprList exprList) { super(exprList); } public void exec(Env env, Scope scope, Writer writer) { write(writer, exprList.eval(scope)); } } 2:定义 MyOutputDirectiveFactory public class MyOutputDirectiveFactory implements IOutputDirectiveFactory { public Output getOutputDirective(ExprList exprList) { return new MyOutput(exprList); } } 3:配置 engine.setOutputDirectiveFactory(new MyOutputDirectiveFactory())
IPlugin - com.jfinal.plugin中的接口
IPlugin
IRenderFactory - com.jfinal.render中的接口
IRenderFactory.
isAbsolutelyPath(String) - 类 中的静态方法com.jfinal.kit.PathKit
 
isActionInvocation() - 类 中的方法com.jfinal.aop.Invocation
return true if it is action invocation.
isBlank(String) - 类 中的静态方法com.jfinal.kit.StrKit
字符串为 null 或者内部字符全部为 ' ' '\t' '\n' '\r' 这四类字符时返回 true
isBlank(char) - 类 中的静态方法com.jfinal.template.stat.CharTable
 
isBlankOrLineFeed(char) - 类 中的静态方法com.jfinal.template.stat.CharTable
 
isBoolean() - 类 中的方法com.jfinal.template.expr.ast.Const
 
isBreak() - 类 中的方法com.jfinal.template.stat.Ctrl
 
isContinue() - 类 中的方法com.jfinal.template.stat.Ctrl
 
isDebugEnabled() - 类 中的静态方法com.jfinal.kit.LogKit
 
isDebugEnabled() - 类 中的方法com.jfinal.log.JdkLog
 
isDebugEnabled() - 类 中的方法com.jfinal.log.Log
 
isDebugEnabled() - 类 中的方法com.jfinal.log.Log4jLog
 
isDevMode() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
isDevMode() - 类 中的方法com.jfinal.template.EngineConfig
 
isDigit(char) - 类 中的静态方法com.jfinal.template.stat.CharTable
 
isDouble() - 类 中的方法com.jfinal.template.expr.ast.Const
 
isEmpty() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
isEmpty() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
isEmpty() - 类 中的方法com.jfinal.template.stat.ast.Text
 
ISerializer - com.jfinal.plugin.redis.serializer中的接口
ISerializer.
isErrorEnabled() - 类 中的静态方法com.jfinal.kit.LogKit
 
isErrorEnabled() - 类 中的方法com.jfinal.log.JdkLog
 
isErrorEnabled() - 类 中的方法com.jfinal.log.Log
 
isErrorEnabled() - 类 中的方法com.jfinal.log.Log4jLog
 
IServer - com.jfinal.server中的接口
 
ISession - com.jfinal.plugin.auth中的接口
 
isExpired() - 类 中的方法com.jfinal.captcha.Captcha
 
isExprChar(char) - 类 中的静态方法com.jfinal.template.stat.CharTable
 
isFail() - 类 中的方法com.jfinal.kit.JMap
已过时。
 
isFail() - 类 中的方法com.jfinal.kit.Kv
已过时。
isFail() - 类 中的方法com.jfinal.kit.Ret
 
isFalse(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
key 存在,并且 value 为 false,则返回 true
isFalse(Object) - 类 中的方法com.jfinal.kit.Kv
key 存在,并且 value 为 false,则返回 true
isFalse(Object) - 类 中的方法com.jfinal.kit.Okv
key 存在,并且 value 为 false,则返回 true
isFalse(Object) - 类 中的方法com.jfinal.kit.Ret
key 存在,并且 value 为 false,则返回 true
isFalse() - 类 中的方法com.jfinal.template.expr.ast.Const
 
isFalse(Object) - 类 中的静态方法com.jfinal.template.expr.ast.Logic
 
isFatalEnabled() - 类 中的静态方法com.jfinal.kit.LogKit
 
isFatalEnabled() - 类 中的方法com.jfinal.log.JdkLog
 
isFatalEnabled() - 类 中的方法com.jfinal.log.Log
 
isFatalEnabled() - 类 中的方法com.jfinal.log.Log4jLog
 
isFirstPage() - 类 中的方法com.jfinal.plugin.activerecord.Page
 
isFloat() - 类 中的方法com.jfinal.template.expr.ast.Const
 
isForbiddenClass(Class<?>) - 类 中的静态方法com.jfinal.template.expr.ast.MethodKit
 
isForbiddenMethod(String) - 类 中的静态方法com.jfinal.template.expr.ast.MethodKit
 
isGlobalAssignment() - 类 中的方法com.jfinal.template.stat.Ctrl
 
isHexadecimalDigit(char) - 类 中的静态方法com.jfinal.template.stat.CharTable
 
isInfoEnabled() - 类 中的静态方法com.jfinal.kit.LogKit
 
isInfoEnabled() - 类 中的方法com.jfinal.log.JdkLog
 
isInfoEnabled() - 类 中的方法com.jfinal.log.Log
 
isInfoEnabled() - 类 中的方法com.jfinal.log.Log4jLog
 
isInJar - 类 中的变量com.jfinal.template.source.ClassPathSource
 
isInt() - 类 中的方法com.jfinal.template.expr.ast.Const
 
isInTransaction() - 类 中的方法com.jfinal.plugin.activerecord.Config
Return true if current thread in transaction.
isIterator() - 类 中的方法com.jfinal.template.expr.ast.ForCtrl
 
isJump() - 类 中的方法com.jfinal.template.stat.Ctrl
 
isLastPage() - 类 中的方法com.jfinal.plugin.activerecord.Page
 
isLetter(char) - 类 中的静态方法com.jfinal.template.stat.CharTable
 
isLetterOrDigit(char) - 类 中的静态方法com.jfinal.template.stat.CharTable
 
isLocalAssignment() - 类 中的方法com.jfinal.template.stat.Ctrl
 
isLong() - 类 中的方法com.jfinal.template.expr.ast.Const
 
isModified() - 类 中的方法com.jfinal.template.source.ClassPathSource
模板文件在 jar 包文件之内则不支持热加载
isModified() - 类 中的方法com.jfinal.template.source.FileSource
 
isModified() - 接口 中的方法com.jfinal.template.source.ISource
reload template if modified on devMode
isModified() - 类 中的方法com.jfinal.template.source.StringSource
 
isModified() - 类 中的方法com.jfinal.template.Template
 
isNull(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
key 不存在,或者 key 存在但 value 为null
isNull(Object) - 类 中的方法com.jfinal.kit.Kv
key 不存在,或者 key 存在但 value 为null
isNull(Object) - 类 中的方法com.jfinal.kit.Okv
key 不存在,或者 key 存在但 value 为null
isNull(Object) - 类 中的方法com.jfinal.kit.Ret
key 不存在,或者 key 存在但 value 为null
isNull() - 类 中的方法com.jfinal.template.expr.ast.Const
 
isNullable - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
isNullSafe() - 类 中的方法com.jfinal.template.stat.Ctrl
 
isOctalDigit(char) - 类 中的静态方法com.jfinal.template.stat.CharTable
 
isOk() - 类 中的方法com.jfinal.kit.JMap
已过时。
 
isOk() - 类 中的方法com.jfinal.kit.Kv
已过时。
isOk() - 类 中的方法com.jfinal.kit.Ret
 
isOracle() - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
isOracle() - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
ISource - com.jfinal.template.source中的接口
ISource 用于表示模板内容的来源
ISourceFactory - com.jfinal.template.source中的接口
ISourceFactory 用于为 engine 切换不同的 ISource 实现类 FileSourceFactory 用于从指定的目录中加载模板文件 ClassPathSourceFactory 用于从 class path 以及 jar 文件中加载模板文件 配置示例: engine.setSourceFactory(new ClassPathSourceFactory());
isParaBlank(String) - 类 中的方法com.jfinal.core.Controller
Return true if the para value is blank otherwise return false
isParaBlank(int) - 类 中的方法com.jfinal.core.Controller
Return true if the urlPara value is blank otherwise return false
isParaExists(String) - 类 中的方法com.jfinal.core.Controller
Return true if the para exists otherwise return false
isParaExists(int) - 类 中的方法com.jfinal.core.Controller
Return true if the urlPara exists otherwise return false
isPermitted(HttpServletRequest) - 接口 中的方法com.jfinal.plugin.druid.IDruidStatViewAuth
 
isPrimaryKey(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
isPrimaryKey - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
isReadOnly(ELContext, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
isReportAfterInvocation(HttpServletRequest) - 类 中的静态方法com.jfinal.core.ActionReporter
 
isReturn() - 类 中的方法com.jfinal.template.stat.Ctrl
 
isShowSql() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
isSkipTable(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
通过继承并覆盖此方法,跳过一些不希望处理的 table,定制更加灵活的 table 过滤规则
isSourceListModified() - 类 中的方法com.jfinal.template.Env
本方法用于在 devMode 之下,判断当前 Template 以及其下 #include 指令 所涉及的所有 ISource 对象是否被修改,以便于在 devMode 下重新加载 sourceList 属性用于存放主模板以及 #include 进来的模板所对应的 ISource 对象
isSourceModifiedForDevMode() - 类 中的方法com.jfinal.template.stat.ast.Define
 
isStatic() - 类 中的方法com.jfinal.template.expr.ast.MethodInfo
 
isStr() - 类 中的方法com.jfinal.template.expr.ast.Const
 
isTakeOverDbPaginate() - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
isTakeOverDbPaginate() - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
isTakeOverModelPaginate() - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
isTakeOverModelPaginate() - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
isTrue(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
key 存在,并且 value 为 true,则返回 true
isTrue(Object) - 类 中的方法com.jfinal.kit.Kv
key 存在,并且 value 为 true,则返回 true
isTrue(Object) - 类 中的方法com.jfinal.kit.Okv
key 存在,并且 value 为 true,则返回 true
isTrue(Object) - 类 中的方法com.jfinal.kit.Ret
key 存在,并且 value 为 true,则返回 true
isTrue() - 类 中的方法com.jfinal.template.expr.ast.Const
 
isTrue(Object) - 类 中的静态方法com.jfinal.template.expr.ast.Logic
规则: 1:null 返回 false 2:boolean 类型,原值返回 3:Map、Connection(List被包括在内) 返回 size() > 0 4:数组,返回 length > 0 5:String、StringBuilder、StringBuffer 等继承自 CharSequence 类的对象,返回 length > 0 6:Number 类型,返回 value !
isVarArgs - 类 中的变量com.jfinal.template.expr.ast.MethodInfo
 
isVarArgs() - 类 中的方法com.jfinal.template.expr.ast.MethodInfo
 
isWarnEnabled() - 类 中的静态方法com.jfinal.kit.LogKit
 
isWarnEnabled() - 类 中的方法com.jfinal.log.JdkLog
 
isWarnEnabled() - 类 中的方法com.jfinal.log.Log
 
isWarnEnabled() - 类 中的方法com.jfinal.log.Log4jLog
 
isWisdomAssignment() - 类 中的方法com.jfinal.template.stat.Ctrl
 
ITask - com.jfinal.plugin.cron4j中的接口
实现 ITask 接口的 Task,多了一个 stop 方法,插件在停止时会进行回调
iterator() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
iteratorToJson(Iterator, int) - 类 中的方法com.jfinal.json.JFinalJson
 
ITokenCache - com.jfinal.token中的接口
ITokenCache.

J

Jackson - com.jfinal.json中的类
Json 转换 jackson 实现.
Jackson() - 类 的构造器com.jfinal.json.Jackson
 
JacksonFactory - com.jfinal.json中的类
IJsonFactory 的 jackson 实现.
JacksonFactory() - 类 的构造器com.jfinal.json.JacksonFactory
 
JavaKeyword - com.jfinal.kit中的类
JavaKeyword.
JavaKeyword() - 类 的构造器com.jfinal.kit.JavaKeyword
 
javaKeyword - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
JavascriptRender - com.jfinal.render中的类
JavascriptRender.
JavascriptRender(String) - 类 的构造器com.jfinal.render.JavascriptRender
 
javaType - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
JavaType - com.jfinal.plugin.activerecord中的类
JavaType.
JavaType() - 类 的构造器com.jfinal.plugin.activerecord.JavaType
 
JdkLog - com.jfinal.log中的类
JdkLog.
JdkLogFactory - com.jfinal.log中的类
JdkLogFactory.
JdkLogFactory() - 类 的构造器com.jfinal.log.JdkLogFactory
 
JdkSerializer - com.jfinal.plugin.redis.serializer中的类
JdkSerializer.
JdkSerializer() - 类 的构造器com.jfinal.plugin.redis.serializer.JdkSerializer
 
jedisPool - 类 中的变量com.jfinal.plugin.redis.Cache
 
jedisPoolConfig - 类 中的变量com.jfinal.plugin.redis.RedisPlugin
 
JettyServerForIDEA - com.jfinal.server中的类
IDEA 专用于在 IDEA 之下用 main 方法启动,原启动方式在 IDEA 下会报异常 注意:用此方法启动对热加载支持不完全,只支持方法内部修改的热加载,不支持添加、删除方法 不支持添加类文件热加载,建议开发者在 IDEA 下使用 jrebel 或者 maven 下的 jetty 插件支持列为完全的热加载
JettyServerForIDEA(String, int, String) - 类 的构造器com.jfinal.server.JettyServerForIDEA
 
JFinal - com.jfinal.core中的类
JFinal
JFINAL_VERSION - 接口 中的静态变量com.jfinal.core.Const
 
JFinalConfig - com.jfinal.config中的类
JFinalConfig.
JFinalConfig() - 类 的构造器com.jfinal.config.JFinalConfig
 
JFinalFilter - com.jfinal.core中的类
JFinal framework filter
JFinalFilter() - 类 的构造器com.jfinal.core.JFinalFilter
 
JFinalJson - com.jfinal.json中的类
Json 转换 JFinal 实现.
JFinalJson() - 类 的构造器com.jfinal.json.JFinalJson
 
JFinalJsonFactory - com.jfinal.json中的类
IJsonFactory 的 jfinal 实现.
JFinalJsonFactory() - 类 的构造器com.jfinal.json.JFinalJsonFactory
 
JFinalView - com.jfinal.template.ext.spring中的类
JFinalView 关键设置: 1:setContentType("text/html;charset=UTF-8") 设置 content type 字符集为 UTF-8 2:setExposeRequestAttributes(true) 设置将 request 中的属性值注入到 model 中去 便于在模板中使用 #(value) 访问 request.setAttribute(...)
JFinalView() - 类 的构造器com.jfinal.template.ext.spring.JFinalView
 
JFinalViewResolver - com.jfinal.template.ext.spring中的类
JFinalViewResolver 关键配置: 1:setDevMode(true) 设置支持热加载模板文件 2:addSharedFunction(file) 添加共享函数文件 3:setSourceFactory(new ClassPathSourceFactory()),从 class path 与 jar 包中加载模板文件 一般用于 sprint boot 4:setSessionInView(true) 设置在模板中可通过 #(session.value) 访问 session 中的数据 5:setCreateSession(boolean) 用来设置 request.getSession(boolean) 调时的参数 6:setBaseTemplatePath(path) 设置模板文件所在的基础路径,通常用于 spring mvc 默认值为 web 根路径,一般不需要设置
JFinalViewResolver() - 类 的构造器com.jfinal.template.ext.spring.JFinalViewResolver
 
JMap - com.jfinal.kit中的类
已过时。
JMap() - 类 的构造器com.jfinal.kit.JMap
已过时。
 
join(String[]) - 类 中的静态方法com.jfinal.kit.StrKit
 
join(String[], String) - 类 中的静态方法com.jfinal.kit.StrKit
 
Json - com.jfinal.json中的类
json string 与 object 互转抽象
Json() - 类 的构造器com.jfinal.json.Json
 
Json - com.jfinal.template.ext.sharedmethod中的类
Json shared method
Json() - 类 的构造器com.jfinal.template.ext.sharedmethod.Json
 
JSON_RENDER - 类 中的静态变量com.jfinal.plugin.ehcache.RenderType
 
JsonKit - com.jfinal.kit中的类
JsonKit.
JsonKit() - 类 的构造器com.jfinal.kit.JsonKit
 
JsonManager - com.jfinal.json中的类
JsonManager.
JsonRender - com.jfinal.render中的类
JsonRender.
JsonRender() - 类 的构造器com.jfinal.render.JsonRender
 
JsonRender(String, Object) - 类 的构造器com.jfinal.render.JsonRender
 
JsonRender(String[]) - 类 的构造器com.jfinal.render.JsonRender
 
JsonRender(String) - 类 的构造器com.jfinal.render.JsonRender
 
JsonRender(Object) - 类 的构造器com.jfinal.render.JsonRender
 
JSP_RENDER - 类 中的静态变量com.jfinal.plugin.ehcache.RenderType
 
JspRender - com.jfinal.render中的类
JspRender.
JspRender(String) - 类 的构造器com.jfinal.render.JspRender
 

K

keep(String...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Keep attributes of this model and remove other attributes.
keep(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Keep attribute of this model and remove other attributes.
keep(String...) - 类 中的方法com.jfinal.plugin.activerecord.Record
Keep columns of this record and remove other columns.
keep(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Keep column of this record and remove other columns.
keepBean(Class<?>, String) - 类 中的方法com.jfinal.core.Controller
 
keepBean(Class<?>) - 类 中的方法com.jfinal.core.Controller
 
keepModel(Class<? extends Model>, String) - 类 中的方法com.jfinal.core.Controller
 
keepModel(Class<? extends Model>) - 类 中的方法com.jfinal.core.Controller
 
keepPara() - 类 中的方法com.jfinal.core.Controller
Keep all parameter's value except model value
keepPara(String...) - 类 中的方法com.jfinal.core.Controller
Keep parameter's value names pointed, model value can not be kept
keepPara(Class, String) - 类 中的方法com.jfinal.core.Controller
Convert para to special type and keep it
keepPara(Class, String...) - 类 中的方法com.jfinal.core.Controller
 
key - 类 中的变量com.jfinal.template.expr.ast.MethodInfo
 
keyFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.Cache
 
keyFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.FstSerializer
 
keyFromBytes(byte[]) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
keyFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 
keyNamingPolicy - 类 中的变量com.jfinal.plugin.redis.Cache
 
keyNamingPolicy - 类 中的变量com.jfinal.plugin.redis.RedisPlugin
 
keys(String) - 类 中的方法com.jfinal.plugin.redis.Cache
查找所有符合给定模式 pattern 的 key 。
keySet() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
keysToBytesArray(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
 
keyToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
 
keyToBytes(String) - 类 中的方法com.jfinal.plugin.redis.serializer.FstSerializer
 
keyToBytes(String) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
keyToBytes(String) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 
keyValueListFromBytesList(List<byte[]>) - 类 中的方法com.jfinal.plugin.redis.Cache
 
Kv - com.jfinal.kit中的类
Kv (Key Value) Example: Kv para = Kv.by("id", 123); User user = user.findFirst(getSqlPara("find", para));
Kv() - 类 的构造器com.jfinal.kit.Kv
 

L

lastModified - 类 中的变量com.jfinal.template.source.ClassPathSource
 
length() - 类 中的方法com.jfinal.template.expr.ast.ExprList
 
length() - 类 中的方法com.jfinal.template.stat.ast.StatList
 
lindex(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
返回列表 key 中,下标为 index 的元素。
llen(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回列表 key 的长度。
load(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Sqls
已过时。
加载 sql 文件.
load() - 接口 中的方法com.jfinal.plugin.ehcache.IDataLoader
 
loadFile(InputStream, String) - 类 中的静态方法com.jfinal.template.source.ClassPathSource
 
loadFile(File, String) - 类 中的静态方法com.jfinal.template.source.FileSource
 
loadPropertyFile(String) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(String, String) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(File) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(File, String) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file Example:
loadPropertyFile(new File("/var/config/my_config.txt"), "UTF-8");
location - 类 中的变量com.jfinal.template.expr.ast.Expr
 
location - 类 中的变量com.jfinal.template.stat.ast.Stat
 
Location - com.jfinal.template.stat中的类
Location 生成异常发生的位置消息
Location(String, int) - 类 的构造器com.jfinal.template.stat.Location
 
Log - com.jfinal.log中的类
The five logging levels used by Log are (in order): 1.
Log() - 类 的构造器com.jfinal.log.Log
 
Log4jLog - com.jfinal.log中的类
Log4jLog.
Log4jLogFactory - com.jfinal.log中的类
Log4jLogFactory.
Log4jLogFactory() - 类 的构造器com.jfinal.log.Log4jLogFactory
 
Logic - com.jfinal.template.expr.ast中的类
Logic 支持逻辑运算: !
Logic(Sym, Expr, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.Logic
构造 || && 结点
Logic(Sym, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.Logic
构造 !
LogInterceptor - com.jfinal.ext.interceptor中的类
LogInterceptor.
LogInterceptor() - 类 的构造器com.jfinal.ext.interceptor.LogInterceptor
 
LogKit - com.jfinal.kit中的类
LogKit.
LogKit() - 类 的构造器com.jfinal.kit.LogKit
 
LogManager - com.jfinal.log中的类
LogManager.
logNothing(Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
Do nothing.
LONG - 类 中的静态变量com.jfinal.template.expr.ast.Arith
 
LongConverter() - 类 的构造器com.jfinal.core.converter.Converters.LongConverter
 
LongExt - com.jfinal.template.ext.extensionmethod中的类
针对 java.lang.Long 的扩展方法 用法: #if(value.toInt() == 123)
LongExt() - 类 的构造器com.jfinal.template.ext.extensionmethod.LongExt
 
lpop(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
移除并返回列表 key 的头元素。
lpush(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
将一个或多个值 value 插入到列表 key 的表头 如果有多个 value 值,那么各个 value 值按从左到右的顺序依次插入到表头: 比如说, 对空列表 mylist 执行命令 LPUSH mylist a b c ,列表的值将是 c b a , 这等同于原子性地执行 LPUSH mylist a 、 LPUSH mylist b 和 LPUSH mylist c 三个命令。
lrange(Object, long, long) - 类 中的方法com.jfinal.plugin.redis.Cache
返回列表 key 中指定区间内的元素,区间以偏移量 start 和 stop 指定。
lrem(Object, long, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
根据参数 count 的值,移除列表中与参数 value 相等的元素。
lset(Object, long, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将列表 key 下标为 index 的元素的值设置为 value 。
ltrim(Object, long, long) - 类 中的方法com.jfinal.plugin.redis.Cache
对一个列表进行修剪(trim),就是说,让列表只保留指定区间内的元素,不在指定区间之内的元素都将被删除。

M

main(String[]) - 类 中的静态方法com.jfinal.core.JFinal
Run JFinal Server with Debug Configurations or Run Configurations in Eclipse or IDEA Example for Eclipse: src/main/webapp 80 / 5 Example for IDEA: src/main/webapp 80 /
MAIN_CONFIG_NAME - 类 中的静态变量com.jfinal.plugin.activerecord.DbKit
 
MAIN_ENGINE_NAME - 类 中的静态变量com.jfinal.template.Engine
 
mainRenderFactory - 类 中的变量com.jfinal.render.RenderFactory
 
map - 类 中的变量com.jfinal.plugin.activerecord.generator.TypeMapping
 
Map - com.jfinal.template.expr.ast中的类
Map 1:定义 map 常量 {k1:123, k2:"abc", 'k3':true, "k4":[1,2,3], k5:1+2} 如上所示,map定义的 key 可以为 String 或者 id 标识符,而右侧的 value 可以是任意的常量与表达式 2:取值 先将 Map 常量赋值给某个变量: #set(map = {...})
Map(LinkedHashMap<Object, Expr>) - 类 的构造器com.jfinal.template.expr.ast.Map
 
mappingKitClassName - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingKitGenerator - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
MappingKitGenerator - com.jfinal.plugin.activerecord.generator中的类
MappingKit 文件生成器
MappingKitGenerator(String, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingKitOutputDir - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingKitPackageName - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingMethodContentTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingMethodDefineTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mapToJson(Map, int) - 类 中的方法com.jfinal.json.JFinalJson
 
md5(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
me() - 类 中的静态方法com.jfinal.aop.InterceptorManager
 
me() - 类 中的静态方法com.jfinal.captcha.CaptchaManager
 
me() - 类 中的静态方法com.jfinal.core.converter.TypeConverter
 
me() - 类 中的静态方法com.jfinal.core.JFinal
 
me() - 类 中的静态方法com.jfinal.ext.kit.SessionIdKit
 
me() - 类 中的静态方法com.jfinal.json.FastJsonFactory
 
me() - 类 中的静态方法com.jfinal.json.JacksonFactory
 
me() - 类 中的静态方法com.jfinal.json.JFinalJsonFactory
 
me() - 类 中的静态方法com.jfinal.json.JsonManager
 
me() - 类 中的静态方法com.jfinal.json.MixedJsonFactory
 
me - 类 中的静态变量com.jfinal.kit.JavaKeyword
 
me() - 类 中的静态方法com.jfinal.log.LogManager
 
me - 类 中的静态变量com.jfinal.plugin.activerecord.ModelBuilder
 
me - 类 中的静态变量com.jfinal.plugin.activerecord.RecordBuilder
 
me() - 类 中的静态方法com.jfinal.plugin.activerecord.TableMapping
 
me - 类 中的静态变量com.jfinal.plugin.redis.serializer.FstSerializer
 
me - 类 中的静态变量com.jfinal.plugin.redis.serializer.JdkSerializer
 
me() - 类 中的静态方法com.jfinal.render.RenderManager
 
me - 类 中的静态变量com.jfinal.template.OutputDirectiveFactory
 
me - 类 中的静态变量com.jfinal.template.stat.ast.Break
 
me - 类 中的静态变量com.jfinal.template.stat.ast.Continue
 
me - 类 中的静态变量com.jfinal.template.stat.ast.Return
 
metaBuilder - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
MetaBuilder - com.jfinal.plugin.activerecord.generator中的类
MetaBuilder
MetaBuilder(DataSource) - 类 的构造器com.jfinal.plugin.activerecord.generator.MetaBuilder
 
Method - com.jfinal.template.expr.ast中的类
Method : expr '.'
Method(Expr, String, ExprList, Location) - 类 的构造器com.jfinal.template.expr.ast.Method
 
Method(Expr, String, Location) - 类 的构造器com.jfinal.template.expr.ast.Method
 
method - 类 中的变量com.jfinal.template.expr.ast.MethodInfo
 
MethodInfo - com.jfinal.template.expr.ast中的类
MethodInfo
MethodInfo(String, Class<?>, Method) - 类 的构造器com.jfinal.template.expr.ast.MethodInfo
 
MethodInfoExt - com.jfinal.template.expr.ast中的类
MethodInfoExt 辅助实现 extension method 功能
MethodInfoExt(Object, String, Class<?>, Method) - 类 的构造器com.jfinal.template.expr.ast.MethodInfoExt
 
MethodKit - com.jfinal.template.expr.ast中的类
MethodKit
MethodKit() - 类 的构造器com.jfinal.template.expr.ast.MethodKit
 
mget(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回所有(一个或多个)给定 key 的值。
migrate(String, int, Object, int, int) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 原子性地从当前实例传送到目标实例的指定数据库上,一旦传送成功, key 保证会出现在目标实例上,而当前实例上的 key 会被删除。
MIN_SECONDS_OF_TOKEN_TIME_OUT - 接口 中的静态变量com.jfinal.core.Const
 
MixedJsonFactory - com.jfinal.json中的类
JFinalJson 与 FastJson 混合做 json 转换 toJson 用 JFinalJson,parse 用 FastJson 注意: 1:需要添加 fastjson 相关 jar 包 2:parse 方法转对象依赖于 setter 方法 3:MixedJson 内部使用了 static 共享变量,在使用时不要改变其内部属性值,以免影响其它线程
MixedJsonFactory() - 类 的构造器com.jfinal.json.MixedJsonFactory
 
Model<M extends Model> - com.jfinal.plugin.activerecord中的类
Model.
Model() - 类 的构造器com.jfinal.plugin.activerecord.Model
 
ModelBuilder - com.jfinal.plugin.activerecord中的类
ModelBuilder.
ModelBuilder() - 类 的构造器com.jfinal.plugin.activerecord.ModelBuilder
 
modelContent - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
modelGenerator - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
ModelGenerator - com.jfinal.plugin.activerecord.generator中的类
Model 生成器
ModelGenerator(String, String, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.ModelGenerator
 
modelName - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
modelOutputDir - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
modelPackageName - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
ModelRecordElResolver - com.jfinal.plugin.activerecord中的类
ModelRecordElResolver
ModelRecordElResolver() - 类 的构造器com.jfinal.plugin.activerecord.ModelRecordElResolver
 
move(Object, int) - 类 中的方法com.jfinal.plugin.redis.Cache
将当前数据库的 key 移动到给定的数据库 db 当中。
mset(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
同时设置一个或多个 key-value 对。
MultipartRequest - com.jfinal.upload中的类
MultipartRequest.
MultipartRequest(HttpServletRequest, String, int, String) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, String, int) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, String) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MysqlDialect - com.jfinal.plugin.activerecord.dialect中的类
MysqlDialect.
MysqlDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.MysqlDialect
 

N

name - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
name - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
name - 类 中的变量com.jfinal.plugin.redis.Cache
 
NameSpaceDirective - com.jfinal.plugin.activerecord.sql中的类
NameSpaceDirective
NameSpaceDirective() - 类 的构造器com.jfinal.plugin.activerecord.sql.NameSpaceDirective
 
NestedTransactionHelpException - com.jfinal.plugin.activerecord中的异常错误
NestedTransactionHelpException
Notice the outer transaction that the nested transaction return false
NestedTransactionHelpException(String) - 异常错误 的构造器com.jfinal.plugin.activerecord.NestedTransactionHelpException
 
newInstance(Class<?>) - 类 中的静态方法com.jfinal.kit.ReflectKit
 
next - 类 中的变量com.jfinal.handler.Handler
The next handler
nextHandler - 类 中的变量com.jfinal.handler.Handler
已过时。
NotAction - com.jfinal.ext.interceptor中的类
NotAction
NotAction() - 类 的构造器com.jfinal.ext.interceptor.NotAction
 
notBlank(String) - 类 中的静态方法com.jfinal.kit.StrKit
 
notBlank(String...) - 类 中的静态方法com.jfinal.kit.StrKit
 
notExpired() - 类 中的方法com.jfinal.captcha.Captcha
 
notJump() - 类 中的方法com.jfinal.template.stat.Ctrl
 
notNull(Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
key 存在,并且 value 不为 null
notNull(Object) - 类 中的方法com.jfinal.kit.Kv
key 存在,并且 value 不为 null
notNull(Object) - 类 中的方法com.jfinal.kit.Okv
key 存在,并且 value 不为 null
notNull(Object) - 类 中的方法com.jfinal.kit.Ret
key 存在,并且 value 不为 null
notNull(Object...) - 类 中的静态方法com.jfinal.kit.StrKit
 
notNullSafe() - 类 中的方法com.jfinal.template.stat.Ctrl
 
NoUrlPara - com.jfinal.ext.interceptor中的类
Force action no urlPara, otherwise render error 404.
NoUrlPara() - 类 的构造器com.jfinal.ext.interceptor.NoUrlPara
 
NowDirective - com.jfinal.template.ext.directive中的类
输出当前时间,默认考虑是输出时间,给 pattern 输出可能是 Date、DateTime、Timestamp 带 String 参数,表示 pattern
NowDirective() - 类 的构造器com.jfinal.template.ext.directive.NowDirective
 
NULL - 类 中的静态变量com.jfinal.template.expr.ast.Const
 
NULL_EXPR_ARRAY - 类 中的静态变量com.jfinal.template.expr.ast.ExprList
 
NULL_EXPR_LIST - 类 中的静态变量com.jfinal.template.expr.ast.ExprList
 
NULL_INTERS - 类 中的静态变量com.jfinal.aop.InterceptorManager
 
NULL_OBJECT_ARRAY - 类 中的静态变量com.jfinal.template.expr.ast.ExprList
 
NULL_STATS - 类 中的静态变量com.jfinal.template.stat.ast.StatList
 
NullRender - com.jfinal.render中的类
NullRender.
NullRender() - 类 的构造器com.jfinal.render.NullRender
 
NullSafe - com.jfinal.template.expr.ast中的类
NullSafe 在原则上只支持具有动态特征的用法,例如:方法调用、字段取值、Map 与 List 取值 而不支持具有静态特征的用法,例如:static method 调用、shared method 调用 用法: #( seoTitle ??
NullSafe(Expr, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.NullSafe
 
NumTok - com.jfinal.template.expr中的类
NumToken 封装所有数值类型,并进行类型转换,以便尽早抛出异常 java 数值类型规则: 1:科学计数法默认为 double 类型,通过 Object v = 123E1; 测试可知 2:出现小数点的浮点数默认为 double 类型,无需指定 D/d 后缀。

O

objectIdletime(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
对象没有被访问的空闲时间
objectMapper - 类 中的变量com.jfinal.json.Jackson
 
objectOfExtensionClass - 类 中的变量com.jfinal.template.expr.ast.MethodInfoExt
 
objectRefcount(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
对象被引用的数量
ok() - 类 中的静态方法com.jfinal.kit.JMap
已过时。
 
ok(Object, Object) - 类 中的静态方法com.jfinal.kit.JMap
已过时。
 
ok() - 类 中的静态方法com.jfinal.kit.Kv
已过时。
ok(Object, Object) - 类 中的静态方法com.jfinal.kit.Kv
已过时。
ok() - 类 中的静态方法com.jfinal.kit.Ret
 
ok(Object, Object) - 类 中的静态方法com.jfinal.kit.Ret
 
Okv - com.jfinal.kit中的类
Okv (Ordered Key Value) Okv 与 Kv 的唯一区别在于 Okv 继承自 LinkedHashMap,而 Kv 继承自 HashMap 所以对 Okv 中的数据进行迭代输出的次序与数据插入的先后次序一致 Example: Okv para = Okv.by("id", 123); User user = user.findFirst(getSqlPara("find", para));
Okv() - 类 的构造器com.jfinal.kit.Okv
 
onChange() - 类 中的方法com.jfinal.server.Scanner
 
OneConnectionPerThread - com.jfinal.plugin.activerecord中的类
One Connection Per Thread for one request.
OneConnectionPerThread() - 类 的构造器com.jfinal.plugin.activerecord.OneConnectionPerThread
 
OracleDialect - com.jfinal.plugin.activerecord.dialect中的类
OracleDialect.
OracleDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.OracleDialect
 
OrderedFieldContainerFactory - com.jfinal.plugin.activerecord中的类
用于支持查询出来的字段次序与 select a, b, c...
OrderedFieldContainerFactory() - 类 的构造器com.jfinal.plugin.activerecord.OrderedFieldContainerFactory
 
OreillyCos - com.jfinal.upload中的类
OreillyCos.
OreillyCos() - 类 的构造器com.jfinal.upload.OreillyCos
 
otherPara - 类 中的变量com.jfinal.plugin.ehcache.RenderInfo
 
otherToJson(Object, int) - 类 中的方法com.jfinal.json.JFinalJson
 
Output - com.jfinal.template.stat.ast中的类
Output 输出指令 用法: 1:#(value) 2:#(x = 1, y = 2, x + y) 3:#(seoTitle ??
Output(ExprList, Location) - 类 的构造器com.jfinal.template.stat.ast.Output
 
OutputDirectiveFactory - com.jfinal.template中的类
OutputDirectiveFactory
OutputDirectiveFactory() - 类 的构造器com.jfinal.template.OutputDirectiveFactory
 

P

packageTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
packageTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
packageTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
Page<T> - com.jfinal.plugin.activerecord中的类
Page is the result of Model.paginate(......) or Db.paginate(......)
Page(List<T>, int, int, int, int) - 类 的构造器com.jfinal.plugin.activerecord.Page
Constructor.
Page() - 类 的构造器com.jfinal.plugin.activerecord.Page
 
PageSqlKit - com.jfinal.plugin.activerecord中的类
PageSqlKit
PageSqlKit() - 类 的构造器com.jfinal.plugin.activerecord.PageSqlKit
 
paginate(Connection, int, int, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
paginate(String, Connection, int, int, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
paginate(int, int, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Paginate.
paginate(int, int, boolean, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginate(int, int, String, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginate(int, int, SqlPara) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginate(int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Paginate.
paginate(int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginate(int, int, boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginate(int, int, SqlPara) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginate(int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Paginate.
paginate(int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
paginate(int, int, boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
指定分页 sql 最外层以是否含有 group by 语句 举例: paginate(1, 10, true, "select *", "from user where id>?
paginate(int, int, SqlPara) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
paginateByCache(String, Object, int, int, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Paginate by cache.
paginateByCache(String, Object, int, int, boolean, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginateByCache(String, Object, int, int, String, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginateByCache(String, Object, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Paginate by cache.
paginateByCache(String, Object, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginateByCache(String, Object, int, int, boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginateByCache(String, Object, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Paginate by cache.
paginateByCache(String, Object, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
paginateByCache(String, Object, int, int, boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
paginateByFullSql(int, int, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginateByFullSql(int, int, boolean, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginateByFullSql(int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginateByFullSql(int, int, boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginateByFullSql(int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
paginateByFullSql(int, int, boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
ParaDirective - com.jfinal.plugin.activerecord.sql中的类
#para 指令用于在 sql 模板中根据参数名生成问号占位以及查询参数 一、参数为表达式的用法 1:模板内容 #sql("find") select * from user where nickName = #para(nickName) and age > #para(age) #end 2: java 代码 SqlPara sp = getSqlPara("find", Kv.by("nickName", "prettyGirl").set("age", 18)); user.find(sp) 或者: user.find(sp.getSql(), sp.getPara()); 3:以上用法会在 #para(expr) 处生成问号占位字符,并且实际的参数放入 SqlPara 对象的参数列表中 后续可以通过 sqlPara.getPara() 获取到参数并直接用于查询 二、参数为 int 型数字的用法 1:模板内容 #sql("find") select * from user where id > #para(0) and id < #para(1) #end 2: java 代码 SqlPara sp = getSqlPara("find", 10, 100); user.find(sp) 3:以上用法会在 #para(0) 与 #para(1) 处生成问号占位字符,并且将 10、100 这两个参数放入 SqlPara 对象的参数列表中,后续可以通过 sqlPara.getPara() 获取到参数并直接用于查询
ParaDirective() - 类 的构造器com.jfinal.plugin.activerecord.sql.ParaDirective
 
ParaToken - com.jfinal.template.stat中的类
ParaToken
ParaToken(StringBuilder, int) - 类 的构造器com.jfinal.template.stat.ParaToken
 
paraTypes - 类 中的变量com.jfinal.template.expr.ast.MethodInfo
 
parse(String, Class<T>) - 类 中的方法com.jfinal.json.FastJson
 
parse(String, Class<T>) - 类 中的方法com.jfinal.json.Jackson
 
parse(String, Class<T>) - 类 中的方法com.jfinal.json.JFinalJson
 
parse(String, Class<T>) - 类 中的方法com.jfinal.json.Json
 
parse(String, Class<T>) - 类 中的静态方法com.jfinal.kit.JsonKit
 
parse() - 类 中的方法com.jfinal.template.stat.Parser
 
ParseException - com.jfinal.template.stat中的异常错误
ParseException 词法、语法错误
ParseException(String, Location) - 异常错误 的构造器com.jfinal.template.stat.ParseException
 
ParseException(String, Location, Throwable) - 异常错误 的构造器com.jfinal.template.stat.ParseException
 
parseExprList() - 类 中的方法com.jfinal.template.expr.ExprParser
 
parseForCtrl() - 类 中的方法com.jfinal.template.expr.ExprParser
 
parsePageSql(String) - 类 中的静态方法com.jfinal.plugin.activerecord.PageSqlKit
 
Parser - com.jfinal.template.stat中的类
DLRD (Double Layer Recursive Descent) Parser
Parser(Env, StringBuilder, String) - 类 的构造器com.jfinal.template.stat.Parser
 
parseSqlTemplate() - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
 
password - 类 中的变量com.jfinal.plugin.redis.RedisPlugin
 
PathKit - com.jfinal.kit中的类
new File("..
PathKit() - 类 的构造器com.jfinal.kit.PathKit
 
persist(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
移除给定 key 的生存时间,将这个 key 从『易失的』(带生存时间 key )转换成『持久的』(一个不带生存时间、永不过期的 key )。
pexpire(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
这个命令和 EXPIRE 命令的作用类似,但是它以毫秒为单位设置 key 的生存时间,而不像 EXPIRE 命令那样,以秒为单位。
pexpireAt(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
这个命令和 EXPIREAT 命令类似,但它以毫秒为单位设置 key 的过期 unix 时间戳,而不是像 EXPIREAT 那样,以秒为单位。
ping() - 类 中的方法com.jfinal.plugin.redis.Cache
使用客户端向 Redis 服务器发送一个 PING ,如果服务器运作正常的话,会返回一个 PONG 。
Plugins - com.jfinal.config中的类
Plugins.
Plugins() - 类 的构造器com.jfinal.config.Plugins
 
port - 类 中的变量com.jfinal.plugin.redis.RedisPlugin
 
POST - com.jfinal.ext.interceptor中的类
Accept POST method only.
POST() - 类 的构造器com.jfinal.ext.interceptor.POST
 
post(String, Map<String, String>, String, Map<String, String>) - 类 中的静态方法com.jfinal.kit.HttpKit
Send POST request
post(String, Map<String, String>, String) - 类 中的静态方法com.jfinal.kit.HttpKit
 
post(String, String, Map<String, String>) - 类 中的静态方法com.jfinal.kit.HttpKit
 
post(String, String) - 类 中的静态方法com.jfinal.kit.HttpKit
 
PostgreSqlDialect - com.jfinal.plugin.activerecord.dialect中的类
PostgreSqlDialect.
PostgreSqlDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
primaryKey - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
print() - 类 中的方法com.jfinal.template.stat.ParaToken
 
processGeneratedBigIntegerKey(Model<?>, String, Object) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
mysql 数据库的 bigint unsigned 对应的 java 类型为 BigInteger 但是 rs.getObject(1) 返回值为 Long 型,造成 model.save() 以后 model.getId() 时的类型转换异常
processIsInJarAndlastModified() - 类 中的方法com.jfinal.template.source.ClassPathSource
 
prop - 类 中的变量com.jfinal.config.JFinalConfig
 
Prop - com.jfinal.kit中的类
Prop.
Prop(String) - 类 的构造器com.jfinal.kit.Prop
Prop constructor.
Prop(String, String) - 类 的构造器com.jfinal.kit.Prop
Prop constructor Example:
Prop prop = new Prop("my_config.txt", "UTF-8");
String userName = prop.get("userName");

prop = new Prop("com/jfinal/file_in_sub_path_of_classpath.txt", "UTF-8");
String value = prop.get("key");
Prop(File) - 类 的构造器com.jfinal.kit.Prop
Prop constructor.
Prop(File, String) - 类 的构造器com.jfinal.kit.Prop
Prop constructor Example:
Prop prop = new Prop(new File("/var/config/my_config.txt"), "UTF-8");
String userName = prop.get("userName");
PropKit - com.jfinal.kit中的类
PropKit.
PrototypeInterceptor - com.jfinal.aop中的类
PrototypeInterceptor.
PrototypeInterceptor() - 类 的构造器com.jfinal.aop.PrototypeInterceptor
 
pttl(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
这个命令类似于 TTL 命令,但它以毫秒为单位返回 key 的剩余生存时间,而不是像 TTL 命令那样,以秒为单位。
put(Captcha) - 类 中的方法com.jfinal.captcha.CaptchaCache
 
put(Captcha) - 接口 中的方法com.jfinal.captcha.ICaptchaCache
 
put(String, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.cache.EhCache
 
put(String, Object, Object) - 接口 中的方法com.jfinal.plugin.activerecord.cache.ICache
 
put(String, V) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
put(String, V) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
put(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
Put key value pair to the model without check attribute name.
put(Map<String, Object>) - 类 中的方法com.jfinal.plugin.activerecord.Model
Put map to the model without check attribute name.
put(Model) - 类 中的方法com.jfinal.plugin.activerecord.Model
Put other model to the model without check attribute name.
put(Record) - 类 中的方法com.jfinal.plugin.activerecord.Model
Put record to the model without check attribute name.
put(String, Object, Object) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
put(Token) - 接口 中的方法com.jfinal.token.ITokenCache
 
putAll(Map<? extends String, ? extends V>) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
putAll(Map<? extends String, ? extends V>) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
putTable(Table) - 类 中的方法com.jfinal.plugin.activerecord.TableMapping
 

Q

QrCodeRender - com.jfinal.render中的类
QrCodeRender 生成二维码
QrCodeRender(String, int, int) - 类 的构造器com.jfinal.render.QrCodeRender
构造方法,经测试不指定纠错参数时,默认使用的是 'L' 最低级别纠错参数
QrCodeRender(String, int, int, ErrorCorrectionLevel) - 类 的构造器com.jfinal.render.QrCodeRender
带有纠错级别参数的构造方法,生成带有 logo 的二维码采用纠错原理 使用 ErrorCorrectionLevel.H 参数提升纠错能力 ErrorCorrectionLevel 是枚举类型,纠错能力从高到低共有四个级别: H = ~30% correction Q = ~25% correction M = ~15% correction L = ~7% 使用的时候直接这样:ErrorCorrectionLevel.H
QrCodeRender(String, int, int, char) - 类 的构造器com.jfinal.render.QrCodeRender
带有纠错级别参数的构造方法,纠错能力从高到低共有四个级别:'H'、'Q'、'M'、'L'
query(Connection, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
query(String, Connection, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
query(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
query(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
query(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
query(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBigDecimal(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBigDecimal(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBigDecimal(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBigDecimal(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBoolean(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBoolean(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBoolean(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBoolean(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBytes(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBytes(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBytes(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBytes(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryColumn(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Execute sql query just return one column.
queryColumn(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryColumn(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute sql query just return one column.
queryColumn(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryDate(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryDate(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryDate(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryDate(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryDouble(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryDouble(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryDouble(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryDouble(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryFirst(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Execute sql query and return the first result.
queryFirst(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryFirst(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute sql query and return the first result.
queryFirst(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryFloat(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryFloat(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryFloat(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryFloat(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryInt(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryInt(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryInt(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryInt(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryLong(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryLong(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryLong(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryLong(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryNumber(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryNumber(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryNumber(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryNumber(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryShort(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryShort(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryShort(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryShort(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryStr(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryStr(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryStr(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryStr(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryTime(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryTime(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryTime(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryTime(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryTimestamp(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryTimestamp(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryTimestamp(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryTimestamp(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 

R

random - 类 中的静态变量com.jfinal.captcha.CaptchaRender
 
random - 类 中的静态变量com.jfinal.ext.kit.SessionIdKit
 
RANDOM_FONT - 类 中的静态变量com.jfinal.captcha.CaptchaRender
 
RandomDirective - com.jfinal.template.ext.directive中的类
输出随机数
RandomDirective() - 类 的构造器com.jfinal.template.ext.directive.RandomDirective
 
randomKey() - 类 中的方法com.jfinal.plugin.redis.Cache
从当前数据库中随机返回(不删除)一个 key 。
RangeArray - com.jfinal.template.expr.ast中的类
RangeArray : [expr .. expr] 用法: 1:[1..3] 2:[3..1]
RangeArray(Expr, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.RangeArray
array : '[' exprList ?
RangeArray.RangeList - com.jfinal.template.expr.ast中的类
 
RangeList(int, int, Location) - 类 的构造器com.jfinal.template.expr.ast.RangeArray.RangeList
 
readData(HttpServletRequest) - 类 中的静态方法com.jfinal.kit.HttpKit
 
readIncommingRequestData(HttpServletRequest) - 类 中的静态方法com.jfinal.kit.HttpKit
已过时。
rebuildColumnMetas(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
Record - com.jfinal.plugin.activerecord中的类
Record
Record() - 类 的构造器com.jfinal.plugin.activerecord.Record
 
RecordBuilder - com.jfinal.plugin.activerecord中的类
RecordBuilder.
RecordBuilder() - 类 的构造器com.jfinal.plugin.activerecord.RecordBuilder
 
redirect(String) - 类 中的方法com.jfinal.core.Controller
Redirect to url
redirect(String, boolean) - 类 中的方法com.jfinal.core.Controller
Redirect to url
redirect(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的静态方法com.jfinal.kit.HandlerKit
 
redirect301(String) - 类 中的方法com.jfinal.core.Controller
Render with url and 301 status
redirect301(String, boolean) - 类 中的方法com.jfinal.core.Controller
Render with url and 301 status
redirect301(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的静态方法com.jfinal.kit.HandlerKit
 
Redirect301Render - com.jfinal.render中的类
Redirect301Render.
Redirect301Render(String) - 类 的构造器com.jfinal.render.Redirect301Render
 
Redirect301Render(String, boolean) - 类 的构造器com.jfinal.render.Redirect301Render
 
RedirectRender - com.jfinal.render中的类
RedirectRender with status: 302 Found.
RedirectRender(String) - 类 的构造器com.jfinal.render.RedirectRender
 
RedirectRender(String, boolean) - 类 的构造器com.jfinal.render.RedirectRender
 
Redis - com.jfinal.plugin.redis中的类
Redis.
Redis() - 类 的构造器com.jfinal.plugin.redis.Redis
 
RedisInterceptor - com.jfinal.plugin.redis中的类
RedisInterceptor 用于在同一线程中共享同一个 jedis 对象,提升性能.
RedisInterceptor() - 类 的构造器com.jfinal.plugin.redis.RedisInterceptor
 
RedisPlugin - com.jfinal.plugin.redis中的类
RedisPlugin.
RedisPlugin(String, String) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int, String) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int, String, int) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int, String, int, String) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, String) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, String) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
ReflectKit - com.jfinal.kit中的类
反射工具类
ReflectKit() - 类 的构造器com.jfinal.kit.ReflectKit
 
regist(Class<T>, IConverter<T>) - 类 中的方法com.jfinal.core.converter.TypeConverter
 
remarks - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
remarks - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
remove(String) - 类 中的方法com.jfinal.captcha.CaptchaCache
 
remove(String) - 接口 中的方法com.jfinal.captcha.ICaptchaCache
 
remove(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.cache.EhCache
 
remove(String, Object) - 接口 中的方法com.jfinal.plugin.activerecord.cache.ICache
 
remove(Object) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
remove(Object) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
remove(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Remove attribute of this model.
remove(String...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Remove attributes of this model.
remove(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Remove attribute of this record.
remove(String...) - 类 中的方法com.jfinal.plugin.activerecord.Record
Remove columns of this record.
remove(String, Object) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
remove(String) - 类 中的静态方法com.jfinal.template.Engine
Remove engine with engine name managed by JFinal
remove(Object) - 类 中的方法com.jfinal.template.stat.Scope
移除变量 自内向外在作用域栈中查找变量,移除最先找到的变量
remove(Token) - 接口 中的方法com.jfinal.token.ITokenCache
 
removeAll() - 类 中的方法com.jfinal.captcha.CaptchaCache
 
removeAll() - 接口 中的方法com.jfinal.captcha.ICaptchaCache
 
removeAll(String) - 类 中的方法com.jfinal.plugin.activerecord.cache.EhCache
 
removeAll(String) - 接口 中的方法com.jfinal.plugin.activerecord.cache.ICache
 
removeAll(Collection<?>) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
removeAll(String) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
removeAllTemplateCache() - 类 中的方法com.jfinal.template.Engine
Remove all template cache
removeAttr(String) - 类 中的方法com.jfinal.core.Controller
Removes an attribute from this request
removeAttr(String) - 接口 中的方法com.jfinal.plugin.auth.ISession
 
removeCache(String) - 类 中的静态方法com.jfinal.plugin.redis.Redis
 
removeConfig(String) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
removeCookie(String) - 类 中的方法com.jfinal.core.Controller
Remove Cookie.
removeCookie(String, String) - 类 中的方法com.jfinal.core.Controller
Remove Cookie.
removeCookie(String, String, String) - 类 中的方法com.jfinal.core.Controller
Remove Cookie.
removeDirective(String) - 类 中的方法com.jfinal.template.Engine
Remove directive
removeDirective(String) - 类 中的方法com.jfinal.template.EngineConfig
 
removedTableNamePrefixes - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
removeExcludedAttrs(String...) - 类 中的静态方法com.jfinal.render.JsonRender
 
removeExtensionMethod(Class<?>, Object) - 类 中的静态方法com.jfinal.template.Engine
 
removeExtensionMethod(Class<?>, Class<?>) - 类 中的静态方法com.jfinal.template.Engine
 
removeExtensionMethod(Class<?>, Object) - 类 中的静态方法com.jfinal.template.expr.ast.MethodKit
 
removeExtensionMethod(Class<?>, Class<?>) - 类 中的静态方法com.jfinal.template.expr.ast.MethodKit
 
removeGlobal(Object) - 类 中的方法com.jfinal.template.stat.Scope
移除全局变量 全局作用域是指本次请求的整个 template
removeKeyword(String) - 类 中的方法com.jfinal.kit.JavaKeyword
 
removeLocal(Object) - 类 中的方法com.jfinal.template.stat.Scope
移除局部变量
removeNullValueAttrs() - 类 中的方法com.jfinal.plugin.activerecord.Model
Remove attributes if it is null.
removeNullValueColumns() - 类 中的方法com.jfinal.plugin.activerecord.Record
Remove columns if it is null.
removeSession(String) - 类 中的方法com.jfinal.plugin.auth.SessionKit
 
removeSessionAttr(String) - 类 中的方法com.jfinal.core.Controller
Remove Object in session.
removeSharedMethod(String) - 类 中的方法com.jfinal.template.Engine
Remove shared Method with method name
removeSharedMethod(Class<?>) - 类 中的方法com.jfinal.template.Engine
Remove shared Method of the Class
removeSharedMethod(Method) - 类 中的方法com.jfinal.template.Engine
Remove shared Method
removeSharedMethod(String) - 类 中的方法com.jfinal.template.EngineConfig
Remove shared Method with method name
removeSharedMethod(Class<?>) - 类 中的方法com.jfinal.template.EngineConfig
Remove shared Method of the Class
removeSharedMethod(Method) - 类 中的方法com.jfinal.template.EngineConfig
Remove shared Method
removeSharedMethod(String) - 类 中的方法com.jfinal.template.expr.ast.SharedMethodKit
 
removeSharedMethod(Class<?>) - 类 中的方法com.jfinal.template.expr.ast.SharedMethodKit
 
removeSharedMethod(Method) - 类 中的方法com.jfinal.template.expr.ast.SharedMethodKit
 
removeTemplateCache(String) - 类 中的方法com.jfinal.template.Engine
Remove template cache with template key
removeThreadLocalConnection() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
removeThreadLocalJedis() - 类 中的方法com.jfinal.plugin.redis.Cache
 
rename(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 改名为 newkey 。
render() - 类 中的方法com.jfinal.captcha.CaptchaRender
生成验证码
render(Render) - 类 中的方法com.jfinal.core.Controller
Render with any Render which extends Render
render(String) - 类 中的方法com.jfinal.core.Controller
Render with view use default type Render configured in JFinalConfig
render(String, int) - 类 中的方法com.jfinal.core.Controller
Render with view and status use default type Render configured in JFinalConfig
render() - 类 中的方法com.jfinal.ext.render.CaptchaRender
已过时。
 
render() - 类 中的方法com.jfinal.ext.render.StaticHtmlRender
 
render() - 类 中的方法com.jfinal.render.ErrorRender
 
render() - 类 中的方法com.jfinal.render.FileRender
 
render() - 类 中的方法com.jfinal.render.FreeMarkerRender
 
render() - 类 中的方法com.jfinal.render.JsonRender
 
render() - 类 中的方法com.jfinal.render.JspRender
 
render() - 类 中的方法com.jfinal.render.NullRender
Render nothing
render() - 类 中的方法com.jfinal.render.QrCodeRender
 
render() - 类 中的方法com.jfinal.render.Redirect301Render
 
render() - 类 中的方法com.jfinal.render.RedirectRender
 
Render - com.jfinal.render中的类
Render.
Render() - 类 的构造器com.jfinal.render.Render
 
render() - 类 中的方法com.jfinal.render.Render
Render to client
render() - 类 中的方法com.jfinal.render.TemplateRender
 
render() - 类 中的方法com.jfinal.render.TextRender
 
render() - 类 中的方法com.jfinal.render.VelocityRender
 
render(Map<?, ?>, Writer) - 类 中的方法com.jfinal.template.Template
渲染到 Writer 中去
render(Writer) - 类 中的方法com.jfinal.template.Template
支持无 data 参数,渲染到 Writer 中去
适用于数据在模板中通过表达式和语句直接计算得出等等应用场景
此外,其它所有 render 方法也支持传入 null 值 data 参数
render(Map<?, ?>, FastStringWriter) - 类 中的方法com.jfinal.template.Template
渲染到 FastStringWriter 中去
renderCaptcha() - 类 中的方法com.jfinal.core.Controller
 
RenderDirective - com.jfinal.template.ext.directive中的类
#render 指令用于动态渲染子模板,作为 include 指令的补充 两种用法: 1:只传入一个参数,参数可以是 String 常量,也可以是任意表达式 #render("_hot.html") #render(subFile) 2:传入任意多个参数,除第一个参数以外的所有参数必须是赋值表达式,用于实现参数传递功能 #render("_hot.html", title = "热门新闻", list = newsList) 上例中传递了 title、list 两个参数,可以代替父模板中的 #set 指令传参方式 并且此方式传入的参数只在子模板作用域有效,不会污染父模板作用域 这种传参方式有利于将子模板模块化,例如上例的调用改成如下的参数: #render("_hot.html", title = "热门项目", list = projectList) 通过这种传参方式在子模板 _hot.html 之中,完全不需要修改对于 title 与 list 这两个变量的处理代码,就实现了对 “热门项目” 数据的渲染
RenderDirective() - 类 的构造器com.jfinal.template.ext.directive.RenderDirective
 
renderError(int, String) - 类 中的方法com.jfinal.core.Controller
Render with view and errorCode status
renderError(int, Render) - 类 中的方法com.jfinal.core.Controller
Render with render and errorCode status
renderError(int) - 类 中的方法com.jfinal.core.Controller
Render with view and errorCode status configured in JFinalConfig
renderError404(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的静态方法com.jfinal.kit.HandlerKit
 
renderError404(HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的静态方法com.jfinal.kit.HandlerKit
 
RenderException - com.jfinal.render中的异常错误
RenderException.
RenderException() - 异常错误 的构造器com.jfinal.render.RenderException
 
RenderException(String) - 异常错误 的构造器com.jfinal.render.RenderException
 
RenderException(Throwable) - 异常错误 的构造器com.jfinal.render.RenderException
 
RenderException(String, Throwable) - 异常错误 的构造器com.jfinal.render.RenderException
 
RenderFactory - com.jfinal.render中的类
RenderFactory.
RenderFactory() - 类 的构造器com.jfinal.render.RenderFactory
 
renderFile(String) - 类 中的方法com.jfinal.core.Controller
Render with file
renderFile(String, String) - 类 中的方法com.jfinal.core.Controller
Render with file, using the new file name to the client
renderFile(File) - 类 中的方法com.jfinal.core.Controller
Render with file
renderFile(File, String) - 类 中的方法com.jfinal.core.Controller
Render with file, using the new file name to the client
renderFreeMarker(String) - 类 中的方法com.jfinal.core.Controller
Render with freemarker view
renderHtml(String) - 类 中的方法com.jfinal.core.Controller
Render with html text.
RenderInfo - com.jfinal.plugin.ehcache中的类
RenderInfo.
RenderInfo(Render) - 类 的构造器com.jfinal.plugin.ehcache.RenderInfo
 
renderJavascript(String) - 类 中的方法com.jfinal.core.Controller
Render with javascript text.
renderJson(String, Object) - 类 中的方法com.jfinal.core.Controller
Render with json Example:
renderJson("message", "Save successful");
renderJson("users", users);
renderJson() - 类 中的方法com.jfinal.core.Controller
Render with json
renderJson(String[]) - 类 中的方法com.jfinal.core.Controller
Render with attributes set by setAttr(...) before.
renderJson(String) - 类 中的方法com.jfinal.core.Controller
Render with json text.
renderJson(Object) - 类 中的方法com.jfinal.core.Controller
Render json with object.
renderJsp(String) - 类 中的方法com.jfinal.core.Controller
Render with jsp view
RenderManager - com.jfinal.render中的类
RenderManager.
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法com.jfinal.template.ext.spring.JFinalView
 
renderNull() - 类 中的方法com.jfinal.core.Controller
Render nothing, no response to browser
renderQrCode(String, int, int) - 类 中的方法com.jfinal.core.Controller
渲染二维码
renderQrCode(String, int, int, char) - 类 中的方法com.jfinal.core.Controller
渲染二维码,并指定纠错级别
renderTemplate(String) - 类 中的方法com.jfinal.core.Controller
Render with JFinal template
renderText(String) - 类 中的方法com.jfinal.core.Controller
Render with text.
renderText(String, String) - 类 中的方法com.jfinal.core.Controller
Render with text and content type.
renderText(String, ContentType) - 类 中的方法com.jfinal.core.Controller
Render with text and ContentType.
renderToString(String, Map) - 类 中的方法com.jfinal.core.Controller
Render template to String content, it is useful for: 1: Generate HTML fragment for AJAX request 2: Generate email, short message and so on
renderToString(Map<?, ?>) - 类 中的方法com.jfinal.template.Template
渲染到 String 中去
renderToStringBuilder(Map<?, ?>) - 类 中的方法com.jfinal.template.Template
渲染到 StringBuilder 中去
renderType - 类 中的变量com.jfinal.plugin.ehcache.RenderInfo
 
RenderType - com.jfinal.plugin.ehcache中的类
RenderType
RenderType() - 类 的构造器com.jfinal.plugin.ehcache.RenderType
 
renderVelocity(String) - 类 中的方法com.jfinal.core.Controller
Render with velocity view
renderXml(String) - 类 中的方法com.jfinal.core.Controller
Render with xml view using freemarker.
replaceOrderBy(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
report(String, Controller, Action) - 类 中的静态方法com.jfinal.core.ActionReporter
Report the action
request - 类 中的变量com.jfinal.render.Render
 
requiredViewClass() - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
 
Res - com.jfinal.i18n中的类
Res is used to get the message value from the ResourceBundle of the related Locale.
Res(String, String) - 类 的构造器com.jfinal.i18n.Res
 
response - 类 中的变量com.jfinal.render.Render
 
Restful - com.jfinal.ext.interceptor中的类
Invocation 中添加 Method method The standard definition is as follows: index - GET - A view of all (or a selection of) the records show - GET - A view of a single record add - GET - A form to post to create save - POST - Create a new record edit - GET - A form to edit a single record update - PUT - Update a record delete - DELETE - Delete a record GET /user ---> index GET /user/id ---> show GET /user/add ---> add POST /user ---> save GET /user/edit/id ---> edit PUT /user/id ---> update DELETE /user/id ---> delete
Restful() - 类 的构造器com.jfinal.ext.interceptor.Restful
 
Ret - com.jfinal.kit中的类
Ret 用于返回值封装,也用于服务端与客户端的 json 数据通信 一、主要应用场景: 1:业务层需要返回多个返回值,例如要返回业务状态以及数据 2:renderJson(ret) 响应 json 数据给客户端 二、两种工作模式: 1:默认情况下即为新工作模式,当调用 ok()、fail()、setOk()、setFail() 方法之后 Ret 生成的 json 数据的状态属性为:state:ok 以及 state:fail 2:通过调用 Ret.setToOldWorkMode() 可以切换到旧工作模式,与新工作模式的不同在于 Ret 生成的 json 数据的状态属性为:isOk:true/false 以及 isFail:true/false 3:旧工作模式为了兼容 JFinal 3.2 之前的版本而保留,强烈建议使用新工作模式 新工作模式非常有利于使用 json 数据格式的 API 类型项目 三、实例 1:服务端 Ret ret = service.justDoIt(paras); renderJson(ret); 2:javascript 客户端 ajax 回调函数通常这么用: success: function(ret) { if(ret.state == "ok") { ... } if (ret.state == "fail") { ... } } 3:普通应用程序通常这么用: String json = HttpKit.readData(getRequest()); Ret ret = FastJson.getJson().parse(json, Ret.class); if (ret.isOk()) { ... } if (ret.isFail()) { ... }
Ret() - 类 的构造器com.jfinal.kit.Ret
 
retainAll(Collection<?>) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
Return - com.jfinal.template.stat.ast中的类
Return 通常用于 #define 指令内部,不支持返回值
Route(String, Class<? extends Controller>, String) - 类 的构造器com.jfinal.config.Routes.Route
 
Routes - com.jfinal.config中的类
Routes.
Routes() - 类 的构造器com.jfinal.config.Routes
 
Routes.Route - com.jfinal.config中的类
 
RoutesHandler - com.jfinal.ext.handler中的类
RoutesHandler.
RoutesHandler() - 类 的构造器com.jfinal.ext.handler.RoutesHandler
 
rpop(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
移除并返回列表 key 的尾元素。
rpoplpush(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
命令 RPOPLPUSH 在一个原子时间内,执行以下两个动作: 将列表 source 中的最后一个元素(尾元素)弹出,并返回给客户端。
rpush(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
将一个或多个值 value 插入到列表 key 的表尾(最右边)。
run() - 接口 中的方法com.jfinal.plugin.activerecord.IAtom
Place codes here that need transaction support.

S

sadd(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
将一个或多个 member 元素加入到集合 key 当中,已经存在于集合的 member 元素将被忽略。
save(String, String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Save record.
save(String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
save(String, String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Save record.
save(String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
save() - 类 中的方法com.jfinal.plugin.activerecord.Model
Save model.
Scanner - com.jfinal.server中的类
Scanner.
Scanner(String, int) - 类 的构造器com.jfinal.server.Scanner
 
scard(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回集合 key 的基数(集合中元素的数量)。
Scope - com.jfinal.template.stat中的类
Scope 1:顶层 scope.parent 为 null 2:scope.set(...)
Scope(Map, Map<String, Object>) - 类 的构造器com.jfinal.template.stat.Scope
构建顶层 Scope, parent 为 null 是顶层 Scope 的标志
Scope(Scope) - 类 的构造器com.jfinal.template.stat.Scope
构建 AST 执行过程中作用域栈
sdiff(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回一个集合的全部成员,该集合是所有给定集合之间的差集。
select(int) - 类 中的方法com.jfinal.plugin.redis.Cache
切换到指定的数据库,数据库索引号 index 用数字值指定,以 0 作为起始索引值。
serializer - 类 中的变量com.jfinal.plugin.redis.Cache
 
serializer - 类 中的变量com.jfinal.plugin.redis.RedisPlugin
 
ServerFactory - com.jfinal.server中的类
ServerFactory
ServerNameRedirect301Handler - com.jfinal.ext.handler中的类
ServerNameRedirect301Handler redirect to new server name with 301 Moved Permanently.
ServerNameRedirect301Handler(String, String) - 类 的构造器com.jfinal.ext.handler.ServerNameRedirect301Handler
Example: new ServerNameRedirectHandler("http://abc.com", "http://www.abc.com")
servletContext - 类 中的变量com.jfinal.render.RenderFactory
 
SessionIdKit - com.jfinal.ext.kit中的类
SessionIdKit.
SessionInViewInterceptor - com.jfinal.ext.interceptor中的类
SessionInViewInterceptor.
SessionInViewInterceptor() - 类 的构造器com.jfinal.ext.interceptor.SessionInViewInterceptor
 
SessionInViewInterceptor(boolean) - 类 的构造器com.jfinal.ext.interceptor.SessionInViewInterceptor
 
SessionKit - com.jfinal.plugin.auth中的类
 
SessionKit() - 类 的构造器com.jfinal.plugin.auth.SessionKit
 
set(Object, Object) - 类 中的方法com.jfinal.kit.JMap
已过时。
 
set(Map) - 类 中的方法com.jfinal.kit.JMap
已过时。
 
set(JMap) - 类 中的方法com.jfinal.kit.JMap
已过时。
 
set(Object, Object) - 类 中的方法com.jfinal.kit.Kv
 
set(Map) - 类 中的方法com.jfinal.kit.Kv
 
set(Kv) - 类 中的方法com.jfinal.kit.Kv
 
set(Object, Object) - 类 中的方法com.jfinal.kit.Okv
 
set(Map) - 类 中的方法com.jfinal.kit.Okv
 
set(Okv) - 类 中的方法com.jfinal.kit.Okv
 
set(Object, Object) - 类 中的方法com.jfinal.kit.Ret
 
set(Map) - 类 中的方法com.jfinal.kit.Ret
 
set(Ret) - 类 中的方法com.jfinal.kit.Ret
 
set(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
Set attribute to model.
set(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Record
Set column to record.
set(int, int, int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
set(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
存放 key value 对到 redis 如果 key 已经持有其他值, SET 就覆写旧值,无视类型。
Set - com.jfinal.template.stat.ast中的类
Set 赋值,从内向外作用域查找变量,找到则替换变量值,否则在顶层作用域赋值 用法: 1:#set(k = v) 2:#set(k1 = v1, k2 = v2, ..., kn = vn) 3:#set(x = 1+2) 4:#set(x = 1+2, y = 3>4, ..., z = c ?
Set(ExprList, Location) - 类 的构造器com.jfinal.template.stat.ast.Set
 
set(Object, Object) - 类 中的方法com.jfinal.template.stat.Scope
设置变量 自内向外在作用域栈中查找变量,如果找到则改写变量值,否则将变量存放到顶层 Scope
setAcquireIncrement(int) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setArg(int, Object) - 类 中的方法com.jfinal.aop.Invocation
 
setAttr(String, Object) - 类 中的方法com.jfinal.core.Controller
Stores an attribute in this request
setAttr(String, Object) - 接口 中的方法com.jfinal.plugin.auth.ISession
 
setAttrs(Map<String, Object>) - 类 中的方法com.jfinal.core.Controller
Stores attributes in this request, key of the map as attribute name and value of the map as attribute value
setAutoCommit(boolean) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
是否自动提交
setBaseDownloadPath(String) - 类 中的方法com.jfinal.config.Constants
Set file base download path for Controller.renderFile(...)
setBaseSqlTemplatePath(String) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setBaseSqlTemplatePath(String) - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
 
setBaseTemplatePath(String) - 类 中的方法com.jfinal.template.Engine
 
setBaseTemplatePath(String) - 类 中的方法com.jfinal.template.EngineConfig
 
setBaseTemplatePath(String) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
设置模板基础路径
setBaseUploadPath(String) - 类 中的方法com.jfinal.config.Constants
Set file base upload path.
setBaseViewPath(String) - 类 中的方法com.jfinal.config.Routes
Set base view path for controller in this routes
setBreak() - 类 中的方法com.jfinal.template.stat.Ctrl
 
setCache(ICache) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setCaptchaCache(ICaptchaCache) - 类 中的方法com.jfinal.captcha.CaptchaManager
 
setCaptchaCache(ICaptchaCache) - 类 中的方法com.jfinal.config.Constants
 
setCaptchaName(String) - 类 中的静态方法com.jfinal.captcha.CaptchaRender
设置 captchaName
setCatalog(String) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
支持 catalog 概念的数据库可以设定该参数
setCharSet(String) - 类 中的静态方法com.jfinal.kit.HttpKit
 
setColumns(Map<String, Object>) - 类 中的方法com.jfinal.plugin.activerecord.Record
Set columns value with map.
setColumns(Record) - 类 中的方法com.jfinal.plugin.activerecord.Record
Set columns value with Record.
setColumns(Model<?>) - 类 中的方法com.jfinal.plugin.activerecord.Record
Set columns value with Model object.
setColumnsMap(Record, Map<String, Object>) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
Return the columns map of the record
setConnectionInitSql(String) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
添加连接时的初始化sql。
setConnectionInitSql(String) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
新连接生成后,添加到连接池前执行的初始化sql
setConnectionProperties(String) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setConnectionTestQuery(String) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
JDBC4以下版本数据库驱动需要设定此参数
setConnectionTimeout(long) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
 
setContainerFactory(IContainerFactory) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setContainerFactoryByConfigName(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Set the containerFactory by configName.
setContext(HttpServletRequest, HttpServletResponse) - 类 中的方法com.jfinal.render.Render
 
setContext(HttpServletRequest, HttpServletResponse, String) - 类 中的方法com.jfinal.render.Render
 
setContinue() - 类 中的方法com.jfinal.template.stat.Ctrl
 
setConvertDepth(int) - 类 中的方法com.jfinal.json.JFinalJson
 
setCookie(String, String, int, boolean) - 类 中的方法com.jfinal.core.Controller
Set Cookie.
setCookie(String, String, int) - 类 中的方法com.jfinal.core.Controller
Set Cookie.
setCookie(Cookie) - 类 中的方法com.jfinal.core.Controller
Set Cookie to response.
setCookie(String, String, int, String, boolean) - 类 中的方法com.jfinal.core.Controller
Set Cookie to response.
setCookie(String, String, int, String) - 类 中的方法com.jfinal.core.Controller
Set Cookie to response.
setCookie(String, String, int, String, String, boolean) - 类 中的方法com.jfinal.core.Controller
Set Cookie to response.
setCreateSession(boolean) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
在使用 request.getSession(createSession) 时传入 用来指示 session 不存在时是否立即创建
setData(Map) - 类 中的方法com.jfinal.template.stat.Scope
设置/替换本层作用域 data,通常用于在扩展指令中使用现成可用的 Map 来存放数据, 从而避免 Scope 内部创建 data,节省时空 注意:本方法会替换掉已经存在的 data 对象
setDataDictionaryFileName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
setDataDictionaryFileName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置数据字典 DataDictionary 文件输出目录,默认值为 "_DataDictionary.txt"
setDataDictionaryGenerator(DataDictionaryGenerator) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 DataDictionaryGenerator,便于扩展自定义 DataDictionaryGenerator
setDataDictionaryOutputDir(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
setDataDictionaryOutputDir(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置数据字典 DataDictionary 文件输出目录,默认与 modelOutputDir 相同
setDatePattern(String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
setDatePattern(String) - 类 中的方法com.jfinal.json.JFinalJson
 
setDatePattern(String) - 类 中的方法com.jfinal.json.Json
 
setDatePattern(String) - 类 中的方法com.jfinal.template.Engine
 
setDatePattern(String) - 类 中的方法com.jfinal.template.EngineConfig
 
setDatePattern(String) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
设置 #date(...)
setDatePattern(String) - 类 中的方法com.jfinal.validate.Validator
 
setDbProFactory(IDbProFactory) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setDefaultBaseName(String) - 类 中的静态方法com.jfinal.i18n.I18n
 
setDefaultConvertDepth(int) - 类 中的静态方法com.jfinal.json.JFinalJson
设置全局性默认转换深度
setDefaultDatePattern(String) - 类 中的方法com.jfinal.json.JsonManager
 
setDefaultGenerateNullValue(boolean) - 类 中的静态方法com.jfinal.json.Jackson
 
setDefaultJsonFactory(IJsonFactory) - 类 中的方法com.jfinal.json.JsonManager
 
setDefaultLocale(String) - 类 中的静态方法com.jfinal.i18n.I18n
 
setDefaultLogFactory(ILogFactory) - 类 中的方法com.jfinal.log.LogManager
 
setDevMode(boolean) - 类 中的方法com.jfinal.config.Constants
Set development mode.
setDevMode(boolean) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setDevMode(boolean) - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
 
setDevMode(boolean) - 类 中的方法com.jfinal.template.Engine
设置 true 为开发模式,支持模板文件热加载 设置 false 为生产模式,不支持模板文件热加载,以达到更高的性能
setDevMode(boolean) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
设置开发模式,值为 true 时支持模板文件热加载
setDialect(Dialect) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setDialect(Dialect) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置数据库方言,默认为 MysqlDialect
setDialect(Dialect) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
setDriverClass(String) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setDriverClass(String) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setDriverClass(String) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
驱动类名
setEncoding(String) - 类 中的方法com.jfinal.config.Constants
Set encoding.
setEncoding(String) - 类 中的方法com.jfinal.template.Engine
 
setEncoding(String) - 类 中的方法com.jfinal.template.EngineConfig
 
setEncoding(String) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
设置 encoding
setEnvForDevMode(Env) - 类 中的方法com.jfinal.template.stat.ast.Define
 
setError401View(String) - 类 中的方法com.jfinal.config.Constants
Set error 401 view.
setError403View(String) - 类 中的方法com.jfinal.config.Constants
Set error 403 view.
setError404View(String) - 类 中的方法com.jfinal.config.Constants
Set error 404 view.
setError500View(String) - 类 中的方法com.jfinal.config.Constants
Set error 500 view.
setErrorView(int, String) - 类 中的方法com.jfinal.config.Constants
 
setex(Object, int, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
存放 key value 对到 redis,并将 key 的生存时间设为 seconds (以秒为单位)。
setExprList(ExprList) - 类 中的方法com.jfinal.plugin.activerecord.sql.NameSpaceDirective
 
setExprList(ExprList) - 类 中的方法com.jfinal.plugin.activerecord.sql.ParaDirective
 
setExprList(ExprList) - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlDirective
 
setExprList(ExprList) - 类 中的方法com.jfinal.template.Directive
指令被解析时注入指令参数表达式列表,继承类可以通过覆盖此方法对参数长度和参数类型进行校验
setExprList(ExprList) - 类 中的方法com.jfinal.template.ext.directive.DateDirective
 
setExprList(ExprList) - 类 中的方法com.jfinal.template.ext.directive.RenderDirective
 
setExprList(ExprList) - 类 中的方法com.jfinal.template.ext.directive.StringDirective
 
setExprList(ExprList) - 类 中的方法com.jfinal.template.stat.ast.Stat
 
setExrpList(ExprList) - 类 中的方法com.jfinal.template.ext.directive.NowDirective
 
setFail() - 类 中的方法com.jfinal.kit.JMap
已过时。
 
setFail() - 类 中的方法com.jfinal.kit.Kv
已过时。
setFail() - 类 中的方法com.jfinal.kit.Ret
 
setFileRenamePolicy(FileRenamePolicy) - 类 中的静态方法com.jfinal.upload.OreillyCos
 
setFilters(String) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
设置过滤器,如果要开启监控统计需要使用此方法或在构造方法中进行设置 监控统计:"stat" 防SQL注入:"wall" 组合使用: "stat,wall"
setFreeMarkerTemplateUpdateDelay(int) - 类 中的方法com.jfinal.config.Constants
FreeMarker template update delay for not devMode.
setGenerateChainSetter(boolean) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
setGenerateChainSetter(boolean) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 BaseMode 是否生成链式 setter 方法
setGenerateDaoInModel(boolean) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置是否在 Model 中生成 dao 对象,默认生成
setGenerateDaoInModel(boolean) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
setGenerateDataDictionary(boolean) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置是否生成数据字典 Dictionary 文件,默认不生成
setGenerateNullValue(boolean) - 类 中的方法com.jfinal.json.Jackson
 
SetGlobal - com.jfinal.template.stat.ast中的类
SetLocal 设置全局变量,全局作用域是指本次请求的整个 template 适用于极少数的在内层作用域中希望直接操作顶层作用域的场景
SetGlobal(ExprList, Location) - 类 的构造器com.jfinal.template.stat.ast.SetGlobal
 
setGlobal(Object, Object) - 类 中的方法com.jfinal.template.stat.Scope
设置全局变量 全局作用域是指本次请求的整个 template
setGlobalAssignment() - 类 中的方法com.jfinal.template.stat.Ctrl
 
setHttpServletRequest(HttpServletRequest) - 类 中的方法com.jfinal.core.Controller
 
setHttpServletResponse(HttpServletResponse) - 类 中的方法com.jfinal.core.Controller
 
setI18nDefaultBaseName(String) - 类 中的方法com.jfinal.config.Constants
Set default base name to load Resource bundle.
setI18nDefaultLocale(String) - 类 中的方法com.jfinal.config.Constants
Set default locale to load Resource bundle.
setIdleTimeout(long) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
空闲超时时间(单位:毫秒),默认600000 (10 分钟)
setInitialPoolSize(int) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setInitialSize(int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setJdbcUrl(String) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
jdbc连接url
setJsonDatePattern(String) - 类 中的方法com.jfinal.config.Constants
设置json转换时日期格式,常用格式有:"yyyy-MM-dd HH:mm:ss"、 "yyyy-MM-dd"
setJsonFactory(IJsonFactory) - 类 中的方法com.jfinal.config.Constants
设置 Json 转换工厂实现类,目前支持:JFinalJsonFactory(默认)、JacksonFactory、FastJsonFactory 分别支持 JFinalJson、Jackson、FastJson
setJumpNone() - 类 中的方法com.jfinal.template.stat.Ctrl
 
setKeyNamingPolicy(IKeyNamingPolicy) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setLeakDetectionThreshold(long) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
内存泄露侦测周期,最小为2000(2秒)
SetLocal - com.jfinal.template.stat.ast中的类
SetLocal 设置局部变量 通常用于 #define #include 指令内部需要与外层作用域区分,以便于定义重用型模块的场景 也常用于 #for 循环内部的临时变量
SetLocal(ExprList, Location) - 类 的构造器com.jfinal.template.stat.ast.SetLocal
 
setLocal(Object, Object) - 类 中的方法com.jfinal.template.stat.Scope
设置局部变量
setLocalAssignment() - 类 中的方法com.jfinal.template.stat.Ctrl
 
setLocation(Location) - 类 中的方法com.jfinal.template.stat.ast.Stat
 
setLog(boolean) - 类 中的静态方法com.jfinal.plugin.activerecord.SqlReporter
 
setLogAbandoned(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setLogFactory(ILogFactory) - 类 中的方法com.jfinal.config.Constants
 
setMainCache(String) - 类 中的静态方法com.jfinal.plugin.redis.Redis
提供一个设置设置主缓存 mainCache 的机会,否则第一个被初始化的 Cache 将成为 mainCache
setMainEngine(Engine) - 类 中的静态方法com.jfinal.template.Engine
Set main engine
setMappingKitClassName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKit 类名,默认值为: "_MappingKit"
setMappingKitClassName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
setMappingKitGenerator(MappingKitGenerator) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKitGenerator,便于扩展自定义 MappingKitGenerator
setMappingKitOutputDir(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKit 文件输出目录,默认与 modelOutputDir 相同, 在设置此变量的同时需要设置 mappingKitPackageName
setMappingKitOutputDir(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
setMappingKitPackageName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKit 文件包名,默认与 modelPackageName 相同, 在设置此变的同时需要设置 mappingKitOutputDir
setMappingKitPackageName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
setMaxActive(int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMaxIdleTime(int) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setMaximumPoolSize(int) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
连接池最大连接数 默认10
setMaxLifetime(long) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
最大生命周期/最大存活时间(单位:毫秒) ,默认1800000 (30 分钟)
setMaxOutputLengthOfParaValue(int) - 类 中的静态方法com.jfinal.core.ActionReporter
 
setMaxPoolPreparedStatementPerConnectionSize(int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMaxPoolSize(int) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setMaxPostSize(int) - 类 中的方法com.jfinal.config.Constants
Set max size of http post.
setMaxWait(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMetaBuilder(MetaBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 MetaBuilder,便于扩展自定义 MetaBuilder
setMinEvictableIdleTimeMillis(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMinEvictableIdleTimeMillis(int) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setMinIdle(int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMinPoolSize(int) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setName(String) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
连接池名称
setNullSafe(boolean) - 类 中的方法com.jfinal.template.stat.Ctrl
 
setNumTestsPerEvictionRun(int) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setOk() - 类 中的方法com.jfinal.kit.JMap
已过时。
 
setOk() - 类 中的方法com.jfinal.kit.Kv
已过时。
setOk() - 类 中的方法com.jfinal.kit.Ret
 
setOutputDirectiveFactory(IOutputDirectiveFactory) - 类 中的方法com.jfinal.template.Engine
Set output directive factory
setOutputDirectiveFactory(IOutputDirectiveFactory) - 类 中的方法com.jfinal.template.EngineConfig
Set output directive factory
setPassword(String) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
数据库密码
setPoolName(String) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
用户指定的连接池名
setPrimaryKey(String, String) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
当使用 create table 语句创建用于开发使用的数据表副本时,假如create table 中使用的 复合主键次序不同,那么MappingKitGeneretor 反射生成的复合主键次序也会不同。
setProperties(Properties) - 类 中的静态方法com.jfinal.render.FreeMarkerRender
 
setProperties(Properties) - 类 中的静态方法com.jfinal.render.VelocityRender
 
setProperty(String, String) - 类 中的静态方法com.jfinal.render.FreeMarkerRender
Set freemarker's property.
setPublicKey(String) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setReadOnly(boolean) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
是否是只读连接 ,是否有效取决于相应的数据库是否支持
setReloadModifiedSharedFunctionInDevMode(boolean) - 类 中的方法com.jfinal.template.Engine
Engine 独立设置为 devMode 可以方便模板文件在修改后立即生效, 但如果在 devMode 之下并不希望对 addSharedFunction(...), 添加的模板进行是否被修改的检测可以通过此方法设置 false 参进去 注意:Engine 在生产环境下(devMode 为 false),该参数无效
setReloadModifiedSharedFunctionInDevMode(boolean) - 类 中的方法com.jfinal.template.EngineConfig
 
setRemoveAbandoned(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setRemoveAbandonedTimeoutMillis(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setRemovedTableNamePrefixes(String...) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置需要被移除的表名前缀,仅用于生成 modelName 与 baseModelName 例如表名 "osc_account",移除前缀 "osc_" 后变为 "account"
setRemovedTableNamePrefixes(String...) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
设置需要被移除的表名前缀,仅用于生成 modelName 与 baseModelName 例如表名 "osc_account",移除前缀 "osc_" 后变为 "account"
setRenderFactory(IRenderFactory) - 类 中的方法com.jfinal.config.Constants
Set the renderFactory
setRenderFactory(IRenderFactory) - 类 中的方法com.jfinal.render.RenderManager
 
setReportAfterInvocation(boolean) - 类 中的方法com.jfinal.config.Constants
设置 devMode 之下的 action report 是否在 invocation 之后,默认值为 true
setReportAfterInvocation(boolean) - 类 中的静态方法com.jfinal.core.ActionReporter
 
setResolveBeanAsModel(boolean) - 类 中的静态方法com.jfinal.plugin.activerecord.ModelRecordElResolver
设置为 true 时,使用生成器生成的实现了 IBean 接口的 Class 将被当成 Model 来处理, getter 不被 jsp/jstl 用来输出数据,仍然使用 model.get(String attr) 来输出数据。
setReturn() - 类 中的方法com.jfinal.template.stat.Ctrl
 
setReturnValue(Object) - 类 中的方法com.jfinal.aop.Invocation
Set the return value of the target method
setRootClassPath(String) - 类 中的静态方法com.jfinal.kit.PathKit
 
setRootData(Map) - 类 中的方法com.jfinal.template.stat.Scope
设置/替换顶层作用域 data,可以在扩展指令之中通过此方法切换掉顶层作用域 实现作用域完全隔离的功能 注意:本方法会替换掉顶层已经存在的 data 对象
setSerializer(ISerializer) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setSessionAttr(String, Object) - 类 中的方法com.jfinal.core.Controller
Store Object to session.
setSessionInView(boolean) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
设置为 true 时支持在模板中使用 #(session.value) 形式访问 session 中的数据
setSharedFunction(String) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
设置 shared function 文件,多个文件用逗号分隔 主要用于 Spring MVC 的 xml 配置方式 Spring Boot 的代码配置方式可使用 addSharedFunction(...)
setSharedVariable(String, Object) - 类 中的静态方法com.jfinal.render.FreeMarkerRender
注入对象到 FreeMarker 页面供调用,通常注入一些辅助内容输出的工具类,相当于是 freemarker 的一种扩展方式
setShortCircuit(boolean) - 类 中的方法com.jfinal.validate.Validator
设置短路验证.
setShowSql(boolean) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setSourceFactory(ISourceFactory) - 类 中的方法com.jfinal.template.Engine
设置 ISourceFactory 用于为 engine 切换不同的 ISource 实现类 ISource 用于从不同的来源加载模板内容 配置为 ClassPathSourceFactory 时特别注意: 由于 JFinal 会在 configEngine(Engine me) 方法调用 “之前”,会默认调用一次如下方法: me.setBaseTemplatePath(PathKit.getWebRootPath()) 而 ClassPathSourceFactory 在以上默认值下不能工作,所以需要通过如下方式清掉该值: me.setBaseTemplatePath(null) 或者配置具体要用的 baseTemplatePath 值,例如: me.setBaseTemplatePath("view");
setSourceFactory(ISourceFactory) - 类 中的方法com.jfinal.template.ext.spring.JFinalViewResolver
设置 ISourceFactory 用于为 engine 切换不同的 ISource 实现类 配置为 ClassPathSourceFactory 时特别注意: 由于在 initServletContext() 通过如下方法中已设置了 baseTemplatePath 值: setBaseTemplatePath(servletContext.getRealPath("/")) 而 ClassPathSourceFactory 在 initServletContext() 方法中设置的 值之下不能工作,所以在本方法中通过如下方法清掉了该值: setBaseTemplatePath(null) 这种处理方式适用于绝大部分场景,如果在使用 ClassPathSourceFactory 的同时 仍然需要设置 baseTemplatePath,则在调用该方法 “之后” 通过如下代码再次配置: setBaseTemplatePath(value)
setSql(String) - 类 中的方法com.jfinal.plugin.activerecord.SqlPara
 
setStat(Stat) - 类 中的方法com.jfinal.template.Directive
指令被解析时注入指令 body 内容,仅对于具有 #end 结束符的指令有效
setStat(Stat) - 类 中的方法com.jfinal.template.stat.ast.ElseIf
take over setStat(...) method of super class
setStat(Stat) - 类 中的方法com.jfinal.template.stat.ast.If
take over setStat(...) method of super class
setStat(Stat) - 类 中的方法com.jfinal.template.stat.ast.Stat
 
setSupportActiveRecord(boolean) - 类 中的静态方法com.jfinal.render.JspRender
已过时。
setTablePrimaryKey(Table, String) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
setTemplateLoadingPath(String) - 类 中的静态方法com.jfinal.render.FreeMarkerRender
Create public void afterJFinalStart() in YourJFinalConfig and use this method in MyJFinalConfig.afterJFinalStart() to set ServletContext for template loading
setterChainTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
setterTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
setTestOnBorrow(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setTestOnReturn(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setTestWhileIdle(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setTestWhileIdle(boolean) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setThreadLocalConnection(Connection) - 类 中的方法com.jfinal.plugin.activerecord.Config
Support transaction with Transaction interceptor
setThreadLocalJedis(Jedis) - 类 中的方法com.jfinal.plugin.redis.Cache
 
setTimeBetweenConnectErrorMillis(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setTimeBetweenEvictionRunsMillis(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setTimeBetweenEvictionRunsMillis(int) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setTimeStampPattern(String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
setTimestampPattern(String) - 类 中的方法com.jfinal.json.JFinalJson
 
setTokenCache(ITokenCache) - 类 中的方法com.jfinal.config.Constants
Set ITokenCache implementation otherwise JFinal will use the HttpSesion to hold the token.
setToOldWorkMode() - 类 中的静态方法com.jfinal.kit.Ret
设置为旧工作模式,为了兼容 jfinal 3.2 之前的版本
setTransactionIsolation(String) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
事物等级
setTransactionLevel(int) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
Set transaction level define in java.sql.Connection
setTypeMapping(TypeMapping) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
 
setTypeMapping(TypeMapping) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
setUrlPara(String) - 类 中的方法com.jfinal.core.Controller
 
setUrlParaSeparator(String) - 类 中的方法com.jfinal.config.Constants
Set urlPara separator.
setUsername(String) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
数据库类型
setValidationQuery(String) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
hsqldb - "select 1 from INFORMATION_SCHEMA.SYSTEM_USERS" Oracle - "select 1 from dual" DB2 - "select 1 from sysibm.sysdummy1" mysql - "select 1"
setValidationTimeout(long) - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
连接是否存活测试周期,默认5000(5秒)
setValue(ELContext, Object, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
setValue(Object) - 类 中的方法com.jfinal.template.stat.ast.ForEntry
 
setView(String) - 类 中的方法com.jfinal.render.Render
 
setViewExtension(String) - 类 中的方法com.jfinal.config.Constants
Set view extension for the IRenderFactory.getDefaultRender(...)
setViewType(ViewType) - 类 中的方法com.jfinal.config.Constants
Set view type.
setWebRootPath(String) - 类 中的静态方法com.jfinal.kit.PathKit
 
setWisdomAssignment() - 类 中的方法com.jfinal.template.stat.Ctrl
 
setWorking(boolean) - 类 中的静态方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
setWriter(Writer) - 类 中的静态方法com.jfinal.core.ActionReporter
 
sha1(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha256(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha384(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha512(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
SharedMethod - com.jfinal.template.expr.ast中的类
SharedMethod 用法: engine.addSharedMethod(object); engine.addSharedStaticMethod(Xxx.class); #(method(para))
SharedMethod(SharedMethodKit, String, ExprList, Location) - 类 的构造器com.jfinal.template.expr.ast.SharedMethod
 
SharedMethodKit - com.jfinal.template.expr.ast中的类
SharedMethodKit
SharedMethodKit() - 类 的构造器com.jfinal.template.expr.ast.SharedMethodKit
 
shortCircuit - 类 中的变量com.jfinal.validate.Validator
 
ShortExt - com.jfinal.template.ext.extensionmethod中的类
针对 java.lang.Short 的扩展方法 用法: #if(value.toInt() == 123)
ShortExt() - 类 的构造器com.jfinal.template.ext.extensionmethod.ShortExt
 
sinter(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回多个集合的交集,多个集合由 keys 指定
sismember(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
判断 member 元素是否集合 key 的成员。
size() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
size() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
size() - 类 中的方法com.jfinal.template.expr.ast.RangeArray.RangeList
 
slowEquals(byte[], byte[]) - 类 中的静态方法com.jfinal.kit.HashKit
 
slowEquals(String, String) - 类 中的静态方法com.jfinal.kit.StrKit
 
smembers(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回集合 key 中的所有成员。
sourceList - 类 中的变量com.jfinal.template.Env
 
spop(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
移除并返回集合中的一个随机元素。
SqlDateConverter() - 类 的构造器com.jfinal.core.converter.Converters.SqlDateConverter
 
SqlDirective - com.jfinal.plugin.activerecord.sql中的类
SqlDirective
SqlDirective() - 类 的构造器com.jfinal.plugin.activerecord.sql.SqlDirective
 
Sqlite3Dialect - com.jfinal.plugin.activerecord.dialect中的类
SqliteDialect.
Sqlite3Dialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
SqlKit - com.jfinal.plugin.activerecord.sql中的类
SqlKit
SqlKit(String, boolean) - 类 的构造器com.jfinal.plugin.activerecord.sql.SqlKit
 
SqlKit(String) - 类 的构造器com.jfinal.plugin.activerecord.sql.SqlKit
 
SqlPara - com.jfinal.plugin.activerecord中的类
SqlPara 封装查询使用的 sql 与参数,主要用于 getSqlPara(...)
SqlPara() - 类 的构造器com.jfinal.plugin.activerecord.SqlPara
 
SqlReporter - com.jfinal.plugin.activerecord中的类
SqlReporter.
Sqls - com.jfinal.plugin.activerecord中的类
已过时。
SqlServerDialect - com.jfinal.plugin.activerecord.dialect中的类
SqlServerDialect 为OSC 网友战五渣贡献代码:http://www.oschina.net/question/2333909_234198
SqlServerDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
srandmember(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回集合中的一个随机元素。
srandmember(Object, int) - 类 中的方法com.jfinal.plugin.redis.Cache
返回集合中的 count 个随机元素。
srem(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
移除集合 key 中的一个或多个 member 元素,不存在的 member 元素会被忽略。
start() - 类 中的静态方法com.jfinal.core.JFinal
 
start(String, int, String, int) - 类 中的静态方法com.jfinal.core.JFinal
用于在 Eclipse 中,通过创建 main 方法的方式启动项目,支持执加载
start(String, int, String) - 类 中的静态方法com.jfinal.core.JFinal
用于在 IDEA 中,通过创建 main 方法的方式启动项目,不支持热加载 本方法存在的意义在于此方法启动的速度比 maven 下的 jetty 插件要快得多 注意:不支持热加载。
start() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
start() - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
start() - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
start() - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
start() - 类 中的方法com.jfinal.plugin.ehcache.EhCachePlugin
 
start() - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
 
start() - 接口 中的方法com.jfinal.plugin.IPlugin
 
start() - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
start() - 接口 中的方法com.jfinal.server.IServer
 
start() - 类 中的方法com.jfinal.server.JettyServerForIDEA
 
start() - 类 中的方法com.jfinal.server.Scanner
 
stat - 类 中的变量com.jfinal.template.Directive
具有 #end 结束符的指令内部嵌套的所有内容,调用 stat.exec(env, scope, writer) 即可执行指令内部嵌入所有指令与表达式,如果指令没有 #end 结束符,该属性无效
Stat - com.jfinal.template.stat.ast中的类
Stat
Stat() - 类 的构造器com.jfinal.template.stat.ast.Stat
 
StaticField - com.jfinal.template.expr.ast中的类
StaticField : ID_list '::' ID 动态获取静态变量值,变量值改变时仍可正确获取 用法:com.jfinal.core.Const::JFINAL_VERSION
StaticField(String, String, Location) - 类 的构造器com.jfinal.template.expr.ast.StaticField
 
StaticHtmlRender - com.jfinal.ext.render中的类
生成静态 html
StaticHtmlRender() - 类 的构造器com.jfinal.ext.render.StaticHtmlRender
 
StaticMethod - com.jfinal.template.expr.ast中的类
StaticMethod : ID_list : '::' ID '(' exprList?
StaticMethod(String, String, Location) - 类 的构造器com.jfinal.template.expr.ast.StaticMethod
 
StaticMethod(String, String, ExprList, Location) - 类 的构造器com.jfinal.template.expr.ast.StaticMethod
 
StatList - com.jfinal.template.stat.ast中的类
StatList
StatList(List<Stat>) - 类 的构造器com.jfinal.template.stat.ast.StatList
 
stop() - 类 中的静态方法com.jfinal.core.JFinal
 
stop() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
stop() - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
stop() - 类 中的方法com.jfinal.plugin.cron4j.Cron4jPlugin
 
stop() - 接口 中的方法com.jfinal.plugin.cron4j.ITask
 
stop() - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
stop() - 类 中的方法com.jfinal.plugin.ehcache.EhCachePlugin
 
stop() - 类 中的方法com.jfinal.plugin.hikaricp.HikariCpPlugin
 
stop() - 接口 中的方法com.jfinal.plugin.IPlugin
 
stop() - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
stop() - 接口 中的方法com.jfinal.server.IServer
 
stop() - 类 中的方法com.jfinal.server.JettyServerForIDEA
 
stop() - 类 中的方法com.jfinal.server.Scanner
 
StringDirective - com.jfinal.template.ext.directive中的类
#string 指令方便定义大量的多行文本变量,这个是 java 语言中极为需要的功能 定义: #string(name) 在此是大量的字符串 #end 使用: #(name)
StringDirective() - 类 的构造器com.jfinal.template.ext.directive.StringDirective
 
StringExt - com.jfinal.template.ext.extensionmethod中的类
针对 java.lang.String 的扩展方法 重要用途: Controller.keepPara() 方法会将所有类型的数据当成 String 并传回到 到模板中,所以模板中的如下代码将无法工作: #if(age > 18) ....
StringExt() - 类 的构造器com.jfinal.template.ext.extensionmethod.StringExt
 
StringSource - com.jfinal.template.source中的类
StringSource 用于从 String 变量中加载模板内容
StringSource(String, boolean) - 类 的构造器com.jfinal.template.source.StringSource
构造 StringSource
StringSource(StringBuilder, boolean) - 类 的构造器com.jfinal.template.source.StringSource
 
StrKit - com.jfinal.kit中的类
StrKit.
StrKit() - 类 的构造器com.jfinal.kit.StrKit
 
sunion(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回多个集合的并集,多个集合由 keys 指定 不存在的 key 被视为空集。
switchView(String, Controller) - 类 中的方法com.jfinal.i18n.I18nInterceptor
在有些 web 系统中,页面需要国际化的文本过多,并且 css 以及 html 也因为际化而大不相同, 对于这种应用场景先直接制做多套同名称的国际化视图,并将这些视图以 locale 为子目录分类存放, 最后使用本拦截器根据 locale 动态切换视图,而不必对视图中的文本逐个进行国际化切换,省时省力。
Sym - com.jfinal.template.expr中的枚举
Sym
synchronizeLog() - 类 中的静态方法com.jfinal.kit.LogKit
当通过 Constants.setLogFactory(...)

T

Table - com.jfinal.plugin.activerecord中的类
Table save the table meta info like column name and column type.
Table(String, Class<? extends Model<?>>) - 类 的构造器com.jfinal.plugin.activerecord.Table
 
Table(String, String, Class<? extends Model<?>>) - 类 的构造器com.jfinal.plugin.activerecord.Table
 
TableMapping - com.jfinal.plugin.activerecord中的类
TableMapping save the mapping between model class and table.
TableMeta - com.jfinal.plugin.activerecord.generator中的类
TableMeta
TableMeta() - 类 的构造器com.jfinal.plugin.activerecord.generator.TableMeta
 
takeOverDbPaginate(Connection, int, int, Boolean, String, StringBuilder, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
takeOverDbPaginate(Connection, int, int, Boolean, String, StringBuilder, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
takeOverModelPaginate(Connection, Class<? extends Model>, int, int, Boolean, String, StringBuilder, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
takeOverModelPaginate(Connection, Class<? extends Model>, int, int, Boolean, String, StringBuilder, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
Template - com.jfinal.template中的类
Template 用法: Template template = Engine.use().getTemplate(...); template.render(data, writer); template.renderToString(data);
Template(Env, Stat) - 类 的构造器com.jfinal.template.Template
 
TEMPLATE_RENDER - 类 中的静态变量com.jfinal.plugin.ehcache.RenderType
 
TemplateException - com.jfinal.template中的异常错误
Template runtime exception
TemplateException(String, Location) - 异常错误 的构造器com.jfinal.template.TemplateException
 
TemplateException(String, Location, Throwable) - 异常错误 的构造器com.jfinal.template.TemplateException
 
TemplateRender - com.jfinal.render中的类
TemplateRender
TemplateRender(String) - 类 的构造器com.jfinal.render.TemplateRender
 
Ternary - com.jfinal.template.expr.ast中的类
Ternary
Ternary(Expr, Expr, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.Ternary
cond ?
Text - com.jfinal.template.stat.ast中的类
Text 输出纯文本块以及使用 "#[[" 与 "]]#" 指定的非解析块
Text(StringBuilder) - 类 的构造器com.jfinal.template.stat.ast.Text
 
TextRender - com.jfinal.render中的类
TextRender.
TextRender(String) - 类 的构造器com.jfinal.render.TextRender
 
TextRender(String, String) - 类 的构造器com.jfinal.render.TextRender
 
TextRender(String, ContentType) - 类 的构造器com.jfinal.render.TextRender
 
threadLocalJedis - 类 中的变量com.jfinal.plugin.redis.Cache
 
TimeConverter() - 类 的构造器com.jfinal.core.converter.Converters.TimeConverter
 
timeout - 类 中的变量com.jfinal.plugin.redis.RedisPlugin
 
TimestampConverter() - 类 的构造器com.jfinal.core.converter.Converters.TimestampConverter
 
timeStampPattern - 类 中的静态变量com.jfinal.ext.kit.DateKit
 
timestampPattern - 类 中的变量com.jfinal.json.JFinalJson
 
toArray() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
toArray(T[]) - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
toBoolean(Byte) - 类 中的方法com.jfinal.template.ext.extensionmethod.ByteExt
 
toBoolean(Double) - 类 中的方法com.jfinal.template.ext.extensionmethod.DoubleExt
 
toBoolean(Float) - 类 中的方法com.jfinal.template.ext.extensionmethod.FloatExt
 
toBoolean(Integer) - 类 中的方法com.jfinal.template.ext.extensionmethod.IntegerExt
 
toBoolean(Long) - 类 中的方法com.jfinal.template.ext.extensionmethod.LongExt
 
toBoolean(Short) - 类 中的方法com.jfinal.template.ext.extensionmethod.ShortExt
 
toBoolean(String) - 类 中的方法com.jfinal.template.ext.extensionmethod.StringExt
StringExt.toBoolean() 是数据类型转换,所以与 Logic.isTrue(String) 中的逻辑不同,后者只要 String 值非 null 并且 length() > 0 即返回 true
toCamelCase(String) - 类 中的静态方法com.jfinal.kit.StrKit
 
toDate(String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
toDouble(Byte) - 类 中的方法com.jfinal.template.ext.extensionmethod.ByteExt
 
toDouble(Double) - 类 中的方法com.jfinal.template.ext.extensionmethod.DoubleExt
 
toDouble(Float) - 类 中的方法com.jfinal.template.ext.extensionmethod.FloatExt
 
toDouble(Integer) - 类 中的方法com.jfinal.template.ext.extensionmethod.IntegerExt
 
toDouble(Long) - 类 中的方法com.jfinal.template.ext.extensionmethod.LongExt
 
toDouble(Short) - 类 中的方法com.jfinal.template.ext.extensionmethod.ShortExt
 
toDouble(String) - 类 中的方法com.jfinal.template.ext.extensionmethod.StringExt
 
toFloat(Byte) - 类 中的方法com.jfinal.template.ext.extensionmethod.ByteExt
 
toFloat(Double) - 类 中的方法com.jfinal.template.ext.extensionmethod.DoubleExt
 
toFloat(Float) - 类 中的方法com.jfinal.template.ext.extensionmethod.FloatExt
 
toFloat(Integer) - 类 中的方法com.jfinal.template.ext.extensionmethod.IntegerExt
 
toFloat(Long) - 类 中的方法com.jfinal.template.ext.extensionmethod.LongExt
 
toFloat(Short) - 类 中的方法com.jfinal.template.ext.extensionmethod.ShortExt
 
toFloat(String) - 类 中的方法com.jfinal.template.ext.extensionmethod.StringExt
 
toHex(byte[]) - 类 中的静态方法com.jfinal.kit.HashKit
 
toInt(Byte) - 类 中的方法com.jfinal.template.ext.extensionmethod.ByteExt
 
toInt(Double) - 类 中的方法com.jfinal.template.ext.extensionmethod.DoubleExt
 
toInt(Float) - 类 中的方法com.jfinal.template.ext.extensionmethod.FloatExt
 
toInt(Integer) - 类 中的方法com.jfinal.template.ext.extensionmethod.IntegerExt
 
toInt(Long) - 类 中的方法com.jfinal.template.ext.extensionmethod.LongExt
 
toInt(Short) - 类 中的方法com.jfinal.template.ext.extensionmethod.ShortExt
 
toInt(String) - 类 中的方法com.jfinal.template.ext.extensionmethod.StringExt
 
toJson(Object) - 类 中的方法com.jfinal.json.FastJson
 
toJson(Object) - 类 中的方法com.jfinal.json.Jackson
 
toJson(Object) - 类 中的方法com.jfinal.json.JFinalJson
 
toJson(Object, int) - 类 中的方法com.jfinal.json.JFinalJson
 
toJson(Object) - 类 中的方法com.jfinal.json.Json
 
toJson() - 类 中的方法com.jfinal.kit.JMap
已过时。
 
toJson(Object) - 类 中的静态方法com.jfinal.kit.JsonKit
 
toJson(Object, int) - 类 中的静态方法com.jfinal.kit.JsonKit
已过时。
toJson() - 类 中的方法com.jfinal.kit.Kv
 
toJson() - 类 中的方法com.jfinal.kit.Okv
 
toJson() - 类 中的方法com.jfinal.kit.Ret
 
toJson() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return json string of this model.
toJson() - 类 中的方法com.jfinal.plugin.activerecord.Record
Return json string of this record.
toJson(Object) - 类 中的方法com.jfinal.template.ext.sharedmethod.Json
 
Token - com.jfinal.token中的类
Token.
Token(String, long) - 类 的构造器com.jfinal.token.Token
 
Token(String) - 类 的构造器com.jfinal.token.Token
 
TokenManager - com.jfinal.token中的类
TokenManager.
toKeyValue(String, Object, StringBuilder, int) - 类 中的方法com.jfinal.json.JFinalJson
 
toLocale(String) - 类 中的静态方法com.jfinal.i18n.I18n
 
toLocale(Locale) - 类 中的静态方法com.jfinal.i18n.I18n
 
toLong(Byte) - 类 中的方法com.jfinal.template.ext.extensionmethod.ByteExt
 
toLong(Double) - 类 中的方法com.jfinal.template.ext.extensionmethod.DoubleExt
 
toLong(Float) - 类 中的方法com.jfinal.template.ext.extensionmethod.FloatExt
 
toLong(Integer) - 类 中的方法com.jfinal.template.ext.extensionmethod.IntegerExt
 
toLong(Long) - 类 中的方法com.jfinal.template.ext.extensionmethod.LongExt
 
toLong(Short) - 类 中的方法com.jfinal.template.ext.extensionmethod.ShortExt
 
toLong(String) - 类 中的方法com.jfinal.template.ext.extensionmethod.StringExt
 
toRecord() - 类 中的方法com.jfinal.plugin.activerecord.Model
Convert model to record.
toStr(Date) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
toStr(Date, String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
toString() - 类 中的方法com.jfinal.captcha.Captcha
 
toString() - 类 中的方法com.jfinal.plugin.activerecord.Model
 
toString() - 类 中的方法com.jfinal.plugin.activerecord.Page
 
toString() - 类 中的方法com.jfinal.plugin.activerecord.Record
 
toString() - 类 中的方法com.jfinal.plugin.activerecord.sql.SqlKit
 
toString() - 类 中的方法com.jfinal.plugin.activerecord.SqlPara
 
toString() - 枚举 中的方法com.jfinal.render.ContentType
 
toString() - 类 中的方法com.jfinal.render.TemplateRender
 
toString() - 类 中的方法com.jfinal.template.Engine
 
toString() - 类 中的方法com.jfinal.template.expr.ast.Const
 
toString() - 类 中的方法com.jfinal.template.expr.ast.Id
Id.toString() 后续版本不能变动,已有部分第三方依赖此方法
toString() - 类 中的方法com.jfinal.template.expr.ast.MethodInfo
 
toString() - 类 中的方法com.jfinal.template.expr.ast.StaticField
 
toString() - 类 中的方法com.jfinal.template.expr.NumTok
 
toString() - 枚举 中的方法com.jfinal.template.expr.Sym
 
toString() - 类 中的方法com.jfinal.template.FastStringWriter
 
toString() - 类 中的方法com.jfinal.template.source.ClassPathSource
 
toString() - 类 中的方法com.jfinal.template.source.FileSource
 
toString() - 类 中的方法com.jfinal.template.source.StringSource
 
toString() - 类 中的方法com.jfinal.template.stat.ast.Define
 
toString() - 类 中的方法com.jfinal.template.stat.ast.Text
 
toString() - 类 中的方法com.jfinal.template.stat.Location
 
toString() - 类 中的方法com.jfinal.template.stat.ParaToken
 
Transaction - com.jfinal.plugin.activerecord.tx中的类
ActiveRecord declare transaction.
Transaction() - 类 的构造器com.jfinal.plugin.activerecord.tx.Transaction
 
trimPrimaryKeys(String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
一、forDbXxx 系列方法中若有如下两种情况之一,则需要调用此方法对 pKeys 数组进行 trim(): 1:方法中调用了 isPrimaryKey(...)
TRUE - 类 中的静态变量com.jfinal.template.expr.ast.Const
 
ttl(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
以秒为单位,返回给定 key 的剩余生存时间(TTL, time to live)。
tx(int, IAtom) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
tx(IAtom) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Execute transaction with default transaction level.
tx(int, IAtom) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
tx(IAtom) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute transaction with default transaction level.
Tx - com.jfinal.plugin.activerecord.tx中的类
ActiveRecord declare transaction.
Tx() - 类 的构造器com.jfinal.plugin.activerecord.tx.Tx
 
TxByActionKeyRegex - com.jfinal.plugin.activerecord.tx中的类
TxByActionKeyRegex.
TxByActionKeyRegex(String) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByActionKeyRegex
 
TxByActionKeyRegex(String, boolean) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByActionKeyRegex
 
TxByActionKeys - com.jfinal.plugin.activerecord.tx中的类
TxByActionKeys
TxByActionKeys(String...) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByActionKeys
 
TxByMethodRegex - com.jfinal.plugin.activerecord.tx中的类
TxByMethodRegex.
TxByMethodRegex(String) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByMethodRegex
 
TxByMethodRegex(String, boolean) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByMethodRegex
 
TxByMethods - com.jfinal.plugin.activerecord.tx中的类
TxByMethods
TxByMethods(String...) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByMethods
 
TxConfig - com.jfinal.plugin.activerecord.tx中的注释类型
TxConfig is used to configure configName for Tx interceptor
TxReadCommitted - com.jfinal.plugin.activerecord.tx中的类
TxReadCommitted.
TxReadCommitted() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxReadCommitted
 
TxReadUncommitted - com.jfinal.plugin.activerecord.tx中的类
TxReadUncommitted.
TxReadUncommitted() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxReadUncommitted
 
TxRepeatableRead - com.jfinal.plugin.activerecord.tx中的类
TxRepeatableRead.
TxRepeatableRead() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxRepeatableRead
 
TxSerializable - com.jfinal.plugin.activerecord.tx中的类
TxSerializable.
TxSerializable() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxSerializable
 
type - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
type(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回 key 所储存的值的类型。
TypeConverter - com.jfinal.core.converter中的类
TypeConverter 用于将客户端请求的 String 类型数据转换成指定的数据类型 可以通过实现 IConverter 定制自己的类型转换规则: 1:实现 IConverter 接口,如 MyDateConverter 2:注册:TypeConverter.me().regist(Date.class, new MyDateConverter()); 注意:后注册的 Converter 会直接覆盖掉先注册的,因此可以通过覆盖的方式取代 jfinal 官方的 Converter 实现类,达成定制化的需求 test for all types of mysql 表单提交测试结果: 1: 表单中的域,就算不输入任何内容,也会传过来 "", 也即永远不可能为 null. 2: 如果输入空格也会提交上来 3: 需要考 model中的 string属性,在传过来 "" 时是该转成 null还是不该转换, 因为用户没有输入那么肯定是 null, 而不该是 "" 4: 返回 null 还可以在数据表字段约束为不允许 null 值时,避免失误清除数据, "" 值对于数据表字段来说是合法的,容易失误清掉原有内容 注意: 1:当type参数不为String.class, 且参数s为空串blank的情况, 此情况下转换结果为 null, 而不应该抛出异常 2:调用者需要对被转换数据做 null 判断,参见 Injector 的两处调用
typeMapping - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
TypeMapping - com.jfinal.plugin.activerecord.generator中的类
TypeMapping 建立起 ResultSetMetaData.getColumnClassName(i)到 java类型的映射关系 特别注意所有时间型类型全部映射为 java.util.Date,可通过继承扩展该类来调整映射满足特殊需求 与 com.jfinal.plugin.activerecord.JavaType.java 类型映射不同之处在于将所有 时间型类型全部对应到 java.util.Date
TypeMapping() - 类 的构造器com.jfinal.plugin.activerecord.generator.TypeMapping
 

U

Unary - com.jfinal.template.expr.ast中的类
unary : ('!'
Unary(Sym, Expr, Location) - 类 的构造器com.jfinal.template.expr.ast.Unary
 
unloadPropertyFile() - 类 中的方法com.jfinal.config.JFinalConfig
 
update(Connection, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
update(String, Connection, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
update(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Execute update, insert or delete sql statement.
update(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
update(String, String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Update Record.
update(String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Update record with default primary key.
update(SqlPara) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
update(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute update, insert or delete sql statement.
update(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
update(String, String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Update Record.
update(String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Update record with default primary key.
update(SqlPara) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
update() - 类 中的方法com.jfinal.plugin.activerecord.Model
Update model.
UploadFile - com.jfinal.upload中的类
UploadFile.
UploadFile(String, String, String, String, String) - 类 的构造器com.jfinal.upload.UploadFile
 
url - 类 中的变量com.jfinal.template.source.ClassPathSource
 
UrlSkipHandler - com.jfinal.ext.handler中的类
Skip the excluded url request from browser.
UrlSkipHandler(String, boolean) - 类 的构造器com.jfinal.ext.handler.UrlSkipHandler
 
use(String, String) - 类 中的静态方法com.jfinal.i18n.I18n
Using the base name and locale to get the Res object, which is used to get i18n message value from the resource file.
use(String, Locale) - 类 中的静态方法com.jfinal.i18n.I18n
 
use(String) - 类 中的静态方法com.jfinal.i18n.I18n
 
use() - 类 中的静态方法com.jfinal.i18n.I18n
 
use(String) - 类 中的静态方法com.jfinal.kit.PropKit
Using the properties file.
use(String, String) - 类 中的静态方法com.jfinal.kit.PropKit
Using the properties file.
use(File) - 类 中的静态方法com.jfinal.kit.PropKit
Using the properties file bye File object.
use(File, String) - 类 中的静态方法com.jfinal.kit.PropKit
Using the properties file bye File object.
use(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
use() - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
use(String) - 类 中的静态方法com.jfinal.plugin.activerecord.DbPro
已过时。
use() - 类 中的静态方法com.jfinal.plugin.activerecord.DbPro
已过时。
use(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Switching data source, dialect and all config by configName
use() - 类 中的静态方法com.jfinal.plugin.redis.Redis
 
use(String) - 类 中的静态方法com.jfinal.plugin.redis.Redis
 
use() - 类 中的静态方法com.jfinal.template.Engine
Using the main Engine
use(String) - 类 中的静态方法com.jfinal.template.Engine
Using the engine with engine name
useAsDataTransfer(Dialect, IContainerFactory, ICache) - 类 中的静态方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
用于分布式场景,当某个分布式节点只需要用 Model 承载和传输数据,而不需要实际操作数据库时 调用本方法可保障 IContainerFactory、Dialect、ICache 的一致性 本用法更加适用于 Generator 生成的继承自 base model的 Model,更加便于传统第三方工具对 带有 getter、setter 的 model 进行各种处理 警告:Dialect、IContainerFactory、ICache 三者一定要与集群中其它节点保持一致, 以免程序出现不一致行为
useAsDataTransfer(IContainerFactory) - 类 中的静态方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
分布式场景下指定 IContainerFactory,并默认使用 MysqlDialect、EhCache
useAsDataTransfer(Dialect, IContainerFactory) - 类 中的静态方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
分布式场景下指定 Dialect、IContainerFactory,并默认使用 EhCache
useAsDataTransfer(Dialect) - 类 中的静态方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
分布式场景下指定 Dialect、 并默认使用 IContainerFactory.defaultContainerFactory、EhCache
useAsDataTransfer() - 类 中的静态方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
分布式场景下默认使用 MysqlDialect、 IContainerFactory.defaultContainerFactory、EhCache
useCacheDataAndRender(Map<String, Object>, Controller) - 类 中的方法com.jfinal.plugin.ehcache.CacheInterceptor
 
useless(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
useless(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Sqls
已过时。
 
UTF_8 - 类 中的静态变量com.jfinal.kit.Base64Kit
 

V

validate(Controller, String) - 类 中的静态方法com.jfinal.captcha.CaptchaRender
校验用户输入的验证码是否正确
validate(String, String) - 类 中的静态方法com.jfinal.captcha.CaptchaRender
校验用户输入的验证码是否正确
validate(Controller, String, String) - 类 中的静态方法com.jfinal.ext.render.CaptchaRender
已过时。
 
validate(Controller) - 类 中的方法com.jfinal.validate.Validator
Use validateXxx method to validate the parameters of this action.
validateBoolean(String, String, String) - 类 中的方法com.jfinal.validate.Validator
validate boolean.
validateBoolean(int, String, String) - 类 中的方法com.jfinal.validate.Validator
validate boolean for urlPara.
validateCaptcha(String) - 类 中的方法com.jfinal.core.Controller
 
validateCaptcha(String, String, String) - 类 中的方法com.jfinal.validate.Validator
 
validateDate(String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate date.
validateDate(String, Date, Date, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate date.
validateDate(String, String, String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate date.
validateDouble(String, double, double, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate double.
validateDouble(String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate double.
validateEmail(String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate email.
validateEqualField(String, String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate equal field.
validateEqualInteger(Integer, Integer, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate equal integer.
validateEqualString(String, String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate equal string.
validateInteger(String, int, int, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate integer.
validateInteger(int, int, int, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate integer for urlPara.
validateInteger(String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate integer.
validateInteger(int, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate integer for urlPara.
validateLong(String, long, long, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate long.
validateLong(int, long, long, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate long for urlPara.
validateLong(String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate long.
validateLong(int, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate long for urlPara.
validateRegex(String, String, boolean, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate regular expression.
validateRegex(String, String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate regular expression and case sensitive.
validateRequired(String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate Required.
validateRequired(int, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate Required for urlPara.
validateRequiredString(String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate required string.
validateRequiredString(int, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate required string for urlPara.
validateString(String, int, int, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate string.
validateString(int, int, int, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate string for urlPara
validateToken(String) - 类 中的方法com.jfinal.core.Controller
Check token to prevent resubmit.
validateToken() - 类 中的方法com.jfinal.core.Controller
Check token to prevent resubmit with default token key ---> "JFINAL_TOKEN_KEY"
validateToken(Controller, String) - 类 中的静态方法com.jfinal.token.TokenManager
Check token to prevent resubmit.
validateToken(String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate token created by Controller.createToken(String).
validateToken(String, String) - 类 中的方法com.jfinal.validate.Validator
Validate token created by Controller.createToken().
validateUrl(String, String, String) - 类 中的方法com.jfinal.validate.Validator
Validate URL.
Validator - com.jfinal.validate中的类
Validator.
Validator() - 类 的构造器com.jfinal.validate.Validator
 
value() - 枚举 中的方法com.jfinal.render.ContentType
 
value() - 类 中的方法com.jfinal.template.expr.NumTok
 
value() - 枚举 中的方法com.jfinal.template.expr.Sym
 
value() - 类 中的方法com.jfinal.template.stat.ParaToken
 
valueFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.Cache
 
valueFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.FstSerializer
 
valueFromBytes(byte[]) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
valueFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 
valueListFromBytesList(List<byte[]>) - 类 中的方法com.jfinal.plugin.redis.Cache
 
valueOf(String) - 枚举 中的静态方法com.jfinal.render.ContentType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jfinal.render.ViewType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jfinal.template.expr.Sym
返回带有指定名称的该类型的枚举常量。
values() - 类 中的方法com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
values() - 枚举 中的静态方法com.jfinal.render.ContentType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jfinal.render.ViewType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jfinal.template.expr.Sym
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
valueSetFromBytesSet(Set<byte[]>, Set<Object>) - 类 中的方法com.jfinal.plugin.redis.Cache
 
valuesToBytesArray(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
 
valueToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
 
valueToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.serializer.FstSerializer
 
valueToBytes(Object) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
valueToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 
VELOCITY_RENDER - 类 中的静态变量com.jfinal.plugin.ehcache.RenderType
 
VelocityRender - com.jfinal.render中的类
VelocityRender.
VelocityRender(String) - 类 的构造器com.jfinal.render.VelocityRender
 
version - 类 中的静态变量com.jfinal.render.ErrorRender
 
view - 类 中的变量com.jfinal.plugin.ehcache.RenderInfo
 
view - 类 中的变量com.jfinal.render.Render
 
ViewType - com.jfinal.render中的枚举
View types of jfinal support.

W

warn(String) - 类 中的静态方法com.jfinal.kit.LogKit
 
warn(String, Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
 
warn(String) - 类 中的方法com.jfinal.log.JdkLog
 
warn(String, Throwable) - 类 中的方法com.jfinal.log.JdkLog
 
warn(String) - 类 中的方法com.jfinal.log.Log
 
warn(String, Throwable) - 类 中的方法com.jfinal.log.Log
 
warn(String) - 类 中的方法com.jfinal.log.Log4jLog
 
warn(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLog
 
WIDTH - 类 中的静态变量com.jfinal.captcha.CaptchaRender
 
write(int) - 类 中的方法com.jfinal.template.FastStringWriter
 
write(char[], int, int) - 类 中的方法com.jfinal.template.FastStringWriter
 
write(String) - 类 中的方法com.jfinal.template.FastStringWriter
 
write(String, int, int) - 类 中的方法com.jfinal.template.FastStringWriter
 
write(Writer, String) - 类 中的方法com.jfinal.template.stat.ast.Stat
 
write(Writer, char[]) - 类 中的方法com.jfinal.template.stat.ast.Stat
 
writeToFile(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
writeToFile(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
base model 覆盖写入
writeToFile(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
_DataDictionary.txt 覆盖写入
writeToFile(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
_MappingKit.java 覆盖写入
writeToFile(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
writeToFile(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
若 model 文件存在,则不生成,以免覆盖用户手写的代码

X

XML_RENDER - 类 中的静态变量com.jfinal.plugin.ehcache.RenderType
 
XmlRender - com.jfinal.render中的类
XmlRender use JFinal template
XmlRender(String) - 类 的构造器com.jfinal.render.XmlRender
 

Z

zadd(Object, double, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将一个或多个 member 元素及其 score 值加入到有序集 key 当中。
zadd(Object, Map<Object, Double>) - 类 中的方法com.jfinal.plugin.redis.Cache
 
zcard(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回有序集 key 的基数。
zcount(Object, double, double) - 类 中的方法com.jfinal.plugin.redis.Cache
返回有序集 key 中, score 值在 min 和 max 之间(默认包括 score 值等于 min 或 max )的成员的数量。
zincrby(Object, double, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
为有序集 key 的成员 member 的 score 值加上增量 increment 。
zrange(Object, long, long) - 类 中的方法com.jfinal.plugin.redis.Cache
返回有序集 key 中,指定区间内的成员。
zrangeByScore(Object, double, double) - 类 中的方法com.jfinal.plugin.redis.Cache
返回有序集 key 中,所有 score 值介于 min 和 max 之间(包括等于 min 或 max )的成员。
zrank(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回有序集 key 中成员 member 的排名。
zrem(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
移除有序集 key 中的一个或多个成员,不存在的成员将被忽略。
zrevrange(Object, long, long) - 类 中的方法com.jfinal.plugin.redis.Cache
返回有序集 key 中,指定区间内的成员。
zrevrank(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回有序集 key 中成员 member 的排名。
zscore(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回有序集 key 中,成员 member 的 score 值。

_

_getAttrNames() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return attribute names of this model.
_getAttrs() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return attribute Map.
_getAttrsEntrySet() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return attribute Set.
_getAttrValues() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return attribute values of this model.
_getConfig() - 类 中的方法com.jfinal.plugin.activerecord.Model
 
_setAttrs(M) - 类 中的方法com.jfinal.plugin.activerecord.Model
Set attributes with other model.
_setAttrs(Map<String, Object>) - 类 中的方法com.jfinal.plugin.activerecord.Model
Set attributes with Map.
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 © 2017. All rights reserved.