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

A

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

B

Base64Kit - Class in com.jfinal.kit
 
baseDownloadPath - Static variable in class com.jfinal.render.FileRender
 
baseModelContent - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
BaseModelGenerator - Class in com.jfinal.plugin.activerecord.generator
Base model 生成器
BaseModelGenerator(String, String) - Constructor for class com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
baseModelGenerator - Variable in class com.jfinal.plugin.activerecord.generator.Generator
 
baseModelName - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
baseModelOutputDir - Variable in class com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
baseModelPackageName - Variable in class com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
baseModelPackageName - Variable in class com.jfinal.plugin.activerecord.generator.ModelGenerator
 
batch(String, Object[][], int) - Static method in class com.jfinal.plugin.activerecord.Db
 
batch(String, String, List, int) - Static method in class com.jfinal.plugin.activerecord.Db
 
batch(List<String>, int) - Static method in class com.jfinal.plugin.activerecord.Db
 
batch(Config, Connection, String, Object[][], int) - Method in class com.jfinal.plugin.activerecord.DbPro
 
batch(String, Object[][], int) - Method in class com.jfinal.plugin.activerecord.DbPro
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batch(Config, Connection, String, String, List, int) - Method in class com.jfinal.plugin.activerecord.DbPro
 
batch(String, String, List, int) - Method in class com.jfinal.plugin.activerecord.DbPro
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batch(Config, Connection, List<String>, int) - Method in class com.jfinal.plugin.activerecord.DbPro
 
batch(List<String>, int) - Method in class com.jfinal.plugin.activerecord.DbPro
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batchSave(List<? extends Model>, int) - Static method in class com.jfinal.plugin.activerecord.Db
 
batchSave(String, List<Record>, int) - Static method in class com.jfinal.plugin.activerecord.Db
 
batchSave(List<? extends Model>, int) - Method in class 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) - Method in class 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) - Static method in class com.jfinal.plugin.activerecord.Db
 
batchUpdate(String, String, List<Record>, int) - Static method in class com.jfinal.plugin.activerecord.Db
 
batchUpdate(String, List<Record>, int) - Static method in class com.jfinal.plugin.activerecord.Db
 
batchUpdate(List<? extends Model>, int) - Method in class com.jfinal.plugin.activerecord.DbPro
Batch update models using the attrs names of the first model in modelList.
batchUpdate(String, String, List<Record>, int) - Method in class com.jfinal.plugin.activerecord.DbPro
Batch update records using the columns names of the first record in recordList.
batchUpdate(String, List<Record>, int) - Method in class 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) - Method in class com.jfinal.json.JFinalJson
 
Before - Annotation Type in com.jfinal.aop
Before is used to configure Interceptor and Validator.
beforeJFinalStop() - Method in class com.jfinal.config.JFinalConfig
Call back before JFinal stop
BIGDECIMAL - Static variable in class com.jfinal.template.expr.ast.Arith
 
BigDecimalConverter() - Constructor for class com.jfinal.core.converter.Converters.BigDecimalConverter
 
BigIntegerConverter() - Constructor for class com.jfinal.core.converter.Converters.BigIntegerConverter
 
blpop(int, Object...) - Method in class com.jfinal.plugin.redis.Cache
BLPOP 是列表的阻塞式(blocking)弹出原语。 它是 LPOP 命令的阻塞版本,当给定列表内没有任何元素可供弹出的时候,连接将被 BLPOP 命令阻塞,直到等待超时或发现可弹出元素为止。 当给定多个 key 参数时,按参数 key 的先后顺序依次检查各个列表,弹出第一个非空列表的头元素。 参考:http://redisdoc.com/list/blpop.html 命令行:BLPOP key [key ...] timeout
BooleanConverter() - Constructor for class com.jfinal.core.converter.Converters.BooleanConverter
 
Break - Class in com.jfinal.template.stat.ast
Break java 中 break、continue 可出现在 for 中的最后一行,不一定要套在 if 中
brpop(int, Object...) - Method in class com.jfinal.plugin.redis.Cache
BRPOP 是列表的阻塞式(blocking)弹出原语。 它是 RPOP 命令的阻塞版本,当给定列表内没有任何元素可供弹出的时候,连接将被 BRPOP 命令阻塞,直到等待超时或发现可弹出元素为止。 当给定多个 key 参数时,按参数 key 的先后顺序依次检查各个列表,弹出第一个非空列表的尾部元素。 关于阻塞操作的更多信息,请查看 BLPOP 命令, BRPOP 除了弹出元素的位置和 BLPOP 不同之外,其他表现一致。 参考:http://redisdoc.com/list/brpop.html 命令行:BRPOP key [key ...] timeout
build(ResultSet, Class<? extends Model>) - Method in class com.jfinal.plugin.activerecord.builder.KeepByteAndShortModelBuilder
 
build(Config, ResultSet) - Method in class com.jfinal.plugin.activerecord.builder.KeepByteAndShortRecordBuilder
 
build(ResultSet, Class<? extends Model>) - Method in class com.jfinal.plugin.activerecord.builder.TimestampProcessedModelBuilder
 
build(Config, ResultSet) - Method in class com.jfinal.plugin.activerecord.builder.TimestampProcessedRecordBuilder
 
build() - Method in class com.jfinal.plugin.activerecord.generator.MetaBuilder
 
build(ResultSet, Class<? extends Model>) - Method in class com.jfinal.plugin.activerecord.ModelBuilder
 
build(Config, ResultSet) - Method in class com.jfinal.plugin.activerecord.RecordBuilder
 
buildActionMapping() - Method in class com.jfinal.core.ActionMapping
 
buildAttrName(String) - Method in class com.jfinal.plugin.activerecord.generator.MetaBuilder
构造 colName 所对应的 attrName,mysql 数据库建议使用小写字段名或者驼峰字段名 Oralce 反射将得到大写字段名,所以不建议使用驼峰命名,建议使用下划线分隔单词命名法
buildBaseModelName(String) - Method in class com.jfinal.plugin.activerecord.generator.MetaBuilder
使用 modelName 构建 baseModelName
buildCacheKey(Invocation, Controller) - Method in class com.jfinal.plugin.ehcache.CacheInterceptor
 
buildCacheName(Invocation, Controller) - Method in class com.jfinal.plugin.ehcache.CacheInterceptor
 
buildColumnMetas(TableMeta) - Method in class 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) - Method in class com.jfinal.aop.InterceptorManager
 
buildExcludedMethodName() - Method in class com.jfinal.core.ActionMapping
 
buildFinalFileName(String, String) - Method in class com.jfinal.template.source.ClassPathSource
 
buildFinalUrl() - Method in class com.jfinal.render.RedirectRender
 
buildLabelNamesAndTypes(ResultSetMetaData, String[], int[]) - Method in class com.jfinal.plugin.activerecord.ModelBuilder
 
buildLabelNamesAndTypes(ResultSetMetaData, String[], int[]) - Method in class com.jfinal.plugin.activerecord.RecordBuilder
 
buildModel(ResultSet, Class<? extends Model>, int) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
buildModelList(ResultSet, Class<? extends Model>) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
buildModelName(String) - Method in class com.jfinal.plugin.activerecord.generator.MetaBuilder
构造 modelName,mysql 的 tableName 建议使用小写字母,多单词表名使用下划线分隔,不建议使用驼峰命名 oracle 之下的 tableName 建议使用下划线分隔多单词名,无论 mysql还是 oralce,tableName 都不建议使用驼峰命名
buildMsg(String, Class<? extends Controller>, Method) - Method in class com.jfinal.core.ActionMapping
 
buildPrimaryKey(TableMeta) - Method in class com.jfinal.plugin.activerecord.generator.MetaBuilder
 
buildRecordList(Config, ResultSet) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
buildServiceMethodInterceptor(Interceptor[], Class<?>, Method) - Method in class com.jfinal.aop.InterceptorManager
 
buildTableNames(List<TableMeta>) - Method in class com.jfinal.plugin.activerecord.generator.MetaBuilder
 
by(Object, Object) - Static method in class com.jfinal.kit.JMap
Deprecated.
 
by(Object, Object) - Static method in class com.jfinal.kit.Kv
 
by(Object, Object) - Static method in class com.jfinal.kit.Okv
 
by(Object, Object) - Static method in class com.jfinal.kit.Ret
 
ByteArrayConverter() - Constructor for class com.jfinal.core.converter.Converters.ByteArrayConverter
 
ByteConverter() - Constructor for class com.jfinal.core.converter.Converters.ByteConverter
 
ByteExt - Class in com.jfinal.template.ext.extensionmethod
针对 java.lang.Byte 的扩展方法 用法: #if(value.toInt() == 123)
ByteExt() - Constructor for class com.jfinal.template.ext.extensionmethod.ByteExt
 
ByteWriter - Class in com.jfinal.template.io
ByteWriter
ByteWriter(Encoder, int) - Constructor for class com.jfinal.template.io.ByteWriter
 

C

C3p0Plugin - Class in com.jfinal.plugin.c3p0
The c3p0 datasource plugin.
C3p0Plugin(String, String, String) - Constructor for class com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(String, String, String, String) - Constructor for class com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(String, String, String, String, Integer, Integer, Integer, Integer, Integer) - Constructor for class com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(File) - Constructor for class com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(Properties) - Constructor for class com.jfinal.plugin.c3p0.C3p0Plugin
 
Cache - Class in com.jfinal.plugin.redis
Cache.
Cache() - Constructor for class com.jfinal.plugin.redis.Cache
 
Cache(String, JedisPool, ISerializer, IKeyNamingPolicy) - Constructor for class com.jfinal.plugin.redis.Cache
 
cacheAction(String, String, Controller) - Method in class com.jfinal.plugin.ehcache.CacheInterceptor
 
CacheInterceptor - Class in com.jfinal.plugin.ehcache
CacheInterceptor.
CacheInterceptor() - Constructor for class com.jfinal.plugin.ehcache.CacheInterceptor
 
CacheKit - Class in com.jfinal.plugin.ehcache
CacheKit.
CacheKit() - Constructor for class com.jfinal.plugin.ehcache.CacheKit
 
CacheName - Annotation Type in com.jfinal.plugin.ehcache
CacheName can configure CacheInterceptor's cache name or EvictInterceptor's evict cache name.
cacheName - Variable in class com.jfinal.plugin.redis.RedisPlugin
 
call(Connection) - Method in interface com.jfinal.plugin.activerecord.ICallback
Place codes here that need call back by active record plugin.
call(Cache) - Method in interface com.jfinal.plugin.redis.ICallback
 
call(ICallback) - Static method in class com.jfinal.plugin.redis.Redis
 
call(ICallback, String) - Static method in class com.jfinal.plugin.redis.Redis
 
Call - Class in com.jfinal.template.stat.ast
Call 调用模板函数,两种用法: 1:常规调用 #@funcName(p1, p2, ..., pn) 2:安全调用,函数被定义才调用,否则跳过 #@funcName?(p1, p2, ..., pn) 注意:在函数名前面引入 '@' 字符是为了区分模板函数和指令
Call(String, ExprList, boolean) - Constructor for class com.jfinal.template.stat.ast.Call
 
call(Env, Scope, ExprList, Writer) - Method in class com.jfinal.template.stat.ast.Define
真正调用模板函数
Captcha - Class in com.jfinal.captcha
验证码
Captcha(String, String, int) - Constructor for class com.jfinal.captcha.Captcha
验证码构造
Captcha(String, String) - Constructor for class com.jfinal.captcha.Captcha
 
Captcha() - Constructor for class com.jfinal.captcha.Captcha
redis 反序列化需要默认构造方法
CaptchaCache - Class in com.jfinal.captcha
ICaptchaCache 默认实现,可用于单实例部署 集群部署需自行实现 ICaptchaCache 接口,并使用 CaptchaManager.setCaptchaCache(...) 进行配置
CaptchaCache() - Constructor for class com.jfinal.captcha.CaptchaCache
 
CaptchaManager - Class in com.jfinal.captcha
CaptchaManager
captchaName - Static variable in class com.jfinal.captcha.CaptchaRender
 
CaptchaRender - Class in com.jfinal.captcha
CaptchaRender.
CaptchaRender() - Constructor for class com.jfinal.captcha.CaptchaRender
 
CaptchaRender - Class in com.jfinal.ext.render
Deprecated.
CaptchaRender(String) - Constructor for class com.jfinal.ext.render.CaptchaRender
Deprecated.
 
CaseInsensitiveContainerFactory - Class in com.jfinal.plugin.activerecord
CaseInsensitiveContainerFactory.
CaseInsensitiveContainerFactory() - Constructor for class com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
CaseInsensitiveContainerFactory(boolean) - Constructor for class com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
CaseInsensitiveContainerFactory.CaseInsensitiveMap<V> - Class in com.jfinal.plugin.activerecord
 
CaseInsensitiveContainerFactory.CaseInsensitiveSet - Class in com.jfinal.plugin.activerecord
 
CaseInsensitiveMap() - Constructor for class com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
CaseInsensitiveSet() - Constructor for class com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
charArray - Static variable in class com.jfinal.captcha.CaptchaRender
 
charset - Variable in class com.jfinal.template.io.EncoderFactory
 
CharTable - Class in com.jfinal.template.stat
CharTable 空间换时间优化字符判断性能 负值参数强转 char 会自动变正值,无需判断负值数组下标 isLetter(EOF) 不会下标越界
CharWriter - Class in com.jfinal.template.io
CharWriter
CharWriter(int) - Constructor for class com.jfinal.template.io.CharWriter
 
checkUrlPara(int, int) - Method in class com.jfinal.core.Controller
 
checkUrlPara(int) - Method in class com.jfinal.core.Controller
 
classLoader - Variable in class com.jfinal.template.source.ClassPathSource
 
ClassPathSource - Class in com.jfinal.template.source
ClassPathSource 用于从 class path 以及 jar 包之中加载模板内容
ClassPathSource(String) - Constructor for class com.jfinal.template.source.ClassPathSource
 
ClassPathSource(String, String) - Constructor for class com.jfinal.template.source.ClassPathSource
 
ClassPathSource(String, String, String) - Constructor for class com.jfinal.template.source.ClassPathSource
 
ClassPathSourceFactory - Class in com.jfinal.template.source
ClassPathSourceFactory 用于配置 Engine 使用 ClassPathSource 加载模板文件 配置示例: engine.baseTemplatePath(null); // 清掉 base path engine.setSourceFactory(new ClassPathSourceFactory());
ClassPathSourceFactory() - Constructor for class com.jfinal.template.source.ClassPathSourceFactory
 
clazz - Variable in class com.jfinal.template.expr.ast.MethodInfo
 
Clear - Annotation Type in 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() - Method in class com.jfinal.config.Routes
 
clear(Controller) - Static method in class com.jfinal.core.CPI
 
clear() - Static method in class com.jfinal.kit.PropKit
 
clear() - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
clear() - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
clear() - Method in class com.jfinal.plugin.activerecord.Model
Remove all attributes of this model.
clear() - Method in class com.jfinal.plugin.activerecord.Record
Remove all columns of this record.
clear() - Method in class com.jfinal.plugin.activerecord.SqlPara
 
clear() - Static method in class com.jfinal.plugin.activerecord.Sqls
Deprecated.
 
clearExcludedAttrs() - Static method in class com.jfinal.render.JsonRender
 
clientName - Variable in class com.jfinal.plugin.redis.RedisPlugin
 
close(ResultSet, Statement, Connection) - Method in class com.jfinal.plugin.activerecord.Config
Close ResultSet、Statement、Connection ThreadLocal support declare transaction.
close(Statement, Connection) - Method in class com.jfinal.plugin.activerecord.Config
 
close(Connection) - Method in class com.jfinal.plugin.activerecord.Config
 
close(Jedis) - Method in class com.jfinal.plugin.redis.Cache
 
close() - Method in class com.jfinal.template.io.ByteWriter
 
close() - Method in class com.jfinal.template.io.CharWriter
 
close() - Method in class com.jfinal.template.io.FastStringWriter
由 StringWriter.close() 改造而来,原先该方法中无任何代码 ,改造如下: 1:去掉 throws IOException 2:添加 buf 空间释放处理逻辑 3:添加 buf.setLength(0),以便于配合 ThreadLocal 回收利用
close() - Method in class com.jfinal.template.io.Writer
 
colDefaultValueMaxLen - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
colNameMaxLen - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
colTypeMaxLen - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
ColumnMeta - Class in com.jfinal.plugin.activerecord.generator
ColumnMeta
ColumnMeta() - Constructor for class com.jfinal.plugin.activerecord.generator.ColumnMeta
 
columnMetas - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
com.jfinal.aop - package com.jfinal.aop
 
com.jfinal.captcha - package com.jfinal.captcha
 
com.jfinal.config - package com.jfinal.config
 
com.jfinal.core - package com.jfinal.core
 
com.jfinal.core.converter - package com.jfinal.core.converter
 
com.jfinal.ext.handler - package com.jfinal.ext.handler
 
com.jfinal.ext.interceptor - package com.jfinal.ext.interceptor
 
com.jfinal.ext.kit - package com.jfinal.ext.kit
 
com.jfinal.ext.render - package com.jfinal.ext.render
 
com.jfinal.handler - package com.jfinal.handler
 
com.jfinal.i18n - package com.jfinal.i18n
 
com.jfinal.json - package com.jfinal.json
 
com.jfinal.kit - package com.jfinal.kit
 
com.jfinal.log - package com.jfinal.log
 
com.jfinal.plugin - package com.jfinal.plugin
 
com.jfinal.plugin.activerecord - package com.jfinal.plugin.activerecord
 
com.jfinal.plugin.activerecord.builder - package com.jfinal.plugin.activerecord.builder
 
com.jfinal.plugin.activerecord.cache - package com.jfinal.plugin.activerecord.cache
 
com.jfinal.plugin.activerecord.dialect - package com.jfinal.plugin.activerecord.dialect
 
com.jfinal.plugin.activerecord.generator - package com.jfinal.plugin.activerecord.generator
 
com.jfinal.plugin.activerecord.sql - package com.jfinal.plugin.activerecord.sql
 
com.jfinal.plugin.activerecord.tx - package com.jfinal.plugin.activerecord.tx
 
com.jfinal.plugin.auth - package com.jfinal.plugin.auth
 
com.jfinal.plugin.c3p0 - package com.jfinal.plugin.c3p0
 
com.jfinal.plugin.cron4j - package com.jfinal.plugin.cron4j
 
com.jfinal.plugin.druid - package com.jfinal.plugin.druid
 
com.jfinal.plugin.ehcache - package com.jfinal.plugin.ehcache
 
com.jfinal.plugin.hikaricp - package com.jfinal.plugin.hikaricp
 
com.jfinal.plugin.redis - package com.jfinal.plugin.redis
 
com.jfinal.plugin.redis.serializer - package com.jfinal.plugin.redis.serializer
 
com.jfinal.render - package com.jfinal.render
 
com.jfinal.server - package com.jfinal.server
 
com.jfinal.template - package com.jfinal.template
 
com.jfinal.template.expr - package com.jfinal.template.expr
 
com.jfinal.template.expr.ast - package com.jfinal.template.expr.ast
 
com.jfinal.template.ext.directive - package com.jfinal.template.ext.directive
 
com.jfinal.template.ext.extensionmethod - package com.jfinal.template.ext.extensionmethod
 
com.jfinal.template.ext.sharedmethod - package com.jfinal.template.ext.sharedmethod
 
com.jfinal.template.ext.spring - package com.jfinal.template.ext.spring
 
com.jfinal.template.io - package com.jfinal.template.io
 
com.jfinal.template.source - package com.jfinal.template.source
 
com.jfinal.template.stat - package com.jfinal.template.stat
 
com.jfinal.template.stat.ast - package com.jfinal.template.stat.ast
 
com.jfinal.token - package com.jfinal.token
 
com.jfinal.upload - package com.jfinal.upload
 
com.jfinal.validate - package com.jfinal.validate
 
Compare - Class in com.jfinal.template.expr.ast
Compare 1:支持 byte short int long float double BigDecimal 的 == != > >= < <= 操作 2:== != 作用于 string,调用其 equals 方法进行比较 3:> >= < <= 可以比较实现了 Comparable 接口的对象 注意:float double 浮点型数据在比较操作时,具有精度上的局限性,不建议对浮点数进行比较
Compare(Sym, Expr, Expr, Location) - Constructor for class com.jfinal.template.expr.ast.Compare
 
config() - Method in class com.jfinal.aop.InterceptorStack
 
config() - Method in class com.jfinal.config.Routes
Implement this method to add route, add interceptor and set baseViewPath
config() - Method in class com.jfinal.json.Jackson
 
Config - Class in com.jfinal.plugin.activerecord
 
Config(String, DataSource, Dialect, boolean, boolean, int, IContainerFactory, ICache) - Constructor for class com.jfinal.plugin.activerecord.Config
Constructor with full parameters
Config(String, DataSource) - Constructor for class com.jfinal.plugin.activerecord.Config
Constructor with name and dataSource
Config(String, DataSource, Dialect) - Constructor for class com.jfinal.plugin.activerecord.Config
Constructor with name, dataSource and dialect
config - Variable in class com.jfinal.plugin.activerecord.DbPro
 
configConstant(Constants) - Method in class com.jfinal.config.JFinalConfig
Config constant
configEngine(Engine) - Method in class com.jfinal.config.JFinalConfig
Config engine
configHandler(Handlers) - Method in class com.jfinal.config.JFinalConfig
Config handler
configInterceptor(Interceptors) - Method in class com.jfinal.config.JFinalConfig
Config interceptor applied to all actions.
configPlugin(Plugins) - Method in class com.jfinal.config.JFinalConfig
Config plugin
configRoute(Routes) - Method in class com.jfinal.config.JFinalConfig
Config route
conn - Variable in class com.jfinal.plugin.activerecord.generator.MetaBuilder
 
Const - Interface in com.jfinal.core
Global constants definition
Const - Class in com.jfinal.template.expr.ast
STR INT LONG FLOAT DOUBLE TRUE FALSE NULL
Const(Sym, Object) - Constructor for class com.jfinal.template.expr.ast.Const
INT LONG FLOAT DOUBLE 常量已在 NumTok 中转换成了确切的类型,无需再次转换
Constants - Class in com.jfinal.config
The constant for JFinal runtime.
Constants() - Constructor for class com.jfinal.config.Constants
 
constants - Variable in class com.jfinal.render.RenderFactory
 
contains(String) - Method in class com.jfinal.captcha.CaptchaCache
 
contains(String) - Method in class com.jfinal.kit.JavaKeyword
 
contains(Object) - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
contains(Token) - Method in interface com.jfinal.token.ITokenCache
 
containsAll(Collection<?>) - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
containsKey(String) - Method in class com.jfinal.kit.Prop
 
containsKey(String) - Static method in class com.jfinal.kit.PropKit
 
containsKey(Object) - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
containsValue(Object) - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
ContentType - Enum in com.jfinal.render
ContentType
TOMCAT-HOME/conf/web.xml
http://tool.oschina.net/commons
contentType - Static variable in class com.jfinal.render.ErrorRender
 
contextDestroyed(ServletContextEvent) - Method in class com.jfinal.ext.kit.ElResolverListener
 
contextInitialized(ServletContextEvent) - Method in class com.jfinal.ext.kit.ElResolverListener
 
ContextPathHandler - Class in com.jfinal.ext.handler
Provide a context path to view if you need.
ContextPathHandler() - Constructor for class com.jfinal.ext.handler.ContextPathHandler
 
ContextPathHandler(String) - Constructor for class com.jfinal.ext.handler.ContextPathHandler
 
Continue - Class in com.jfinal.template.stat.ast
Continue
Controller - Class in com.jfinal.core
Controller
昨夜西风凋碧树。独上高楼,望尽天涯路。
衣带渐宽终不悔,为伊消得人憔悴。
众里寻她千百度,蓦然回首,那人却在灯火阑珊处。
Controller() - Constructor for class com.jfinal.core.Controller
 
controller - Variable in class com.jfinal.validate.Validator
 
controllerFactory - Variable in class com.jfinal.core.ActionHandler
 
ControllerFactory - Class in com.jfinal.core
ControllerFactory
ControllerFactory() - Constructor for class com.jfinal.core.ControllerFactory
 
convert(String) - Method in class com.jfinal.core.converter.Converters.BigDecimalConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.BigIntegerConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.BooleanConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.ByteArrayConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.ByteConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.DateConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.DoubleConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.FloatConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.IntegerConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.LongConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.ShortConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.SqlDateConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.TimeConverter
 
convert(String) - Method in class com.jfinal.core.converter.Converters.TimestampConverter
 
convert(String) - Method in interface com.jfinal.core.converter.IConverter
 
convert(Class<?>, String) - Method in class com.jfinal.core.converter.TypeConverter
将 String 数据转换为指定的类型
convertDepth - Variable in class com.jfinal.json.JFinalJson
 
Converters - Class in com.jfinal.core.converter
针对 Integer、Long、Date 等类型实现 IConverter 接口
Converters.BigDecimalConverter - Class in com.jfinal.core.converter
 
Converters.BigIntegerConverter - Class in com.jfinal.core.converter
 
Converters.BooleanConverter - Class in com.jfinal.core.converter
 
Converters.ByteArrayConverter - Class in com.jfinal.core.converter
 
Converters.ByteConverter - Class in com.jfinal.core.converter
 
Converters.DateConverter - Class in com.jfinal.core.converter
 
Converters.DoubleConverter - Class in com.jfinal.core.converter
 
Converters.FloatConverter - Class in com.jfinal.core.converter
 
Converters.IntegerConverter - Class in com.jfinal.core.converter
 
Converters.LongConverter - Class in com.jfinal.core.converter
 
Converters.ShortConverter - Class in com.jfinal.core.converter
 
Converters.SqlDateConverter - Class in com.jfinal.core.converter
 
Converters.TimeConverter - Class in com.jfinal.core.converter
 
Converters.TimestampConverter - Class in com.jfinal.core.converter
 
CPI - Class in com.jfinal.core
Cross Package Invoking pattern for package core.
CPI() - Constructor for class com.jfinal.core.CPI
 
CPI - Class in com.jfinal.plugin.activerecord
Cross Package Invoking pattern for package activerecord.
CPI() - Constructor for class com.jfinal.plugin.activerecord.CPI
 
create(Object, Object) - Static method in class com.jfinal.kit.JMap
Deprecated.
 
create() - Static method in class com.jfinal.kit.JMap
Deprecated.
 
create() - Static method in class com.jfinal.kit.Kv
 
create() - Static method in class com.jfinal.kit.Okv
 
create(Object, Object) - Static method in class com.jfinal.kit.Ret
 
create() - Static method in class com.jfinal.kit.Ret
 
create(String) - Static method in class com.jfinal.template.Engine
Create engine with engine name managed by JFinal
createCaptcha() - Method in class com.jfinal.captcha.CaptchaRender
 
createControllerInterceptor(Class<? extends Controller>) - Method in class com.jfinal.aop.InterceptorManager
 
createInterceptor(Before) - Method in class com.jfinal.aop.InterceptorManager
 
createInterceptor(Class<? extends Interceptor>[]) - Method in class com.jfinal.aop.InterceptorManager
 
createJFinalConfig(String) - Method in class com.jfinal.core.JFinalFilter
 
createRender() - Method in class com.jfinal.plugin.ehcache.RenderInfo
 
createRenderInfo(Render) - Method in class com.jfinal.plugin.ehcache.CacheInterceptor
通过继承 CacheInterceptor 并覆盖此方法支持更多类型的 Render
createServiceInterceptor(Class<?>) - Method in class com.jfinal.aop.InterceptorManager
 
createToken(String, int) - Method in class com.jfinal.core.Controller
Create a token.
createToken() - Method in class com.jfinal.core.Controller
Create a token with default token name and with default seconds of time out.
createToken(String) - Method in class com.jfinal.core.Controller
Create a token with default seconds of time out.
createToken(Controller, String, int) - Static method in class com.jfinal.token.TokenManager
Create Token.
Cron4jPlugin - Class in 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 分这三个时间点执行 星号 *:表示每一个时间点,例如 * * * * * 表示每分钟执行 除号 /:表示指定一个值的增加幅度。例如 n/m表示从 n 开始,每次增加 m 的时间点执行 一、配置文件用法 cp = new Cron4jPlugin("cron4j.txt"); me.add(cp); 配置文件: cron4j=task1, task2 task1.cron=* * * * * task1.class=com.xxx.TaskAaa task1.daemon=true task1.enable=true task2.cron=* * * * * task2.class=com.xxx.TaskBbb task2.daemon=true task2.enable=false cron4j 是所有配置的入口,用来配置有哪些 task 需要被调度,多个任务名称可用逗号分隔,例如上例中的 task1、task2 后面的配置项均以 task1、task2 为前缀进行配置,具体意义如下 task1.cron 表示 task1 使用 cron 表达式调试任务 task1.class 表示 执行任务的类文件 task1.daemon 表示调试线程是否设置为守护线程,默认值为 true,守护线程会在 tomcat 关闭时自动关闭 task1.enable 表示该任务是否有效,默认值为 true,为 false 时该任务无效,不会被调用 task2 的配置与 task1 类似,不在赘述 此外:cron4j 这个配置项入口可以在 new Cron4jPlugin(...) 时指定,例如下面的代码将指定配置项入口为 "myCron4jConfig" Cron4jPlugin("config.txt", "myCron4jConfig"),当指定配置入口为 "myCron4jConfig" 以后,配置就变成了如下的形式: myCron4jConfig=task1, task2 后面的配置完全不变 二、java 代码用法 cp = new Cron4jPlugin(); cp.addTask("* * * * *", new MyTask()); me.add(cp); 还需要添加:schedule(Task task) 功能 官方的例子证明可以调用系统的脚本,这个对于调用数据库备份来说很方便: 三、ProcessTask 调用系统程序的用法(How to schedule a system process) System processes can be easily scheduled using the ProcessTask class: ProcessTask task = new ProcessTask("C:\\Windows\\System32\\notepad.exe"); Scheduler scheduler = new Scheduler(); scheduler.schedule("* * * * *", task); scheduler.start(); Arguments for the process can be supplied by using a string array instead of a single command string: String[] command = { "C:\\Windows\\System32\\notepad.exe", "C:\\File.txt" }; ProcessTask task = new ProcessTask(command); Environment variables for the process can be supplied using a second string array, whose elements have to be in the NAME=VALUE form: String[] command = { "C:\\tomcat\\bin\\catalina.bat", "start" }; String[] envs = { "CATALINA_HOME=C:\\tomcat", "JAVA_HOME=C:\\jdks\\jdk5" }; ProcessTask task = new ProcessTask(command, envs); The default working directory for the process can be changed using a third parameter in the constructor: String[] command = { "C:\\tomcat\\bin\\catalina.bat", "start" }; String[] envs = { "CATALINA_HOME=C:\\tomcat", "JAVA_HOME=C:\\jdks\\jdk5" }; File directory = "C:\\MyDirectory"; ProcessTask task = new ProcessTask(command, envs, directory); If you want to change the default working directory but you have not any environment variable, the envs parameter of the constructor can be set to null: ProcessTask task = new ProcessTask(command, null, directory);
Cron4jPlugin() - Constructor for class com.jfinal.plugin.cron4j.Cron4jPlugin
 
Cron4jPlugin(String) - Constructor for class com.jfinal.plugin.cron4j.Cron4jPlugin
 
Cron4jPlugin(Prop) - Constructor for class com.jfinal.plugin.cron4j.Cron4jPlugin
 
Cron4jPlugin(String, String) - Constructor for class com.jfinal.plugin.cron4j.Cron4jPlugin
 
Cron4jPlugin(Prop, String) - Constructor for class com.jfinal.plugin.cron4j.Cron4jPlugin
 
Ctrl - Class in com.jfinal.template.stat
Ctrl 封装 AST 执行过程中的控制状态,避免使用 Scope.data 保存控制状态 从而污染用户空间数据,目前仅用于 nullSafe、break、continue、return 控制 未来可根据需求引入更多控制状态
Ctrl() - Constructor for class com.jfinal.template.stat.Ctrl
 

D

dao() - Method in class com.jfinal.plugin.activerecord.Model
将本 model 对象转化为线程安全的 dao 对象.
DaoContainerFactory - Class in com.jfinal.plugin.activerecord
DaoContainerFactory
DaoContainerFactory.DaoMap<V> - Class in com.jfinal.plugin.activerecord
 
DaoContainerFactory.DaoSet - Class in com.jfinal.plugin.activerecord
 
daoMap - Static variable in class com.jfinal.plugin.activerecord.DaoContainerFactory
 
DaoMap() - Constructor for class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
daoSet - Static variable in class com.jfinal.plugin.activerecord.DaoContainerFactory
 
DaoSet() - Constructor for class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
database - Variable in class com.jfinal.plugin.redis.RedisPlugin
 
dataDictionaryFileName - Variable in class com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
DataDictionaryGenerator - Class in com.jfinal.plugin.activerecord.generator
DataDictionary 数据字典生成器
DataDictionaryGenerator(DataSource, String) - Constructor for class com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
dataDictionaryGenerator - Variable in class com.jfinal.plugin.activerecord.generator.Generator
 
dataDictionaryOutputDir - Variable in class com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
dataSource - Variable in class com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
dataSource - Variable in class com.jfinal.plugin.activerecord.generator.MetaBuilder
 
DateConverter() - Constructor for class com.jfinal.core.converter.Converters.DateConverter
 
DateDirective - Class in com.jfinal.template.ext.directive
#date 日期格式化输出指令 三种用法: 1:#date(createAt) 用默认 datePattern 配置,输出 createAt 变量中的日期值 2:#date(createAt, "yyyy-MM-dd HH:mm:ss") 用第二个参数指定的 datePattern,输出 createAt 变量中的日期值 3:#date() 用默认 datePattern 配置,输出 “当前” 日期值 注意: 1:#date 指令中的参数可以是变量,例如:#date(d, p) 中的 d 与 p 可以全都是变量 2:默认 datePattern 可通过 Engine.setDatePattern(...) 进行配置
DateDirective() - Constructor for class com.jfinal.template.ext.directive.DateDirective
 
DateFormats - Class in com.jfinal.template.io
DateFormats
DateFormats() - Constructor for class com.jfinal.template.io.DateFormats
 
DateKit - Class in com.jfinal.ext.kit
DateKit.
DateKit() - Constructor for class com.jfinal.ext.kit.DateKit
 
datePattern - Static variable in class com.jfinal.ext.kit.DateKit
 
datePattern - Variable in class com.jfinal.json.Json
Json 继承类优先使用对象级的属性 datePattern, 然后才是全局性的 defaultDatePattern
datePattern - Variable in class com.jfinal.validate.Validator
 
Db - Class in com.jfinal.plugin.activerecord
Db.
Db() - Constructor for class com.jfinal.plugin.activerecord.Db
 
DbKit - Class in com.jfinal.plugin.activerecord
DbKit
dbMeta - Variable in class com.jfinal.plugin.activerecord.generator.MetaBuilder
 
DbPro - Class in com.jfinal.plugin.activerecord
DbPro.
DbPro() - Constructor for class com.jfinal.plugin.activerecord.DbPro
 
DbPro(String) - Constructor for class com.jfinal.plugin.activerecord.DbPro
 
debug(String) - Static method in class com.jfinal.kit.LogKit
 
debug(String, Throwable) - Static method in class com.jfinal.kit.LogKit
 
debug(String) - Method in class com.jfinal.log.JdkLog
 
debug(String, Throwable) - Method in class com.jfinal.log.JdkLog
 
debug(String) - Method in class com.jfinal.log.Log
 
debug(String, Throwable) - Method in class com.jfinal.log.Log
 
debug(String) - Method in class com.jfinal.log.Log4jLog
 
debug(String, Throwable) - Method in class com.jfinal.log.Log4jLog
 
decode(String) - Static method in class com.jfinal.kit.Base64Kit
解码
decodeToStr(String) - Static method in class com.jfinal.kit.Base64Kit
解码
decodeToStr(String, String) - Static method in class com.jfinal.kit.Base64Kit
解码
decr(Object) - Method in class com.jfinal.plugin.redis.Cache
将 key 中储存的数字值减一。 如果 key 不存在,那么 key 的值会先被初始化为 0 ,然后再执行 DECR 操作。 如果值包含错误的类型,或字符串类型的值不能表示为数字,那么返回一个错误。 本操作的值限制在 64 位(bit)有符号数字表示之内。 关于递增(increment) / 递减(decrement)操作的更多信息,请参见 INCR 命令。
decrBy(Object, long) - Method in class com.jfinal.plugin.redis.Cache
将 key 所储存的值减去减量 decrement 。 如果 key 不存在,那么 key 的值会先被初始化为 0 ,然后再执行 DECRBY 操作。 如果值包含错误的类型,或字符串类型的值不能表示为数字,那么返回一个错误。 本操作的值限制在 64 位(bit)有符号数字表示之内。 关于更多递增(increment) / 递减(decrement)操作的更多信息,请参见 INCR 命令。
decrypt(byte[], String) - Static method in class com.jfinal.kit.AesKit
 
decrypt(byte[], byte[]) - Static method in class com.jfinal.kit.AesKit
 
decryptToStr(byte[], String) - Static method in class com.jfinal.kit.AesKit
 
decryptToStr(byte[], String, String) - Static method in class com.jfinal.kit.AesKit
 
DEFAULT_BASE_DOWNLOAD_PATH - Static variable in interface com.jfinal.core.Const
 
DEFAULT_BASE_UPLOAD_PATH - Static variable in interface com.jfinal.core.Const
 
DEFAULT_CONFIG_PLUGIN_ORDER - Static variable in interface com.jfinal.core.Const
 
DEFAULT_CONTENT_TYPE - Static variable in class com.jfinal.render.FileRender
 
DEFAULT_CONTROLLER_FACTORY - Static variable in interface com.jfinal.core.Const
 
DEFAULT_DATE_PATTERN - Static variable in class com.jfinal.validate.Validator
 
DEFAULT_DEV_MODE - Static variable in interface com.jfinal.core.Const
 
DEFAULT_ENCODING - Static variable in interface com.jfinal.core.Const
 
DEFAULT_ENCODING - Static variable in class com.jfinal.template.EngineConfig
 
DEFAULT_EXPIRE_TIME - Static variable in class com.jfinal.captcha.Captcha
验证码默认过期时长 180 秒
DEFAULT_FREEMARKER_TEMPLATE_UPDATE_DELAY - Static variable in interface com.jfinal.core.Const
 
DEFAULT_I18N_MAX_AGE_OF_COOKIE - Static variable in interface com.jfinal.core.Const
 
DEFAULT_MAX_POST_SIZE - Static variable in interface com.jfinal.core.Const
 
DEFAULT_SECONDS_OF_TOKEN_TIME_OUT - Static variable in interface com.jfinal.core.Const
 
DEFAULT_TOKEN_NAME - Static variable in interface com.jfinal.core.Const
 
DEFAULT_TRANSACTION_LEVEL - Static variable in class com.jfinal.plugin.activerecord.DbKit
 
DEFAULT_URL_PARA_SEPARATOR - Static variable in interface com.jfinal.core.Const
 
DEFAULT_VIEW_EXTENSION - Static variable in interface com.jfinal.core.Const
 
DEFAULT_VIEW_TYPE - Static variable in interface com.jfinal.core.Const
 
defaultConfigName - Static variable in class com.jfinal.plugin.cron4j.Cron4jPlugin
 
defaultContainerFactory - Static variable in interface com.jfinal.plugin.activerecord.IContainerFactory
 
defaultDbProFactory - Static variable in interface com.jfinal.plugin.activerecord.IDbProFactory
 
defaultKeyNamingPolicy - Static variable in interface com.jfinal.plugin.redis.IKeyNamingPolicy
 
defaultValue - Variable in class com.jfinal.plugin.activerecord.generator.ColumnMeta
 
Define - Class in com.jfinal.template.stat.ast
Define 定义模板函数: #define funcName(p1, p2, ..., pn) body #end 模板函数类型: 1:全局共享的模板函数 通过 engine.addSharedFunction(...) 添加,所有模板中可调用 2:模板中定义的局部模板函数 在模板中定义的模板函数,只在本模板中有效 高级用法: 1:局部模板函数可以与全局共享模板函数同名,调用时优先调用模板内模板数 2:模板内部不能定义同名的局部模板函数
Define(String, ExprList, StatList, Location) - Constructor for class com.jfinal.template.stat.ast.Define
 
del(Object) - Method in class com.jfinal.plugin.redis.Cache
删除给定的一个 key 不存在的 key 会被忽略。
del(Object...) - Method in class com.jfinal.plugin.redis.Cache
删除给定的多个 key 不存在的 key 会被忽略。
delete(File) - Static method in class com.jfinal.kit.FileKit
 
delete(Object) - Method in class com.jfinal.kit.JMap
Deprecated.
 
delete(Object) - Method in class com.jfinal.kit.Kv
 
delete(Object) - Method in class com.jfinal.kit.Okv
 
delete(Object) - Method in class com.jfinal.kit.Ret
 
delete(String, String, Record) - Static method in class com.jfinal.plugin.activerecord.Db
Delete record.
delete(String, Record) - Static method in class com.jfinal.plugin.activerecord.Db
Example: boolean succeed = Db.delete("user", user);
delete(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
Execute delete sql statement.
delete(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
delete(String, String, Record) - Method in class com.jfinal.plugin.activerecord.DbPro
Delete record.
delete(String, Record) - Method in class com.jfinal.plugin.activerecord.DbPro
Example: boolean succeed = DbPro.use().delete("user", user);
delete(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
Execute delete sql statement.
delete(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
delete() - Method in class com.jfinal.plugin.activerecord.Model
Delete model.
deleteById(String, Object) - Static method in class com.jfinal.plugin.activerecord.Db
Delete record by id with default primary key.
deleteById(String, String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
Delete record by id.
deleteById(String, Object) - Method in class com.jfinal.plugin.activerecord.DbPro
Delete record by id with default primary key.
deleteById(String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
Delete record by id.
deleteById(Object) - Method in class com.jfinal.plugin.activerecord.Model
Delete model by id.
deleteById(Object...) - Method in class com.jfinal.plugin.activerecord.Model
Delete model by composite id values.
destroy() - Method in class com.jfinal.core.JFinalFilter
 
devMode - Variable in class com.jfinal.core.ActionHandler
 
Dialect - Class in com.jfinal.plugin.activerecord.dialect
Dialect.
Dialect() - Constructor for class com.jfinal.plugin.activerecord.dialect.Dialect
 
dialect - Variable in class com.jfinal.plugin.activerecord.generator.Generator
 
dialect - Variable in class com.jfinal.plugin.activerecord.generator.MetaBuilder
 
Dialect.Holder - Class in com.jfinal.plugin.activerecord.dialect
 
Directive - Class in com.jfinal.template
Directive 供用户继承并扩展自定义指令,具体用法可以参考 com.jfinal.template.ext.directive 包下面的例子
Directive() - Constructor for class com.jfinal.template.Directive
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jfinal.core.JFinalFilter
 
doIntercept(Invocation) - Method in class com.jfinal.aop.PrototypeInterceptor
 
doPaginate(int, int, Boolean, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
doPaginateByCache(String, Object, int, int, Boolean, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
doPaginateByFullSql(Config, Connection, int, int, Boolean, String, StringBuilder, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
doPaginateByFullSql(int, int, Boolean, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
DOUBLE - Static variable in class com.jfinal.template.expr.ast.Arith
 
DoubleConverter() - Constructor for class com.jfinal.core.converter.Converters.DoubleConverter
 
DoubleExt - Class in com.jfinal.template.ext.extensionmethod
针对 java.lang.Double 的扩展方法 用法: #if(value.toInt() == 123)
DoubleExt() - Constructor for class com.jfinal.template.ext.extensionmethod.DoubleExt
 
downloadFileName - Variable in class com.jfinal.render.FileRender
 
drawGraphic(String, BufferedImage) - Method in class com.jfinal.captcha.CaptchaRender
 
DruidPlugin - Class in com.jfinal.plugin.druid
DruidPlugin.
DruidPlugin(String, String, String) - Constructor for class com.jfinal.plugin.druid.DruidPlugin
 
DruidPlugin(String, String, String, String) - Constructor for class com.jfinal.plugin.druid.DruidPlugin
 
DruidPlugin(String, String, String, String, String) - Constructor for class com.jfinal.plugin.druid.DruidPlugin
 
DruidStatViewHandler - Class in com.jfinal.plugin.druid
替代 StatViewServlet
DruidStatViewHandler(String) - Constructor for class com.jfinal.plugin.druid.DruidStatViewHandler
 
DruidStatViewHandler(String, IDruidStatViewAuth) - Constructor for class com.jfinal.plugin.druid.DruidStatViewHandler
 
Duang - Class in com.jfinal.aop
duang duang duang
duang(Class<T>) - Static method in class com.jfinal.aop.Duang
 
duang(Class<T>, Interceptor...) - Static method in class com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>...) - Static method in class com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>) - Static method in class com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>) - Static method in class com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - Static method in class com.jfinal.aop.Duang
 
duang(String, Class<T>) - Static method in class com.jfinal.aop.Duang
 
duang(String, Class<T>, Interceptor...) - Static method in class com.jfinal.aop.Duang
 
duang(String, Class<T>, Class<? extends Interceptor>...) - Static method in class com.jfinal.aop.Duang
 
duang(Object) - Static method in class com.jfinal.aop.Duang
 
duang(Object, Interceptor...) - Static method in class com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>...) - Static method in class com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>) - Static method in class com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>, Class<? extends Interceptor>) - Static method in class com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - Static method in class com.jfinal.aop.Duang
 
duang(String, Object) - Static method in class com.jfinal.aop.Duang
 
duang(String, Object, Interceptor...) - Static method in class com.jfinal.aop.Duang
 
duang(String, Object, Class<? extends Interceptor>...) - Static method in class com.jfinal.aop.Duang
 

E

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

F

fail() - Static method in class com.jfinal.kit.JMap
Deprecated.
 
fail(Object, Object) - Static method in class com.jfinal.kit.JMap
Deprecated.
 
fail() - Static method in class com.jfinal.kit.Kv
Deprecated.
fail(Object, Object) - Static method in class com.jfinal.kit.Kv
Deprecated.
fail() - Static method in class com.jfinal.kit.Ret
 
fail(Object, Object) - Static method in class com.jfinal.kit.Ret
 
FakeStaticHandler - Class in com.jfinal.ext.handler
FakeStaticHandler.
FakeStaticHandler() - Constructor for class com.jfinal.ext.handler.FakeStaticHandler
 
FakeStaticHandler(String) - Constructor for class com.jfinal.ext.handler.FakeStaticHandler
 
FALSE - Static variable in class com.jfinal.template.expr.ast.Const
 
FastControllerFactory - Class in com.jfinal.core
FastControllerFactory
FastControllerFactory() - Constructor for class com.jfinal.core.FastControllerFactory
 
FastJson - Class in com.jfinal.json
Json 转换 fastjson 实现.
FastJson() - Constructor for class com.jfinal.json.FastJson
 
FastJsonFactory - Class in com.jfinal.json
IJsonFactory 的 fastjson 实现.
FastJsonFactory() - Constructor for class com.jfinal.json.FastJsonFactory
 
FastJsonRecordSerializer - Class in com.jfinal.json
FastJsonRecordSerializer 支持序列化 activerecord 的 Record 类型
FastJsonRecordSerializer() - Constructor for class com.jfinal.json.FastJsonRecordSerializer
 
FastMethodKeyBuilder() - Constructor for class com.jfinal.template.expr.ast.MethodKeyBuilder.FastMethodKeyBuilder
 
FastStringWriter - Class in com.jfinal.template.io
FastStringWriter
FastStringWriter() - Constructor for class com.jfinal.template.io.FastStringWriter
 
FastStringWriter(int) - Constructor for class com.jfinal.template.io.FastStringWriter
 
fatal(String) - Static method in class com.jfinal.kit.LogKit
 
fatal(String, Throwable) - Static method in class com.jfinal.kit.LogKit
 
fatal(String) - Method in class com.jfinal.log.JdkLog
JdkLog fatal is the same as the error.
fatal(String, Throwable) - Method in class com.jfinal.log.JdkLog
JdkLog fatal is the same as the error.
fatal(String) - Method in class com.jfinal.log.Log
 
fatal(String, Throwable) - Method in class com.jfinal.log.Log
 
fatal(String) - Method in class com.jfinal.log.Log4jLog
 
fatal(String, Throwable) - Method in class com.jfinal.log.Log4jLog
 
Field - Class in 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) - Constructor for class com.jfinal.template.expr.ast.Field
 
fieldFromBytes(byte[]) - Method in class com.jfinal.plugin.redis.Cache
 
fieldFromBytes(byte[]) - Method in class com.jfinal.plugin.redis.serializer.FstSerializer
 
fieldFromBytes(byte[]) - Method in interface com.jfinal.plugin.redis.serializer.ISerializer
 
fieldFromBytes(byte[]) - Method in class com.jfinal.plugin.redis.serializer.JdkSerializer
 
FieldKit - Class in com.jfinal.template.expr.ast
FieldKit
FieldKit() - Constructor for class com.jfinal.template.expr.ast.FieldKit
 
fieldSetFromBytesSet(Set<byte[]>, Set<Object>) - Method in class com.jfinal.plugin.redis.Cache
 
fieldsToBytesArray(Object...) - Method in class com.jfinal.plugin.redis.Cache
 
fieldToBytes(Object) - Method in class com.jfinal.plugin.redis.Cache
 
fieldToBytes(Object) - Method in class com.jfinal.plugin.redis.serializer.FstSerializer
 
fieldToBytes(Object) - Method in interface com.jfinal.plugin.redis.serializer.ISerializer
 
fieldToBytes(Object) - Method in class com.jfinal.plugin.redis.serializer.JdkSerializer
 
file - Variable in class com.jfinal.render.FileRender
 
FileKit - Class in com.jfinal.kit
FileKit.
FileKit() - Constructor for class com.jfinal.kit.FileKit
 
fileName - Variable in class com.jfinal.template.source.ClassPathSource
 
FileRender - Class in com.jfinal.render
FileRender.
FileRender(File) - Constructor for class com.jfinal.render.FileRender
 
FileRender(File, String) - Constructor for class com.jfinal.render.FileRender
 
FileRender(String) - Constructor for class com.jfinal.render.FileRender
 
FileRender(String, String) - Constructor for class com.jfinal.render.FileRender
 
FileSource - Class in com.jfinal.template.source
FileSource 用于从普通文件中加载模板内容
FileSource(String, String, String) - Constructor for class com.jfinal.template.source.FileSource
 
FileSource(String, String) - Constructor for class com.jfinal.template.source.FileSource
 
FileSourceFactory - Class in com.jfinal.template.source
FileSourceFactory 用于配置 Engine 使用 FileSource 加载模板文件 注意: FileSourceFactory 为模板引擎默认配置
FileSourceFactory() - Constructor for class com.jfinal.template.source.FileSourceFactory
 
fillStatement(PreparedStatement, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
fillStatement(PreparedStatement, Object...) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
fillStatement(PreparedStatement, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
fillStatement(PreparedStatement, Object...) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
fillStatement(PreparedStatement, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
fillStatement(PreparedStatement, Object...) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
fillStatement(PreparedStatement, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
fillStatement(PreparedStatement, Object...) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
fillStatement(PreparedStatement, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
fillStatement(PreparedStatement, Object...) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
fillStatement(PreparedStatement, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
fillStatement(PreparedStatement, Object...) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
fillStatementHandleDateType(PreparedStatement, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
fillStatement 时处理日期类型
fillStatementHandleDateType(PreparedStatement, Object...) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
fillStatement 时处理日期类型
filter(int) - Method in class com.jfinal.plugin.activerecord.Model
filter () 方法将被 save()、update() 两个方法回调, 子类可通过覆盖此方法,实现类似于过滤 XSS 攻击脚本的功能
FILTER_BY_SAVE - Static variable in class com.jfinal.plugin.activerecord.Model
 
FILTER_BY_UPDATE - Static variable in class com.jfinal.plugin.activerecord.Model
 
finalFileName - Variable in class com.jfinal.template.source.ClassPathSource
 
find(Connection, String, Object...) - Static method in class com.jfinal.plugin.activerecord.CPI
 
find(String, Connection, String, Object...) - Static method in class com.jfinal.plugin.activerecord.CPI
 
find(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
find(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
find(SqlPara) - Static method in class com.jfinal.plugin.activerecord.Db
 
find(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
find(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
find(SqlPara) - Method in class com.jfinal.plugin.activerecord.DbPro
 
find(String, Object...) - Method in class com.jfinal.plugin.activerecord.Model
Find model.
find(String) - Method in class com.jfinal.plugin.activerecord.Model
 
find(SqlPara) - Method in class com.jfinal.plugin.activerecord.Model
 
findByCache(String, Object, String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
Find Record by cache.
findByCache(String, Object, String) - Static method in class com.jfinal.plugin.activerecord.Db
 
findByCache(String, Object, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
Find Record by cache.
findByCache(String, Object, String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
findByCache(String, Object, String, Object...) - Method in class com.jfinal.plugin.activerecord.Model
Find model by cache.
findByCache(String, Object, String) - Method in class com.jfinal.plugin.activerecord.Model
 
findById(String, Object) - Static method in class com.jfinal.plugin.activerecord.Db
Find record by id with default primary key.
findById(String, String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
Find record by id.
findById(String, Object) - Method in class com.jfinal.plugin.activerecord.DbPro
Find record by id with default primary key.
findById(String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
Find record by id.
findById(Object) - Method in class com.jfinal.plugin.activerecord.Model
Find model by id.
findById(Object...) - Method in class com.jfinal.plugin.activerecord.Model
Find model by composite id values.
findByIdLoadColumns(Object, String) - Method in class com.jfinal.plugin.activerecord.Model
Find model by id and load specific columns only.
findByIdLoadColumns(Object[], String) - Method in class com.jfinal.plugin.activerecord.Model
Find model by composite id values and load specific columns only.
findFirst(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
Find first record.
findFirst(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
findFirst(SqlPara) - Static method in class com.jfinal.plugin.activerecord.Db
 
findFirst(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
Find first record.
findFirst(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
findFirst(SqlPara) - Method in class com.jfinal.plugin.activerecord.DbPro
 
findFirst(String, Object...) - Method in class com.jfinal.plugin.activerecord.Model
Find first model.
findFirst(String) - Method in class com.jfinal.plugin.activerecord.Model
 
findFirst(SqlPara) - Method in class com.jfinal.plugin.activerecord.Model
 
findFirstByCache(String, Object, String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
Find first record by cache.
findFirstByCache(String, Object, String) - Static method in class com.jfinal.plugin.activerecord.Db
 
findFirstByCache(String, Object, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
Find first record by cache.
findFirstByCache(String, Object, String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
findFirstByCache(String, Object, String, Object...) - Method in class com.jfinal.plugin.activerecord.Model
Find first model by cache.
findFirstByCache(String, Object, String) - Method in class com.jfinal.plugin.activerecord.Model
 
firstCharToLowerCase(String) - Static method in class com.jfinal.kit.StrKit
首字母变小写
firstCharToUpperCase(String) - Static method in class com.jfinal.kit.StrKit
首字母变大写
FLOAT - Static variable in class com.jfinal.template.expr.ast.Arith
 
FloatConverter() - Constructor for class com.jfinal.core.converter.Converters.FloatConverter
 
FloatExt - Class in com.jfinal.template.ext.extensionmethod
针对 java.lang.Float 的扩展方法 用法: #if(value.toInt() == 123)
FloatExt() - Constructor for class com.jfinal.template.ext.extensionmethod.FloatExt
 
FloatingDecimal - Class in com.jfinal.template.io
 
FloatingDecimal(double) - Constructor for class com.jfinal.template.io.FloatingDecimal
 
FloatingDecimal(float) - Constructor for class com.jfinal.template.io.FloatingDecimal
 
FloatingWriter - Class in com.jfinal.template.io
FloatingWriter
FloatingWriter() - Constructor for class com.jfinal.template.io.FloatingWriter
 
flush() - Method in class com.jfinal.template.io.ByteWriter
 
flush() - Method in class com.jfinal.template.io.CharWriter
 
flush() - Method in class com.jfinal.template.io.FastStringWriter
 
flush() - Method in class com.jfinal.template.io.Writer
 
flushAll() - Method in class com.jfinal.plugin.redis.Cache
删除所有 db 的所有数据
flushDB() - Method in class com.jfinal.plugin.redis.Cache
删除当前 db 所有数据
fnv1a64(String) - Static method in class com.jfinal.kit.HashKit
 
FNV_OFFSET_BASIS_64 - Static variable in class com.jfinal.kit.HashKit
 
FNV_PRIME_64 - Static variable in class com.jfinal.kit.HashKit
 
For - Class in 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) - Constructor for class com.jfinal.template.stat.ast.For
 
ForCtrl - Class in com.jfinal.template.expr.ast
forCtrl : ID : expression | exprList? ';' expr? ';' exprList? 两种用法 1:#for(id : list) #end #for(entry : map) #end 2:#for(init; cond; update) #end
ForCtrl(Id, Expr, Location) - Constructor for class com.jfinal.template.expr.ast.ForCtrl
ID : expr
ForCtrl(ExprList, Expr, ExprList, Location) - Constructor for class com.jfinal.template.expr.ast.ForCtrl
exprList? ';' expr? ';' exprList?
forDbDeleteById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbDeleteById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbDeleteById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forDbDeleteById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbDeleteById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbDeleteById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbDeleteById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forDbFindById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbFindById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbFindById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forDbFindById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbFindById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbFindById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbFindById(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - Method in class 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>) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
ForEntry - Class in com.jfinal.template.stat.ast
ForEntry 包装 HashMap、LinkedHashMap 等 Map 类型的 Entry 对象
ForEntry() - Constructor for class com.jfinal.template.stat.ast.ForEntry
 
forIE() - Method in class com.jfinal.render.JsonRender
 
ForIteratorStatus - Class in 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) - Constructor for class com.jfinal.template.stat.ast.ForIteratorStatus
 
ForLoopStatus - Class in 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) - Constructor for class com.jfinal.template.stat.ast.ForLoopStatus
 
format(String, Object...) - Method in class com.jfinal.i18n.Res
Get the message value from ResourceBundle by the key then format with the arguments.
formats - Variable in class com.jfinal.template.io.Writer
 
forModelDeleteById(Table) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelDeleteById(Table) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelDeleteById(Table) - Method in class com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelDeleteById(Table) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelDeleteById(Table) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelDeleteById(Table) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelDeleteById(Table) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forModelFindById(Table, String) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelFindById(Table, String) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelFindById(Table, String) - Method in class com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelFindById(Table, String) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelFindById(Table, String) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelFindById(Table, String) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelFindById(Table, String) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forPaginate(int, int, StringBuilder) - Method in class 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) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
forPaginate(int, int, StringBuilder) - Method in class com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forPaginate(int, int, StringBuilder) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forPaginate(int, int, StringBuilder) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forPaginate(int, int, StringBuilder) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forPaginate(int, int, StringBuilder) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
sql.replaceFirst("(?i)select", "") 正则中带有 "(?i)" 前缀,指定在匹配时不区分大小写
forTableBuilderDoBuild(String) - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forTableBuilderDoBuild(String) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
forTableBuilderDoBuild(String) - Method in class com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forTableBuilderDoBuild(String) - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forTableBuilderDoBuild(String) - Method in class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forTableBuilderDoBuild(String) - Method in class com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forTableBuilderDoBuild(String) - Method in class com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forwardAction(String) - Method in class com.jfinal.core.Controller
Forward to an action
ForwardActionRender - Class in com.jfinal.core
ForwardActionRender
ForwardActionRender(String) - Constructor for class com.jfinal.core.ForwardActionRender
 
FREE_MARKER_RENDER - Static variable in class com.jfinal.plugin.ehcache.RenderType
 
FreeMarkerRender - Class in com.jfinal.render
FreeMarkerRender.
FreeMarkerRender(String) - Constructor for class com.jfinal.render.FreeMarkerRender
 
FstSerializer - Class in com.jfinal.plugin.redis.serializer
FstSerializer.
FstSerializer() - Constructor for class com.jfinal.plugin.redis.serializer.FstSerializer
 
functionMap - Variable in class com.jfinal.template.Env
 

G

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

H

handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - Method in class com.jfinal.core.ActionHandler
handle 1: Action action = actionMapping.getAction(target) 2: new Invocation(...).invoke() 3: render(...)
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - Method in class com.jfinal.ext.handler.ContextPathHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - Method in class com.jfinal.ext.handler.FakeStaticHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - Method in class com.jfinal.ext.handler.RoutesHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - Method in class com.jfinal.ext.handler.ServerNameRedirect301Handler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - Method in class com.jfinal.ext.handler.UrlSkipHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - Method in class com.jfinal.handler.Handler
Handle target
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - Method in class com.jfinal.plugin.druid.DruidStatViewHandler
 
handleBlob(Blob) - Method in class com.jfinal.plugin.activerecord.ModelBuilder
 
handleClob(Clob) - Method in class com.jfinal.plugin.activerecord.ModelBuilder
 
handleError(Controller) - Method in class com.jfinal.validate.Validator
Handle the validate error.
Handler - Class in com.jfinal.handler
Handler.
Handler() - Constructor for class com.jfinal.handler.Handler
 
HandlerFactory - Class in com.jfinal.handler
HandlerFactory.
HandlerKit - Class in com.jfinal.kit
HandlerKit.
Handlers - Class in com.jfinal.config
Handlers.
Handlers() - Constructor for class com.jfinal.config.Handlers
 
hasColumnLabel(String) - Method in class com.jfinal.plugin.activerecord.Table
Model.save() need know what columns belongs to himself that he can saving to db.
hasEnd() - Method in class com.jfinal.plugin.activerecord.sql.NameSpaceDirective
 
hasEnd() - Method in class com.jfinal.plugin.activerecord.sql.SqlDirective
 
hasEnd() - Method in class com.jfinal.template.ext.directive.StringDirective
hasEnd() 方法返回 true 时,表示该指令拥有指令体以及 #end 结束块 模板引擎在解析时会将 "指令体" 赋值到 stat 属性中,在 exec(...) 方法中 可通过 stat.exec(...) 执行 "指令体" 内部的所有指令
hasEnd() - Method in class com.jfinal.template.stat.ast.Stat
 
hash(String, String) - Static method in class com.jfinal.kit.HashKit
 
hashCode() - Method in class com.jfinal.plugin.activerecord.Model
 
hashCode() - Method in class com.jfinal.plugin.activerecord.Record
 
hashCode() - Method in class com.jfinal.token.Token
expirationTime 不予考虑, 因为就算 expirationTime 不同也认为是相同的 token.
HashKit - Class in com.jfinal.kit
 
HashKit() - Constructor for class com.jfinal.kit.HashKit
 
hdel(Object, Object...) - Method in class com.jfinal.plugin.redis.Cache
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
HEIGHT - Static variable in class com.jfinal.captcha.CaptchaRender
 
hexists(Object, Object) - Method in class com.jfinal.plugin.redis.Cache
查看哈希表 key 中,给定域 field 是否存在。
hget(Object, Object) - Method in class com.jfinal.plugin.redis.Cache
返回哈希表 key 中给定域 field 的值。
hgetAll(Object) - Method in class com.jfinal.plugin.redis.Cache
返回哈希表 key 中,所有的域和值。 在返回值里,紧跟每个域名(field name)之后是域的值(value),所以返回值的长度是哈希表大小的两倍。
HikariCpPlugin - Class in com.jfinal.plugin.hikaricp
Fast, simple, reliable.
HikariCpPlugin(String, String, String) - Constructor for class com.jfinal.plugin.hikaricp.HikariCpPlugin
 
HikariCpPlugin(String, String, String, String) - Constructor for class com.jfinal.plugin.hikaricp.HikariCpPlugin
 
hincrBy(Object, Object, long) - Method in class com.jfinal.plugin.redis.Cache
为哈希表 key 中的域 field 的值加上增量 increment 。 增量也可以为负数,相当于对给定域进行减法操作。 如果 key 不存在,一个新的哈希表被创建并执行 HINCRBY 命令。 如果域 field 不存在,那么在执行命令前,域的值被初始化为 0 。 对一个储存字符串值的域 field 执行 HINCRBY 命令将造成一个错误。 本操作的值被限制在 64 位(bit)有符号数字表示之内。
hincrByFloat(Object, Object, double) - Method in class com.jfinal.plugin.redis.Cache
为哈希表 key 中的域 field 加上浮点数增量 increment 。 如果哈希表中没有域 field ,那么 HINCRBYFLOAT 会先将域 field 的值设为 0 ,然后再执行加法操作。 如果键 key 不存在,那么 HINCRBYFLOAT 会先创建一个哈希表,再创建域 field ,最后再执行加法操作。 当以下任意一个条件发生时,返回一个错误: 1:域 field 的值不是字符串类型(因为 redis 中的数字和浮点数都以字符串的形式保存,所以它们都属于字符串类型) 2:域 field 当前的值或给定的增量 increment 不能解释(parse)为双精度浮点数(double precision floating point number) HINCRBYFLOAT 命令的详细功能和 INCRBYFLOAT 命令类似,请查看 INCRBYFLOAT 命令获取更多相关信息。
hkeys(Object) - Method in class com.jfinal.plugin.redis.Cache
返回哈希表 key 中的所有域。 底层实现此方法取名为 hfields 更为合适,在此仅为与底层保持一致
hlen(Object) - Method in class com.jfinal.plugin.redis.Cache
返回哈希表 key 中域的数量。
hmget(Object, Object...) - Method in class com.jfinal.plugin.redis.Cache
返回哈希表 key 中,一个或多个给定域的值。 如果给定的域不存在于哈希表,那么返回一个 nil 值。 因为不存在的 key 被当作一个空哈希表来处理,所以对一个不存在的 key 进行 HMGET 操作将返回一个只带有 nil 值的表。
hmset(Object, Map<Object, Object>) - Method in class com.jfinal.plugin.redis.Cache
同时将多个 field-value (域-值)对设置到哈希表 key 中。 此命令会覆盖哈希表中已存在的域。 如果 key 不存在,一个空哈希表被创建并执行 HMSET 操作。
Holder() - Constructor for class com.jfinal.plugin.activerecord.dialect.Dialect.Holder
 
host - Variable in class com.jfinal.plugin.redis.RedisPlugin
 
hset(Object, Object, Object) - Method in class com.jfinal.plugin.redis.Cache
将哈希表 key 中的域 field 的值设为 value 。 如果 key 不存在,一个新的哈希表被创建并进行 HSET 操作。 如果域 field 已经存在于哈希表中,旧值将被覆盖。
html401 - Static variable in class com.jfinal.render.ErrorRender
 
html403 - Static variable in class com.jfinal.render.ErrorRender
 
html404 - Static variable in class com.jfinal.render.ErrorRender
 
html500 - Static variable in class com.jfinal.render.ErrorRender
 
HtmlRender - Class in com.jfinal.render
HtmlRender.
HtmlRender(String) - Constructor for class com.jfinal.render.HtmlRender
 
HttpKit - Class in com.jfinal.kit
HttpKit
hvals(Object) - Method in class com.jfinal.plugin.redis.Cache
返回哈希表 key 中所有域的值。

I

I18n - Class in com.jfinal.i18n
I18N support.
I18nInterceptor - Class in 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() - Constructor for class com.jfinal.i18n.I18nInterceptor
 
I18nInterceptor(String, String) - Constructor for class com.jfinal.i18n.I18nInterceptor
 
I18nInterceptor(String, String, boolean) - Constructor for class com.jfinal.i18n.I18nInterceptor
 
I18nInterceptor(boolean) - Constructor for class com.jfinal.i18n.I18nInterceptor
 
IAtom - Interface in com.jfinal.plugin.activerecord
IAtom support transaction of database.
IBean - Interface in com.jfinal.plugin.activerecord
IBean 标记型接口.
ICache - Interface in com.jfinal.plugin.activerecord.cache
ICache.
ICallback - Interface in com.jfinal.plugin.activerecord
ICallback provide a JDBC Connection if you need it or the active record plugin can not satisfy you requirement.
ICallback - Interface in com.jfinal.plugin.redis
ICallback.
ICaptchaCache - Interface in com.jfinal.captcha
ICaptchaCache
IContainerFactory - Interface in com.jfinal.plugin.activerecord
 
IConverter<T> - Interface in com.jfinal.core.converter
将一个字符串转换成特定类型
Id - Class in com.jfinal.template.expr.ast
Id
Id(String) - Constructor for class com.jfinal.template.expr.ast.Id
 
IDataLoader - Interface in com.jfinal.plugin.ehcache
IDataLoader.
IDataSourceProvider - Interface in com.jfinal.plugin.activerecord
IDataSourceProvider
IDbProFactory - Interface in 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 - Interface in com.jfinal.plugin.druid
授权
If - Class in com.jfinal.template.stat.ast
If
If(ExprList, StatList, Location) - Constructor for class com.jfinal.template.stat.ast.If
 
IJsonFactory - Interface in com.jfinal.json
IJsonFactory.
IKeyNamingPolicy - Interface in com.jfinal.plugin.redis
IKeyNamingPolicy.
ILogFactory - Interface in com.jfinal.log
ILogFactory.
ImageKit - Class in com.jfinal.kit
 
IncDec - Class in com.jfinal.template.expr.ast
自增与自减
IncDec(Sym, boolean, Expr, Location) - Constructor for class com.jfinal.template.expr.ast.IncDec
 
Include - Class in com.jfinal.template.stat.ast
Include 1:父模板被缓存时,被 include 的模板会被间接缓存,无需关心缓存问题 2:同一个模板文件被多个父模板 include,所处的背景环境不同,例如各父模板中定义的模板函数不同 各父模板所处的相对路径不同,所以多个父模板不能共用一次 parse 出来的结果,而是在每个被include 的地方重新 parse
Include(Env, ExprList, String, Location) - Constructor for class com.jfinal.template.stat.ast.Include
 
incr(Object) - Method in class com.jfinal.plugin.redis.Cache
将 key 中储存的数字值增一。 如果 key 不存在,那么 key 的值会先被初始化为 0 ,然后再执行 INCR 操作。 如果值包含错误的类型,或字符串类型的值不能表示为数字,那么返回一个错误。 本操作的值限制在 64 位(bit)有符号数字表示之内。
incrBy(Object, long) - Method in class com.jfinal.plugin.redis.Cache
将 key 所储存的值加上增量 increment 。 如果 key 不存在,那么 key 的值会先被初始化为 0 ,然后再执行 INCRBY 命令。 如果值包含错误的类型,或字符串类型的值不能表示为数字,那么返回一个错误。 本操作的值限制在 64 位(bit)有符号数字表示之内。 关于递增(increment) / 递减(decrement)操作的更多信息,参见 INCR 命令。
Index - Class in com.jfinal.template.expr.ast
index : expr '[' expr ']' 支持 a[i]、 a[b[i]]、a[i][j]、a[i][j]...[n]
Index(Expr, Expr, Location) - Constructor for class com.jfinal.template.expr.ast.Index
 
info(String) - Static method in class com.jfinal.kit.LogKit
 
info(String, Throwable) - Static method in class com.jfinal.kit.LogKit
 
info(String) - Method in class com.jfinal.log.JdkLog
 
info(String, Throwable) - Method in class com.jfinal.log.JdkLog
 
info(String) - Method in class com.jfinal.log.Log
 
info(String, Throwable) - Method in class com.jfinal.log.Log
 
info(String) - Method in class com.jfinal.log.Log4jLog
 
info(String, Throwable) - Method in class com.jfinal.log.Log4jLog
 
init(ActionMapping, Constants) - Method in class com.jfinal.core.ActionHandler
 
init(Controller, Action, HttpServletRequest, HttpServletResponse, String) - Static method in class com.jfinal.core.CPI
 
init(FilterConfig) - Method in class com.jfinal.core.JFinalFilter
 
init() - Method in class com.jfinal.log.LogManager
 
init(ServletContext) - Static method in class com.jfinal.plugin.activerecord.ModelRecordElResolver
 
init() - Static method in class com.jfinal.plugin.activerecord.ModelRecordElResolver
 
init(Engine, Constants, ServletContext) - Method in interface com.jfinal.render.IRenderFactory
 
init(Engine, Constants, ServletContext) - Method in class com.jfinal.render.RenderFactory
 
init(Engine, Constants, ServletContext) - Method in class com.jfinal.render.RenderManager
 
init(OutputStream) - Method in class com.jfinal.template.io.ByteWriter
 
init(Writer) - Method in class com.jfinal.template.io.CharWriter
 
init(Map.Entry<Object, Object>) - Method in class com.jfinal.template.stat.ast.ForEntry
 
init(ITokenCache) - Static method in class com.jfinal.token.TokenManager
 
init(String, int, String) - Static method in class com.jfinal.upload.OreillyCos
 
initEngine() - Method in class com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
initEngine() - Method in class com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
initEngine() - Method in class com.jfinal.plugin.activerecord.generator.ModelGenerator
 
initServletContext(ServletContext) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
spring 回调,利用 ServletContext 做必要的初始化工作
injectBean(Class<T>, HttpServletRequest, boolean) - Static method in class com.jfinal.core.Injector
 
injectBean(Class<T>, String, HttpServletRequest, boolean) - Static method in class com.jfinal.core.Injector
 
injectModel(Class<T>, HttpServletRequest, boolean) - Static method in class com.jfinal.core.Injector
 
injectModel(Class<T>, String, HttpServletRequest, boolean) - Static method in class com.jfinal.core.Injector
 
Injector - Class in com.jfinal.core
Injector.
Injector() - Constructor for class com.jfinal.core.Injector
 
InnerEvalDirective() - Constructor for class com.jfinal.kit.ElKit.InnerEvalDirective
 
InnerSession(HttpSession) - Constructor for class com.jfinal.template.ext.spring.JFinalView.InnerSession
 
INT - Static variable in class com.jfinal.template.expr.ast.Arith
 
IntegerConverter() - Constructor for class com.jfinal.core.converter.Converters.IntegerConverter
 
IntegerExt - Class in com.jfinal.template.ext.extensionmethod
针对 java.lang.Integer 的扩展方法 重要用途: Controller.keepPara() 方法会将所有类型的数据当成 String 并传回到 到模板中,所以模板中的如下代码将无法工作: #if(age > 18) ....
IntegerExt() - Constructor for class com.jfinal.template.ext.extensionmethod.IntegerExt
 
IntegerWriter - Class in com.jfinal.template.io
 
IntegerWriter() - Constructor for class com.jfinal.template.io.IntegerWriter
 
intercept(Invocation) - Method in interface com.jfinal.aop.Interceptor
 
intercept(Invocation) - Method in class com.jfinal.aop.InterceptorStack
 
intercept(Invocation) - Method in class com.jfinal.aop.PrototypeInterceptor
 
intercept(Invocation) - Method in class com.jfinal.ext.interceptor.GET
 
intercept(Invocation) - Method in class com.jfinal.ext.interceptor.LogInterceptor
 
intercept(Invocation) - Method in class com.jfinal.ext.interceptor.NotAction
 
intercept(Invocation) - Method in class com.jfinal.ext.interceptor.NoUrlPara
 
intercept(Invocation) - Method in class com.jfinal.ext.interceptor.POST
 
intercept(Invocation) - Method in class 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) - Method in class com.jfinal.ext.interceptor.SessionInViewInterceptor
 
intercept(Invocation) - Method in class com.jfinal.i18n.I18nInterceptor
1: use the locale from request para if exists.
intercept(Invocation) - Method in class com.jfinal.plugin.activerecord.OneConnectionPerThread
 
intercept(Invocation) - Method in class com.jfinal.plugin.activerecord.tx.Tx
 
intercept(Invocation) - Method in class com.jfinal.plugin.activerecord.tx.TxByActionKeyRegex
 
intercept(Invocation) - Method in class com.jfinal.plugin.activerecord.tx.TxByActionKeys
 
intercept(Invocation) - Method in class com.jfinal.plugin.activerecord.tx.TxByMethodRegex
 
intercept(Invocation) - Method in class com.jfinal.plugin.activerecord.tx.TxByMethods
 
intercept(Invocation) - Method in class com.jfinal.plugin.ehcache.CacheInterceptor
 
intercept(Invocation) - Method in class com.jfinal.plugin.ehcache.EvictInterceptor
 
intercept(Invocation) - Method in class com.jfinal.plugin.redis.RedisInterceptor
 
intercept(Invocation) - Method in class com.jfinal.validate.Validator
 
Interceptor - Interface in com.jfinal.aop
Interceptor.
InterceptorManager - Class in com.jfinal.aop
InterceptorManager.
Interceptors - Class in com.jfinal.config
The Interceptors is used to config global action interceptors and global service interceptors.
Interceptors() - Constructor for class com.jfinal.config.Interceptors
 
InterceptorStack - Class in com.jfinal.aop
InterceptorStack.
InterceptorStack() - Constructor for class com.jfinal.aop.InterceptorStack
 
invalid - Variable in class com.jfinal.validate.Validator
 
invalidate() - Method in class com.jfinal.ext.interceptor.SessionInViewInterceptor.JFinalSession
 
invalidate(String) - Method in interface com.jfinal.plugin.auth.ISession
 
invalidate() - Method in class com.jfinal.template.ext.spring.JFinalView.InnerSession
 
Invocation - Class in com.jfinal.aop
Invocation is used to invoke the interceptors and the target method
Invocation() - Constructor for class com.jfinal.aop.Invocation
 
Invocation(Action, Controller) - Constructor for class com.jfinal.aop.Invocation
 
Invocation(Object, Method, Object[], MethodProxy, Interceptor[]) - Constructor for class com.jfinal.aop.Invocation
 
invocation - Variable in class com.jfinal.validate.Validator
 
invoke() - Method in class com.jfinal.aop.Invocation
 
invoke(Object, Method, Object[]) - Method in class com.jfinal.plugin.activerecord.SqlReporter
 
invoke(Object, Object...) - Method in class com.jfinal.template.expr.ast.MethodInfo
 
invoke(Object, Object...) - Method in class com.jfinal.template.expr.ast.MethodInfoExt
 
invokeVarArgsMethod(Object, Object[]) - Method in class com.jfinal.template.expr.ast.MethodInfo
 
IOutputDirectiveFactory - Interface in 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 - Interface in com.jfinal.plugin
IPlugin
IRenderFactory - Interface in com.jfinal.render
IRenderFactory.
isAbsolutePath(String) - Static method in class com.jfinal.kit.PathKit
 
isActionInvocation() - Method in class com.jfinal.aop.Invocation
return true if it is action invocation.
isBlank(String) - Static method in class com.jfinal.kit.StrKit
字符串为 null 或者内部字符全部为 ' ' '\t' '\n' '\r' 这四类字符时返回 true
isBlank(char) - Static method in class com.jfinal.template.stat.CharTable
 
isBlankOrLineFeed(char) - Static method in class com.jfinal.template.stat.CharTable
 
isBoolean() - Method in class com.jfinal.template.expr.ast.Const
 
isBreak() - Method in class com.jfinal.template.stat.Ctrl
 
isContinue() - Method in class com.jfinal.template.stat.Ctrl
 
isDebugEnabled() - Static method in class com.jfinal.kit.LogKit
 
isDebugEnabled() - Method in class com.jfinal.log.JdkLog
 
isDebugEnabled() - Method in class com.jfinal.log.Log
 
isDebugEnabled() - Method in class com.jfinal.log.Log4jLog
 
isDevMode() - Method in class com.jfinal.plugin.activerecord.Config
 
isDevMode() - Method in class com.jfinal.template.EngineConfig
 
isDevMode() - Method in class com.jfinal.template.Env
 
isDigit(char) - Static method in class com.jfinal.template.stat.CharTable
 
isDouble() - Method in class com.jfinal.template.expr.ast.Const
 
isEmpty() - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
isEmpty() - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
isEmpty(Object) - Method in class com.jfinal.template.ext.sharedmethod.SharedMethodLib
判断 Collection、Map、数组、Iterator、Iterable 类型对象中的元素个数是否为 0 规则: 1:null 返回 true 2:List、Set 等一切继承自 Collection 的,返回 isEmpty() 3:Map 返回 isEmpty() 4:数组返回 length == 0 5:Iterator 返回 ! hasNext() 6:Iterable 返回 ! iterator().hasNext() 注意:原先 Logic.isTrue(Object) 中对集合与数组类型为空的判断转移到此方法中
isEmpty() - Method in class com.jfinal.template.stat.ast.Text
 
ISerializer - Interface in com.jfinal.plugin.redis.serializer
ISerializer.
isErrorEnabled() - Static method in class com.jfinal.kit.LogKit
 
isErrorEnabled() - Method in class com.jfinal.log.JdkLog
 
isErrorEnabled() - Method in class com.jfinal.log.Log
 
isErrorEnabled() - Method in class com.jfinal.log.Log4jLog
 
IServer - Interface in com.jfinal.server
 
ISession - Interface in com.jfinal.plugin.auth
 
isExpired() - Method in class com.jfinal.captcha.Captcha
 
isExprChar(char) - Static method in class com.jfinal.template.stat.CharTable
 
isFail() - Method in class com.jfinal.kit.JMap
Deprecated.
 
isFail() - Method in class com.jfinal.kit.Kv
Deprecated.
isFail() - Method in class com.jfinal.kit.Ret
 
isFalse(Object) - Method in class com.jfinal.kit.JMap
Deprecated.
key 存在,并且 value 为 false,则返回 true
isFalse(Object) - Method in class com.jfinal.kit.Kv
key 存在,并且 value 为 false,则返回 true
isFalse(Object) - Method in class com.jfinal.kit.Okv
key 存在,并且 value 为 false,则返回 true
isFalse(Object) - Method in class com.jfinal.kit.Ret
key 存在,并且 value 为 false,则返回 true
isFalse() - Method in class com.jfinal.template.expr.ast.Const
 
isFalse(Object) - Static method in class com.jfinal.template.expr.ast.Logic
 
isFatalEnabled() - Static method in class com.jfinal.kit.LogKit
 
isFatalEnabled() - Method in class com.jfinal.log.JdkLog
 
isFatalEnabled() - Method in class com.jfinal.log.Log
 
isFatalEnabled() - Method in class com.jfinal.log.Log4jLog
 
isFirstPage() - Method in class com.jfinal.plugin.activerecord.Page
 
isFloat() - Method in class com.jfinal.template.expr.ast.Const
 
isForbiddenClass(Class<?>) - Static method in class com.jfinal.template.expr.ast.MethodKit
 
isForbiddenMethod(String) - Static method in class com.jfinal.template.expr.ast.MethodKit
 
isGlobalAssignment() - Method in class com.jfinal.template.stat.Ctrl
 
isHexadecimalDigit(char) - Static method in class com.jfinal.template.stat.CharTable
 
isInfoEnabled() - Static method in class com.jfinal.kit.LogKit
 
isInfoEnabled() - Method in class com.jfinal.log.JdkLog
 
isInfoEnabled() - Method in class com.jfinal.log.Log
 
isInfoEnabled() - Method in class com.jfinal.log.Log4jLog
 
isInJar - Variable in class com.jfinal.template.source.ClassPathSource
 
isInt() - Method in class com.jfinal.template.expr.ast.Const
 
isInTransaction() - Method in class com.jfinal.plugin.activerecord.Config
Return true if current thread in transaction.
isIterator() - Method in class com.jfinal.template.expr.ast.ForCtrl
 
isJump() - Method in class com.jfinal.template.stat.Ctrl
 
isKeepByteAndShort() - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
指示 MetaBuilder 生成的 ColumnMeta.javaType 是否保持住 Byte、Short 类型 进而 BaseModelBuilder 生成针对 Byte、Short 类型的获取方法: getByte(String)、getShort(String)
isLastPage() - Method in class com.jfinal.plugin.activerecord.Page
 
isLetter(char) - Static method in class com.jfinal.template.stat.CharTable
 
isLetterOrDigit(char) - Static method in class com.jfinal.template.stat.CharTable
 
isLocalAssignment() - Method in class com.jfinal.template.stat.Ctrl
 
isLong() - Method in class com.jfinal.template.expr.ast.Const
 
isModified() - Method in class com.jfinal.template.source.ClassPathSource
模板文件在 jar 包文件之内则不支持热加载
isModified() - Method in class com.jfinal.template.source.FileSource
 
isModified() - Method in interface com.jfinal.template.source.ISource
reload template if modified on devMode
isModified() - Method in class com.jfinal.template.source.StringSource
 
isModified() - Method in class com.jfinal.template.Template
 
isNew() - Method in class com.jfinal.ext.interceptor.SessionInViewInterceptor.JFinalSession
 
isNew() - Method in class com.jfinal.template.ext.spring.JFinalView.InnerSession
 
isNull(Object) - Method in class com.jfinal.kit.JMap
Deprecated.
key 不存在,或者 key 存在但 value 为null
isNull(Object) - Method in class com.jfinal.kit.Kv
key 不存在,或者 key 存在但 value 为null
isNull(Object) - Method in class com.jfinal.kit.Okv
key 不存在,或者 key 存在但 value 为null
isNull(Object) - Method in class com.jfinal.kit.Ret
key 不存在,或者 key 存在但 value 为null
isNull() - Method in class com.jfinal.template.expr.ast.Const
 
isNullable - Variable in class com.jfinal.plugin.activerecord.generator.ColumnMeta
 
isNullSafe() - Method in class com.jfinal.template.stat.Ctrl
 
isNumber() - Method in class com.jfinal.template.expr.ast.Const
 
isOctalDigit(char) - Static method in class com.jfinal.template.stat.CharTable
 
isOk() - Method in class com.jfinal.kit.JMap
Deprecated.
 
isOk() - Method in class com.jfinal.kit.Kv
Deprecated.
isOk() - Method in class com.jfinal.kit.Ret
 
isOracle() - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
isOracle() - Method in class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
ISource - Interface in com.jfinal.template.source
ISource 用于表示模板内容的来源
ISourceFactory - Interface in com.jfinal.template.source
ISourceFactory 用于为 engine 切换不同的 ISource 实现类 FileSourceFactory 用于从指定的目录中加载模板文件 ClassPathSourceFactory 用于从 class path 以及 jar 文件中加载模板文件 配置示例: engine.setSourceFactory(new ClassPathSourceFactory());
isParaBlank(String) - Method in class com.jfinal.core.Controller
Return true if the para value is blank otherwise return false
isParaBlank(int) - Method in class com.jfinal.core.Controller
Return true if the urlPara value is blank otherwise return false
isParaExists(String) - Method in class com.jfinal.core.Controller
Return true if the para exists otherwise return false
isParaExists(int) - Method in class com.jfinal.core.Controller
Return true if the urlPara exists otherwise return false
isPermitted(HttpServletRequest) - Method in interface com.jfinal.plugin.druid.IDruidStatViewAuth
 
isPrimaryKey(String, String[]) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
isPrimaryKey - Variable in class com.jfinal.plugin.activerecord.generator.ColumnMeta
 
isReadOnly(ELContext, Object, Object) - Method in class com.jfinal.plugin.activerecord.ModelRecordElResolver
 
isReportAfterInvocation(HttpServletRequest) - Static method in class com.jfinal.core.ActionReporter
 
isReturn() - Method in class com.jfinal.template.stat.Ctrl
 
isShowSql() - Method in class com.jfinal.plugin.activerecord.Config
 
isSkipTable(String) - Method in class com.jfinal.plugin.activerecord.generator.MetaBuilder
通过继承并覆盖此方法,跳过一些不希望处理的 table,定制更加灵活的 table 过滤规则
isSourceListModified() - Method in class com.jfinal.template.Env
本方法用于在 devMode 之下,判断当前 Template 以及其下 #include 指令 所涉及的所有 ISource 对象是否被修改,以便于在 devMode 下重新加载 sourceList 属性用于存放主模板以及 #include 进来的模板所对应的 ISource 对象
isSourceModifiedForDevMode() - Method in class com.jfinal.template.stat.ast.Define
 
isStatic() - Method in class com.jfinal.template.expr.ast.MethodInfo
 
isStr() - Method in class com.jfinal.template.expr.ast.Const
 
isTakeOverDbPaginate() - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
isTakeOverDbPaginate() - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
isTakeOverModelPaginate() - Method in class com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
isTakeOverModelPaginate() - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
isTrue(Object) - Method in class com.jfinal.kit.JMap
Deprecated.
key 存在,并且 value 为 true,则返回 true
isTrue(Object) - Method in class com.jfinal.kit.Kv
key 存在,并且 value 为 true,则返回 true
isTrue(Object) - Method in class com.jfinal.kit.Okv
key 存在,并且 value 为 true,则返回 true
isTrue(Object) - Method in class com.jfinal.kit.Ret
key 存在,并且 value 为 true,则返回 true
isTrue() - Method in class com.jfinal.template.expr.ast.Const
 
isTrue(Object) - Static method in class com.jfinal.template.expr.ast.Logic
规则: 1:null 返回 false 2:boolean 类型,原值返回 3:String、StringBuilder 等一切继承自 CharSequence 类的对象,返回 length > 0 4:其它返回 true 通过 Logic.setToOldWorkMode() 设置,可支持老版本中的以下四个规则: 1:Number 类型,返回 value != 0 2:Map、Collection(List被包括在内) 返回 size() > 0 3:数组,返回 length > 0 4:Iterator 返回 hasNext() 值
isVarArgs - Variable in class com.jfinal.template.expr.ast.MethodInfo
 
isVarArgs() - Method in class com.jfinal.template.expr.ast.MethodInfo
 
isWarnEnabled() - Static method in class com.jfinal.kit.LogKit
 
isWarnEnabled() - Method in class com.jfinal.log.JdkLog
 
isWarnEnabled() - Method in class com.jfinal.log.Log
 
isWarnEnabled() - Method in class com.jfinal.log.Log4jLog
 
isWisdomAssignment() - Method in class com.jfinal.template.stat.Ctrl
 
ITask - Interface in com.jfinal.plugin.cron4j
实现 ITask 接口的 Task,多了一个 stop 方法,插件在停止时会进行回调
iterator() - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
iteratorToJson(Iterator, int) - Method in class com.jfinal.json.JFinalJson
 
ITokenCache - Interface in com.jfinal.token
ITokenCache.
IWritable - Interface in com.jfinal.template.io
IWritable 支持 OutputStream、Writer 双模式动态切换输出 详见 com.jfinal.template.stat.ast.Text 中的用法

J

Jackson - Class in com.jfinal.json
Json 转换 jackson 实现.
Jackson() - Constructor for class com.jfinal.json.Jackson
 
JacksonFactory - Class in com.jfinal.json
IJsonFactory 的 jackson 实现.
JacksonFactory() - Constructor for class com.jfinal.json.JacksonFactory
 
JavaKeyword - Class in com.jfinal.kit
JavaKeyword.
JavaKeyword() - Constructor for class com.jfinal.kit.JavaKeyword
 
javaKeyword - Variable in class com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
JavascriptRender - Class in com.jfinal.render
JavascriptRender.
JavascriptRender(String) - Constructor for class com.jfinal.render.JavascriptRender
 
javaType - Variable in class com.jfinal.plugin.activerecord.generator.ColumnMeta
 
JavaType - Class in com.jfinal.plugin.activerecord
JavaType.
JavaType() - Constructor for class com.jfinal.plugin.activerecord.JavaType
 
JdkEncoder - Class in com.jfinal.template.io
JdkEncoder
JdkEncoder(Charset) - Constructor for class com.jfinal.template.io.JdkEncoder
 
JdkLog - Class in com.jfinal.log
JdkLog.
JdkLogFactory - Class in com.jfinal.log
JdkLogFactory.
JdkLogFactory() - Constructor for class com.jfinal.log.JdkLogFactory
 
JdkSerializer - Class in com.jfinal.plugin.redis.serializer
JdkSerializer.
JdkSerializer() - Constructor for class com.jfinal.plugin.redis.serializer.JdkSerializer
 
jedisPool - Variable in class com.jfinal.plugin.redis.Cache
 
jedisPoolConfig - Variable in class com.jfinal.plugin.redis.RedisPlugin
 
JettyServerForIDEA - Class in com.jfinal.server
IDEA 专用于在 IDEA 之下用 main 方法启动,原启动方式在 IDEA 下会报异常 注意:用此方法启动对热加载支持不完全,只支持方法内部修改的热加载,不支持添加、删除方法 不支持添加类文件热加载,建议开发者在 IDEA 下使用 jrebel 或者 maven 下的 jetty 插件支持列为完全的热加载
JettyServerForIDEA(String, int, String) - Constructor for class com.jfinal.server.JettyServerForIDEA
 
JFinal - Class in com.jfinal.core
JFinal
JFINAL_VERSION - Static variable in interface com.jfinal.core.Const
 
JFinalConfig - Class in com.jfinal.config
JFinalConfig.
JFinalConfig() - Constructor for class com.jfinal.config.JFinalConfig
 
JFinalFilter - Class in com.jfinal.core
JFinal framework filter
JFinalFilter() - Constructor for class com.jfinal.core.JFinalFilter
 
JFinalJson - Class in com.jfinal.json
Json 转换 JFinal 实现.
JFinalJson() - Constructor for class com.jfinal.json.JFinalJson
 
JFinalJsonFactory - Class in com.jfinal.json
IJsonFactory 的 jfinal 实现.
JFinalJsonFactory() - Constructor for class com.jfinal.json.JFinalJsonFactory
 
JFinalSession(HttpSession) - Constructor for class com.jfinal.ext.interceptor.SessionInViewInterceptor.JFinalSession
 
JFinalView - Class in com.jfinal.template.ext.spring
JFinalView
JFinalView() - Constructor for class com.jfinal.template.ext.spring.JFinalView
 
JFinalView.InnerSession - Class in com.jfinal.template.ext.spring
 
JFinalViewResolver - Class in com.jfinal.template.ext.spring
JFinalViewResolver
JFinalViewResolver() - Constructor for class com.jfinal.template.ext.spring.JFinalViewResolver
 
JMap - Class in com.jfinal.kit
Deprecated.
JMap() - Constructor for class com.jfinal.kit.JMap
Deprecated.
 
join(String[]) - Static method in class com.jfinal.kit.StrKit
 
join(String[], String) - Static method in class com.jfinal.kit.StrKit
 
Json - Class in com.jfinal.json
json string 与 object 互转抽象
Json() - Constructor for class com.jfinal.json.Json
 
JSON_RENDER - Static variable in class com.jfinal.plugin.ehcache.RenderType
 
JsonKit - Class in com.jfinal.kit
JsonKit.
JsonKit() - Constructor for class com.jfinal.kit.JsonKit
 
JsonManager - Class in com.jfinal.json
JsonManager.
JsonRender - Class in com.jfinal.render
JsonRender.
JsonRender() - Constructor for class com.jfinal.render.JsonRender
 
JsonRender(String, Object) - Constructor for class com.jfinal.render.JsonRender
 
JsonRender(String[]) - Constructor for class com.jfinal.render.JsonRender
 
JsonRender(String) - Constructor for class com.jfinal.render.JsonRender
 
JsonRender(Object) - Constructor for class com.jfinal.render.JsonRender
 
JSP_RENDER - Static variable in class com.jfinal.plugin.ehcache.RenderType
 
JspRender - Class in com.jfinal.render
JspRender.
JspRender(String) - Constructor for class com.jfinal.render.JspRender
 

K

keep(String...) - Method in class com.jfinal.plugin.activerecord.Model
Keep attributes of this model and remove other attributes.
keep(String) - Method in class com.jfinal.plugin.activerecord.Model
Keep attribute of this model and remove other attributes.
keep(String...) - Method in class com.jfinal.plugin.activerecord.Record
Keep columns of this record and remove other columns.
keep(String) - Method in class com.jfinal.plugin.activerecord.Record
Keep column of this record and remove other columns.
keepBean(Class<?>, String) - Method in class com.jfinal.core.Controller
 
keepBean(Class<?>) - Method in class com.jfinal.core.Controller
 
keepByteAndShort - Variable in class com.jfinal.plugin.activerecord.dialect.Dialect
 
KeepByteAndShortModelBuilder - Class in com.jfinal.plugin.activerecord.builder
针对 mybatis 用户使用习惯,避免 JDBC 将 Byte、Short 转成 Integer
KeepByteAndShortModelBuilder() - Constructor for class com.jfinal.plugin.activerecord.builder.KeepByteAndShortModelBuilder
 
KeepByteAndShortRecordBuilder - Class in com.jfinal.plugin.activerecord.builder
针对 mybatis 用户使用习惯,避免 JDBC 将 Byte、Short 转成 Integer
KeepByteAndShortRecordBuilder() - Constructor for class com.jfinal.plugin.activerecord.builder.KeepByteAndShortRecordBuilder
 
keepModel(Class<? extends Model>, String) - Method in class com.jfinal.core.Controller
 
keepModel(Class<? extends Model>) - Method in class com.jfinal.core.Controller
 
keepPara() - Method in class com.jfinal.core.Controller
Keep all parameter's value except model value
keepPara(String...) - Method in class com.jfinal.core.Controller
Keep parameter's value names pointed, model value can not be kept
keepPara(Class, String) - Method in class com.jfinal.core.Controller
Convert para to special type and keep it
keepPara(Class, String...) - Method in class com.jfinal.core.Controller
 
key - Variable in class com.jfinal.template.expr.ast.MethodInfo
 
keyFromBytes(byte[]) - Method in class com.jfinal.plugin.redis.Cache
 
keyFromBytes(byte[]) - Method in class com.jfinal.plugin.redis.serializer.FstSerializer
 
keyFromBytes(byte[]) - Method in interface com.jfinal.plugin.redis.serializer.ISerializer
 
keyFromBytes(byte[]) - Method in class com.jfinal.plugin.redis.serializer.JdkSerializer
 
keyNamingPolicy - Variable in class com.jfinal.plugin.redis.Cache
 
keyNamingPolicy - Variable in class com.jfinal.plugin.redis.RedisPlugin
 
keys(String) - Method in class com.jfinal.plugin.redis.Cache
查找所有符合给定模式 pattern 的 key 。 KEYS * 匹配数据库中所有 key 。 KEYS h?llo 匹配 hello , hallo 和 hxllo 等。 KEYS h*llo 匹配 hllo 和 heeeeello 等。 KEYS h[ae]llo 匹配 hello 和 hallo ,但不匹配 hillo 。 特殊符号用 \ 隔开
keySet() - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
keysToBytesArray(Object...) - Method in class com.jfinal.plugin.redis.Cache
 
keyToBytes(Object) - Method in class com.jfinal.plugin.redis.Cache
 
keyToBytes(String) - Method in class com.jfinal.plugin.redis.serializer.FstSerializer
 
keyToBytes(String) - Method in interface com.jfinal.plugin.redis.serializer.ISerializer
 
keyToBytes(String) - Method in class com.jfinal.plugin.redis.serializer.JdkSerializer
 
keyValueListFromBytesList(List<byte[]>) - Method in class com.jfinal.plugin.redis.Cache
 
Kv - Class in com.jfinal.kit
Kv (Key Value) Example: Kv para = Kv.by("id", 123); User user = user.findFirst(getSqlPara("find", para));
Kv() - Constructor for class com.jfinal.kit.Kv
 

L

lastModified - Variable in class com.jfinal.template.source.ClassPathSource
 
length() - Method in class com.jfinal.template.expr.ast.ExprList
 
length() - Method in class com.jfinal.template.stat.ast.StatList
 
lindex(Object, long) - Method in class com.jfinal.plugin.redis.Cache
返回列表 key 中,下标为 index 的元素。 下标(index)参数 start 和 stop 都以 0 为底,也就是说,以 0 表示列表的第一个元素,以 1 表示列表的第二个元素,以此类推。 你也可以使用负数下标,以 -1 表示列表的最后一个元素, -2 表示列表的倒数第二个元素,以此类推。 如果 key 不是列表类型,返回一个错误。
llen(Object) - Method in class com.jfinal.plugin.redis.Cache
返回列表 key 的长度。 如果 key 不存在,则 key 被解释为一个空列表,返回 0 .
load(String) - Static method in class com.jfinal.plugin.activerecord.Sqls
Deprecated.
加载 sql 文件.
load() - Method in interface com.jfinal.plugin.ehcache.IDataLoader
 
loadFile(InputStream, String) - Static method in class com.jfinal.template.source.ClassPathSource
 
loadFile(File, String) - Static method in class com.jfinal.template.source.FileSource
 
loadPropertyFile(String) - Method in class com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(String, String) - Method in class com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(File) - Method in class com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(File, String) - Method in class com.jfinal.config.JFinalConfig
Load property file Example:
loadPropertyFile(new File("/var/config/my_config.txt"), "UTF-8");
loadView(String, Locale) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
支持 jfinal enjoy、jsp、freemarker、velocity 四类模板共存于一个项目中 注意:这里采用识别 ".jsp"、".ftl"、".vm" 模板后缀名的方式来实现功能 所以 jfinal enjoy 模板不要采用上述三种后缀名,否则功能将失效 还要注意与 jsp、freemarker、velocity 以外类型模板共存使用时 需要改造该方法
location - Variable in class com.jfinal.template.expr.ast.Expr
 
location - Variable in class com.jfinal.template.stat.ast.Stat
 
Location - Class in com.jfinal.template.stat
Location 生成异常发生的位置消息
Location(String, int) - Constructor for class com.jfinal.template.stat.Location
 
Log - Class in com.jfinal.log
The five logging levels used by Log are (in order): 1.
Log() - Constructor for class com.jfinal.log.Log
 
Log4jLog - Class in com.jfinal.log
Log4jLog.
Log4jLogFactory - Class in com.jfinal.log
Log4jLogFactory.
Log4jLogFactory() - Constructor for class com.jfinal.log.Log4jLogFactory
 
Logic - Class in com.jfinal.template.expr.ast
Logic 支持逻辑运算: ! && ||
Logic(Sym, Expr, Expr, Location) - Constructor for class com.jfinal.template.expr.ast.Logic
构造 || && 结点
Logic(Sym, Expr, Location) - Constructor for class com.jfinal.template.expr.ast.Logic
构造 ! 结点,left 为 null
LogInterceptor - Class in com.jfinal.ext.interceptor
LogInterceptor.
LogInterceptor() - Constructor for class com.jfinal.ext.interceptor.LogInterceptor
 
LogKit - Class in com.jfinal.kit
LogKit.
LogKit() - Constructor for class com.jfinal.kit.LogKit
 
LogManager - Class in com.jfinal.log
LogManager.
logNothing(Throwable) - Static method in class com.jfinal.kit.LogKit
Do nothing.
LONG - Static variable in class com.jfinal.template.expr.ast.Arith
 
LongConverter() - Constructor for class com.jfinal.core.converter.Converters.LongConverter
 
LongExt - Class in com.jfinal.template.ext.extensionmethod
针对 java.lang.Long 的扩展方法 用法: #if(value.toInt() == 123)
LongExt() - Constructor for class com.jfinal.template.ext.extensionmethod.LongExt
 
LongWriter - Class in com.jfinal.template.io
 
LongWriter() - Constructor for class com.jfinal.template.io.LongWriter
 
lpop(Object) - Method in class com.jfinal.plugin.redis.Cache
移除并返回列表 key 的头元素。
lpush(Object, Object...) - Method in class 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 三个命令。 如果 key 不存在,一个空列表会被创建并执行 LPUSH 操作。 当 key 存在但不是列表类型时,返回一个错误。
lrange(Object, long, long) - Method in class com.jfinal.plugin.redis.Cache
返回列表 key 中指定区间内的元素,区间以偏移量 start 和 stop 指定。 下标(index)参数 start 和 stop 都以 0 为底,也就是说,以 0 表示列表的第一个元素,以 1 表示列表的第二个元素,以此类推。 你也可以使用负数下标,以 -1 表示列表的最后一个元素, -2 表示列表的倒数第二个元素,以此类推。
lrem(Object, long, Object) - Method in class com.jfinal.plugin.redis.Cache
根据参数 count 的值,移除列表中与参数 value 相等的元素。 count 的值可以是以下几种: count > 0 : 从表头开始向表尾搜索,移除与 value 相等的元素,数量为 count 。 count < 0 : 从表尾开始向表头搜索,移除与 value 相等的元素,数量为 count 的绝对值。 count = 0 : 移除表中所有与 value 相等的值。
lset(Object, long, Object) - Method in class com.jfinal.plugin.redis.Cache
将列表 key 下标为 index 的元素的值设置为 value 。 当 index 参数超出范围,或对一个空列表( key 不存在)进行 LSET 时,返回一个错误。 关于列表下标的更多信息,请参考 LINDEX 命令。
ltrim(Object, long, long) - Method in class com.jfinal.plugin.redis.Cache
对一个列表进行修剪(trim),就是说,让列表只保留指定区间内的元素,不在指定区间之内的元素都将被删除。 举个例子,执行命令 LTRIM list 0 2 ,表示只保留列表 list 的前三个元素,其余元素全部删除。 下标(index)参数 start 和 stop 都以 0 为底,也就是说,以 0 表示列表的第一个元素,以 1 表示列表的第二个元素,以此类推。 你也可以使用负数下标,以 -1 表示列表的最后一个元素, -2 表示列表的倒数第二个元素,以此类推。 当 key 不是列表类型时,返回一个错误。

M

main(String[]) - Static method in class 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 - Static variable in class com.jfinal.plugin.activerecord.DbKit
 
MAIN_ENGINE_NAME - Static variable in class com.jfinal.template.Engine
 
mainRenderFactory - Variable in class com.jfinal.render.RenderFactory
 
map - Variable in class com.jfinal.plugin.activerecord.generator.TypeMapping
 
Map - Class in com.jfinal.template.expr.ast
Map 1:定义 map 常量 {k1:123, k2:"abc", 'k3':true, "k4":[1,2,3], k5:1+2, 1:12, true:"Y", null:"abc"} 如上所示,map定义的 key 可以为 id 标识符或者 String、Integer、Long、Boolean、null 等常量值 (详见 ExprParser.buildMapEntry(...) 方法), 右侧的 value 可以是任意的常量与表达式 2:取值 先将 Map 常量赋值给某个变量: #set(map = {...}) map['k1'] map["k1"] map[expr] map.get("k1") map.k1 3:不通过中间变量取值 {1:'自买', 2:'跟买'}.get(1) {1:'自买', 2:'跟买'}[2] 如上所示,当以下标方式取值时,下标参数可以是 string 与 expr,而 expr 求值以后的值必须也为 string类型 当用 map.k1 这类 field 字段取值形式时,则是使用 id 标识符,而不是 string 形参数 注意:即便是定义的时候 key 用的是 id 标识符,但在取值时也要用 string 类型下标参数或 expr 求值后为 string 定义时 key 可以使用 id 标识符是为了书写方便,本质上仍然是 string 3:可创建空 map,如: #(map = {})
Map(LinkedHashMap<Object, Expr>) - Constructor for class com.jfinal.template.expr.ast.Map
 
mapping - Variable in class com.jfinal.core.ActionMapping
 
mappingKitClassName - Variable in class com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingKitGenerator - Variable in class com.jfinal.plugin.activerecord.generator.Generator
 
MappingKitGenerator - Class in com.jfinal.plugin.activerecord.generator
MappingKit 文件生成器
MappingKitGenerator(String, String) - Constructor for class com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingKitOutputDir - Variable in class com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingKitPackageName - Variable in class com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mapToJson(Map, int) - Method in class com.jfinal.json.JFinalJson
 
maxBytesPerChar() - Method in class com.jfinal.template.io.Encoder
 
maxBytesPerChar() - Method in class com.jfinal.template.io.JdkEncoder
 
maxBytesPerChar() - Method in class com.jfinal.template.io.Utf8Encoder
 
md5(String) - Static method in class com.jfinal.kit.HashKit
 
me() - Static method in class com.jfinal.aop.InterceptorManager
 
me() - Static method in class com.jfinal.captcha.CaptchaManager
 
me() - Static method in class com.jfinal.core.converter.TypeConverter
 
me() - Static method in class com.jfinal.core.JFinal
 
me() - Static method in class com.jfinal.ext.kit.SessionIdKit
 
me() - Static method in class com.jfinal.json.FastJsonFactory
 
me() - Static method in class com.jfinal.json.JacksonFactory
 
me() - Static method in class com.jfinal.json.JFinalJsonFactory
 
me() - Static method in class com.jfinal.json.JsonManager
 
me() - Static method in class com.jfinal.json.MixedJsonFactory
 
me - Static variable in class com.jfinal.kit.JavaKeyword
 
me() - Static method in class com.jfinal.log.LogManager
 
me - Static variable in class com.jfinal.plugin.activerecord.builder.KeepByteAndShortModelBuilder
 
me - Static variable in class com.jfinal.plugin.activerecord.builder.KeepByteAndShortRecordBuilder
 
me - Static variable in class com.jfinal.plugin.activerecord.builder.TimestampProcessedModelBuilder
 
me - Static variable in class com.jfinal.plugin.activerecord.builder.TimestampProcessedRecordBuilder
 
me - Static variable in class com.jfinal.plugin.activerecord.ModelBuilder
 
me - Static variable in class com.jfinal.plugin.activerecord.RecordBuilder
 
me() - Static method in class com.jfinal.plugin.activerecord.TableMapping
 
me - Static variable in class com.jfinal.plugin.redis.serializer.FstSerializer
 
me - Static variable in class com.jfinal.plugin.redis.serializer.JdkSerializer
 
me() - Static method in class com.jfinal.render.RenderManager
 
me - Static variable in class com.jfinal.template.expr.ast.NullExpr
 
me() - Static method in class com.jfinal.template.ext.spring.JFinalViewResolver
me 会保存在第一次被创建对象
me - Static variable in class com.jfinal.template.io.Utf8Encoder
 
me - Static variable in class com.jfinal.template.OutputDirectiveFactory
 
me - Static variable in class com.jfinal.template.stat.ast.Break
 
me - Static variable in class com.jfinal.template.stat.ast.Continue
 
me - Static variable in class com.jfinal.template.stat.ast.NullStat
 
me - Static variable in class com.jfinal.template.stat.ast.Return
 
metaBuilder - Variable in class com.jfinal.plugin.activerecord.generator.Generator
 
MetaBuilder - Class in com.jfinal.plugin.activerecord.generator
MetaBuilder
MetaBuilder(DataSource) - Constructor for class com.jfinal.plugin.activerecord.generator.MetaBuilder
 
Method - Class in com.jfinal.template.expr.ast
Method : expr '.' ID '(' exprList? ')'
Method(Expr, String, ExprList, Location) - Constructor for class com.jfinal.template.expr.ast.Method
 
Method(Expr, String, Location) - Constructor for class com.jfinal.template.expr.ast.Method
 
method - Variable in class com.jfinal.template.expr.ast.MethodInfo
 
MethodInfo - Class in com.jfinal.template.expr.ast
MethodInfo
MethodInfo(Long, Class<?>, Method) - Constructor for class com.jfinal.template.expr.ast.MethodInfo
 
MethodInfoExt - Class in com.jfinal.template.expr.ast
MethodInfoExt 辅助实现 extension method 功能
MethodInfoExt(Object, Long, Class<?>, Method) - Constructor for class com.jfinal.template.expr.ast.MethodInfoExt
 
MethodKeyBuilder - Class in com.jfinal.template.expr.ast
MethodKeyBuilder
MethodKeyBuilder() - Constructor for class com.jfinal.template.expr.ast.MethodKeyBuilder
 
MethodKeyBuilder.FastMethodKeyBuilder - Class in com.jfinal.template.expr.ast
FastMethodKeyBuilder targetClass、methodName、argTypes 的 hash 直接使用 String.hashCode() String.hashCode() 会被缓存,性能更好
MethodKeyBuilder.StrictMethodKeyBuilder - Class in com.jfinal.template.expr.ast
StrictMethodKeyBuilder targetClass、methodName、argTypes 三部分全部使用 fnv1a64 算法计算 hash
MethodKit - Class in com.jfinal.template.expr.ast
MethodKit
MethodKit() - Constructor for class com.jfinal.template.expr.ast.MethodKit
 
mget(Object...) - Method in class com.jfinal.plugin.redis.Cache
返回所有(一个或多个)给定 key 的值。 如果给定的 key 里面,有某个 key 不存在,那么这个 key 返回特殊值 nil 。因此,该命令永不失败。
migrate(String, int, Object, int, int) - Method in class com.jfinal.plugin.redis.Cache
将 key 原子性地从当前实例传送到目标实例的指定数据库上,一旦传送成功, key 保证会出现在目标实例上,而当前实例上的 key 会被删除。
MIN_SECONDS_OF_TOKEN_TIME_OUT - Static variable in interface com.jfinal.core.Const
 
MixedJsonFactory - Class in com.jfinal.json
JFinalJson 与 FastJson 混合做 json 转换 toJson 用 JFinalJson,parse 用 FastJson 注意: 1:需要添加 fastjson 相关 jar 包 2:parse 方法转对象依赖于 setter 方法 3:MixedJson 内部使用了 static 共享变量,在使用时不要改变其内部属性值,以免影响其它线程
MixedJsonFactory() - Constructor for class com.jfinal.json.MixedJsonFactory
 
Model<M extends Model> - Class in com.jfinal.plugin.activerecord
Model.
Model() - Constructor for class com.jfinal.plugin.activerecord.Model
 
modelBuilder - Variable in class com.jfinal.plugin.activerecord.dialect.Dialect
 
ModelBuilder - Class in com.jfinal.plugin.activerecord
ModelBuilder.
ModelBuilder() - Constructor for class com.jfinal.plugin.activerecord.ModelBuilder
 
modelContent - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
modelGenerator - Variable in class com.jfinal.plugin.activerecord.generator.Generator
 
ModelGenerator - Class in com.jfinal.plugin.activerecord.generator
Model 生成器
ModelGenerator(String, String, String) - Constructor for class com.jfinal.plugin.activerecord.generator.ModelGenerator
 
modelName - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
modelOutputDir - Variable in class com.jfinal.plugin.activerecord.generator.ModelGenerator
 
modelPackageName - Variable in class com.jfinal.plugin.activerecord.generator.ModelGenerator
 
ModelRecordElResolver - Class in com.jfinal.plugin.activerecord
ModelRecordElResolver
ModelRecordElResolver() - Constructor for class com.jfinal.plugin.activerecord.ModelRecordElResolver
 
move(Object, int) - Method in class com.jfinal.plugin.redis.Cache
将当前数据库的 key 移动到给定的数据库 db 当中。 如果当前数据库(源数据库)和给定数据库(目标数据库)有相同名字的给定 key ,或者 key 不存在于当前数据库,那么 MOVE 没有任何效果。 因此,也可以利用这一特性,将 MOVE 当作锁(locking)原语(primitive)。
mset(Object...) - Method in class com.jfinal.plugin.redis.Cache
同时设置一个或多个 key-value 对。 如果某个给定 key 已经存在,那么 MSET 会用新值覆盖原来的旧值,如果这不是你所希望的效果,请考虑使用 MSETNX 命令:它只会在所有给定 key 都不存在的情况下进行设置操作。 MSET 是一个原子性(atomic)操作,所有给定 key 都会在同一时间内被设置,某些给定 key 被更新而另一些给定 key 没有改变的情况,不可能发生。
MultipartRequest - Class in com.jfinal.upload
MultipartRequest.
MultipartRequest(HttpServletRequest, String, int, String) - Constructor for class com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, String, int) - Constructor for class com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, String) - Constructor for class com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest) - Constructor for class com.jfinal.upload.MultipartRequest
 
MysqlDialect - Class in com.jfinal.plugin.activerecord.dialect
MysqlDialect.
MysqlDialect() - Constructor for class com.jfinal.plugin.activerecord.dialect.MysqlDialect
 

N

name - Variable in class com.jfinal.plugin.activerecord.generator.ColumnMeta
 
name - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
name - Variable in class com.jfinal.plugin.redis.Cache
 
NameSpaceDirective - Class in com.jfinal.plugin.activerecord.sql
NameSpaceDirective
NameSpaceDirective() - Constructor for class com.jfinal.plugin.activerecord.sql.NameSpaceDirective
 
NestedTransactionHelpException - Exception in com.jfinal.plugin.activerecord
NestedTransactionHelpException
Notice the outer transaction that the nested transaction return false
NestedTransactionHelpException(String) - Constructor for exception com.jfinal.plugin.activerecord.NestedTransactionHelpException
 
newInstance(Class<?>) - Static method in class com.jfinal.kit.ReflectKit
 
next - Variable in class com.jfinal.handler.Handler
The next handler
nextHandler - Variable in class com.jfinal.handler.Handler
Deprecated.
normalRender() - Method in class com.jfinal.render.FileRender
 
NotAction - Class in com.jfinal.ext.interceptor
NotAction
NotAction() - Constructor for class com.jfinal.ext.interceptor.NotAction
 
notBlank(String) - Static method in class com.jfinal.kit.StrKit
 
notBlank(String...) - Static method in class com.jfinal.kit.StrKit
 
notEmpty(Object) - Method in class com.jfinal.template.ext.sharedmethod.SharedMethodLib
 
notExpired() - Method in class com.jfinal.captcha.Captcha
 
notJump() - Method in class com.jfinal.template.stat.Ctrl
 
notNull(Object) - Method in class com.jfinal.kit.JMap
Deprecated.
key 存在,并且 value 不为 null
notNull(Object) - Method in class com.jfinal.kit.Kv
key 存在,并且 value 不为 null
notNull(Object) - Method in class com.jfinal.kit.Okv
key 存在,并且 value 不为 null
notNull(Object) - Method in class com.jfinal.kit.Ret
key 存在,并且 value 不为 null
notNull(Object...) - Static method in class com.jfinal.kit.StrKit
 
notNullSafe() - Method in class com.jfinal.template.stat.Ctrl
 
NoUrlPara - Class in com.jfinal.ext.interceptor
Force action no urlPara, otherwise render error 404.
NoUrlPara() - Constructor for class com.jfinal.ext.interceptor.NoUrlPara
 
NowDirective - Class in com.jfinal.template.ext.directive
输出当前时间,默认考虑是输出时间,给 pattern 输出可能是 Date、DateTime、Timestamp 带 String 参数,表示 pattern
NowDirective() - Constructor for class com.jfinal.template.ext.directive.NowDirective
 
NULL - Static variable in class com.jfinal.template.expr.ast.Const
 
NULL_EXPR - Static variable in class com.jfinal.template.expr.ast.ExprList
 
NULL_EXPR_ARRAY - Static variable in class com.jfinal.template.expr.ast.ExprList
 
NULL_EXPR_LIST - Static variable in class com.jfinal.template.expr.ast.ExprList
 
NULL_INTERS - Static variable in class com.jfinal.aop.InterceptorManager
 
NULL_OBJECT_ARRAY - Static variable in class com.jfinal.template.expr.ast.ExprList
 
NULL_STAT - Static variable in class com.jfinal.template.stat.ast.StatList
 
NULL_STAT_ARRAY - Static variable in class com.jfinal.template.stat.ast.StatList
 
NullExpr - Class in com.jfinal.template.expr.ast
NullExpr
NullRender - Class in com.jfinal.render
NullRender.
NullRender() - Constructor for class com.jfinal.render.NullRender
 
NullSafe - Class in com.jfinal.template.expr.ast
NullSafe 在原则上只支持具有动态特征的用法,例如:方法调用、字段取值、Map 与 List 取值 而不支持具有静态特征的用法,例如:static method 调用、shared method 调用 用法: #( seoTitle ?? "JFinal 极速开发社区" ) 支持级联: #( a.b.c ?? "JFinal 极速开发社区" ) 支持嵌套: #( a ?? b ?? c ?? d)
NullSafe(Expr, Expr, Location) - Constructor for class com.jfinal.template.expr.ast.NullSafe
 
NullStat - Class in com.jfinal.template.stat.ast
NullStat
NumberDirective - Class in com.jfinal.template.ext.directive
#number 数字格式化输出指令 两种用法: 1:#number(n) 用默认 pattern 输出变量中的值 2:#number(n, "#.##") 用第二个参数指定的 pattern 输出变量中的值 注意: 1:pattern 的使用与 java.text.DecimalFormat 的完全一样 在拿不定主意的时候可以在搜索引擎中搜索关键字:DecimalFormat 2:#number 指令中的参数可以是变量,例如:#number(n, p) 中的 n 与 p 可以全都是变量
NumberDirective() - Constructor for class com.jfinal.template.ext.directive.NumberDirective
 
NumTok - Class in com.jfinal.template.expr
NumToken 封装所有数值类型,并进行类型转换,以便尽早抛出异常 java 数值类型规则: 1:科学计数法默认为 double 类型,通过 Object v = 123E1; 测试可知 2:出现小数点的浮点数默认为 double 类型,无需指定 D/d 后缀。 而 float 类型必须指令 F/f 后缀 3:double、float (出现小数点即为浮点数) 只支持 10 进制:16 进制形式去书写直接报错,8 进制形式去书写被当成 10 进制 4:16 进制不支持科学计数法,因为 E/e 后缀会被当成是普通的 16 进制数字,而 +/- 号则被当成了加/减法运算 5: 8 进制在本质上不支持科学计数法,010E1 这样的科学计数写法会被当成 10 进制,去掉后面的 E1 变为 010 时才被当成 8 进制 6:所以 16 8 进制都不支持科学计数法,结论是对科学计数法的类型转换无需指定 radix 参数,而 BigDecimal 正好也不支持这个参数 概要: 1:16 8 进制不支持浮点数 前者直接报错,后者直接忽略前缀 0 并当作 10 进制处理 2:16 8 进制不支持科学计数法 虽然二者在书写方式上被允许写成 16 8 进制,但只将其当成 10 进制处理,前者将 E/e 当成16进制数字 后者忽略前缀 0 当成 10 进制处理,即看似 8 进制的科学计数法,实质是 10 进制科学计数法 3: 科学计数法在本质上是 double,所以总结为一点 ---> 16 8 进制只支持整型数据

O

objectIdletime(Object) - Method in class com.jfinal.plugin.redis.Cache
对象没有被访问的空闲时间
objectMapper - Variable in class com.jfinal.json.Jackson
 
objectOfExtensionClass - Variable in class com.jfinal.template.expr.ast.MethodInfoExt
 
objectRefcount(Object) - Method in class com.jfinal.plugin.redis.Cache
对象被引用的数量
ok() - Static method in class com.jfinal.kit.JMap
Deprecated.
 
ok(Object, Object) - Static method in class com.jfinal.kit.JMap
Deprecated.
 
ok() - Static method in class com.jfinal.kit.Kv
Deprecated.
ok(Object, Object) - Static method in class com.jfinal.kit.Kv
Deprecated.
ok() - Static method in class com.jfinal.kit.Ret
 
ok(Object, Object) - Static method in class com.jfinal.kit.Ret
 
Okv - Class in 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() - Constructor for class com.jfinal.kit.Okv
 
onChange() - Method in class com.jfinal.server.Scanner
 
OneConnectionPerThread - Class in com.jfinal.plugin.activerecord
One Connection Per Thread for one request.
warning: can not use this interceptor with transaction feature like Tx, Db.tx(...)
OneConnectionPerThread() - Constructor for class com.jfinal.plugin.activerecord.OneConnectionPerThread
 
OracleDialect - Class in com.jfinal.plugin.activerecord.dialect
OracleDialect.
OracleDialect() - Constructor for class com.jfinal.plugin.activerecord.dialect.OracleDialect
 
OrderedFieldContainerFactory - Class in com.jfinal.plugin.activerecord
用于支持查询出来的字段次序与 select a, b, c...
OrderedFieldContainerFactory() - Constructor for class com.jfinal.plugin.activerecord.OrderedFieldContainerFactory
 
OreillyCos - Class in com.jfinal.upload
OreillyCos.
OreillyCos() - Constructor for class com.jfinal.upload.OreillyCos
 
otherPara - Variable in class com.jfinal.plugin.ehcache.RenderInfo
 
otherToJson(Object, int) - Method in class com.jfinal.json.JFinalJson
 
Output - Class in com.jfinal.template.stat.ast
Output 输出指令 用法: 1:#(value) 2:#(x = 1, y = 2, x + y) 3:#(seoTitle ?? 'JFinal 极速开发社区')
Output(ExprList, Location) - Constructor for class com.jfinal.template.stat.ast.Output
 
OutputDirectiveFactory - Class in com.jfinal.template
OutputDirectiveFactory
OutputDirectiveFactory() - Constructor for class com.jfinal.template.OutputDirectiveFactory
 

P

Page<T> - Class in com.jfinal.plugin.activerecord
Page is the result of Model.paginate(......) or Db.paginate(......)
Page(List<T>, int, int, int, int) - Constructor for class com.jfinal.plugin.activerecord.Page
Constructor.
Page() - Constructor for class com.jfinal.plugin.activerecord.Page
 
PageSqlKit - Class in com.jfinal.plugin.activerecord
PageSqlKit
PageSqlKit() - Constructor for class com.jfinal.plugin.activerecord.PageSqlKit
 
paginate(Connection, int, int, String, String, Object...) - Static method in class com.jfinal.plugin.activerecord.CPI
 
paginate(String, Connection, int, int, String, String, Object...) - Static method in class com.jfinal.plugin.activerecord.CPI
 
paginate(int, int, String, String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
Paginate.
paginate(int, int, boolean, String, String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
paginate(int, int, String, String) - Static method in class com.jfinal.plugin.activerecord.Db
 
paginate(int, int, SqlPara) - Static method in class com.jfinal.plugin.activerecord.Db
 
paginate(int, int, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
Paginate.
paginate(int, int, String, String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
paginate(int, int, boolean, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
paginate(int, int, SqlPara) - Method in class com.jfinal.plugin.activerecord.DbPro
 
paginate(int, int, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.Model
Paginate.
paginate(int, int, String, String) - Method in class com.jfinal.plugin.activerecord.Model
 
paginate(int, int, boolean, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.Model
指定分页 sql 最外层以是否含有 group by 语句
paginate(int, int, SqlPara) - Method in class com.jfinal.plugin.activerecord.Model
 
paginateByCache(String, Object, int, int, String, String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
Paginate by cache.
paginateByCache(String, Object, int, int, boolean, String, String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
paginateByCache(String, Object, int, int, String, String) - Static method in class com.jfinal.plugin.activerecord.Db
 
paginateByCache(String, Object, int, int, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
Paginate by cache.
paginateByCache(String, Object, int, int, String, String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
paginateByCache(String, Object, int, int, boolean, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
paginateByCache(String, Object, int, int, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.Model
Paginate by cache.
paginateByCache(String, Object, int, int, String, String) - Method in class com.jfinal.plugin.activerecord.Model
 
paginateByCache(String, Object, int, int, boolean, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.Model
 
paginateByFullSql(int, int, String, String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
paginateByFullSql(int, int, boolean, String, String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
paginateByFullSql(int, int, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
paginateByFullSql(int, int, boolean, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
paginateByFullSql(int, int, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.Model
 
paginateByFullSql(int, int, boolean, String, String, Object...) - Method in class com.jfinal.plugin.activerecord.Model
 
ParaDirective - Class in com.jfinal.plugin.activerecord.sql
#para 指令用于在 sql 模板中根据参数名生成问号占位以及查询参数
ParaDirective() - Constructor for class com.jfinal.plugin.activerecord.sql.ParaDirective
 
ParaToken - Class in com.jfinal.template.stat
ParaToken
ParaToken(StringBuilder, int) - Constructor for class com.jfinal.template.stat.ParaToken
 
paraTypes - Variable in class com.jfinal.template.expr.ast.MethodInfo
 
parse(String, Class<T>) - Method in class com.jfinal.json.FastJson
 
parse(String, Class<T>) - Method in class com.jfinal.json.Jackson
 
parse(String, Class<T>) - Method in class com.jfinal.json.JFinalJson
 
parse(String, Class<T>) - Method in class com.jfinal.json.Json
 
parse(String, Class<T>) - Static method in class com.jfinal.kit.JsonKit
 
parse() - Method in class com.jfinal.template.stat.Parser
 
ParseException - Exception in com.jfinal.template.stat
ParseException 词法、语法错误
ParseException(String, Location) - Constructor for exception com.jfinal.template.stat.ParseException
 
ParseException(String, Location, Throwable) - Constructor for exception com.jfinal.template.stat.ParseException
 
parseExprList() - Method in class com.jfinal.template.expr.ExprParser
 
parseForCtrl() - Method in class com.jfinal.template.expr.ExprParser
 
parsePageSql(String) - Static method in class com.jfinal.plugin.activerecord.PageSqlKit
 
Parser - Class in com.jfinal.template.stat
DLRD (Double Layer Recursive Descent) Parser
Parser(Env, StringBuilder, String) - Constructor for class com.jfinal.template.stat.Parser
 
parseSqlTemplate() - Method in class com.jfinal.plugin.activerecord.sql.SqlKit
 
password - Variable in class com.jfinal.plugin.redis.RedisPlugin
 
PathKit - Class in com.jfinal.kit
new File("..\path\abc.txt") 中的三个方法获取路径的方法 1: getPath() 获取相对路径,例如 ..\path\abc.txt 2: getAbsolutePath() 获取绝对路径,但可能包含 ".." 或 "." 字符,例如 D:\otherPath\..\path\abc.txt 3: getCanonicalPath() 获取绝对路径,但不包含 ".." 或 "." 字符,例如 D:\path\abc.txt
PathKit() - Constructor for class com.jfinal.kit.PathKit
 
persist(Object) - Method in class com.jfinal.plugin.redis.Cache
移除给定 key 的生存时间,将这个 key 从『易失的』(带生存时间 key )转换成『持久的』(一个不带生存时间、永不过期的 key )。
pexpire(Object, long) - Method in class com.jfinal.plugin.redis.Cache
这个命令和 EXPIRE 命令的作用类似,但是它以毫秒为单位设置 key 的生存时间,而不像 EXPIRE 命令那样,以秒为单位。
pexpireAt(Object, long) - Method in class com.jfinal.plugin.redis.Cache
这个命令和 EXPIREAT 命令类似,但它以毫秒为单位设置 key 的过期 unix 时间戳,而不是像 EXPIREAT 那样,以秒为单位。
ping() - Method in class com.jfinal.plugin.redis.Cache
使用客户端向 Redis 服务器发送一个 PING ,如果服务器运作正常的话,会返回一个 PONG 。 通常用于测试与服务器的连接是否仍然生效,或者用于测量延迟值。
Plugins - Class in com.jfinal.config
Plugins.
Plugins() - Constructor for class com.jfinal.config.Plugins
 
port - Variable in class com.jfinal.plugin.redis.RedisPlugin
 
POST - Class in com.jfinal.ext.interceptor
Accept POST method only.
POST() - Constructor for class com.jfinal.ext.interceptor.POST
 
post(String, Map<String, String>, String, Map<String, String>) - Static method in class com.jfinal.kit.HttpKit
Send POST request
post(String, Map<String, String>, String) - Static method in class com.jfinal.kit.HttpKit
 
post(String, String, Map<String, String>) - Static method in class com.jfinal.kit.HttpKit
 
post(String, String) - Static method in class com.jfinal.kit.HttpKit
 
PostgreSqlDialect - Class in com.jfinal.plugin.activerecord.dialect
PostgreSqlDialect.
PostgreSqlDialect() - Constructor for class com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
primaryKey - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
print() - Method in class com.jfinal.template.stat.ParaToken
 
processGeneratedBigIntegerKey(Model<?>, String, Object) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
mysql 数据库的 bigint unsigned 对应的 java 类型为 BigInteger 但是 rs.getObject(1) 返回值为 Long 型,造成 model.save() 以后 model.getId() 时的类型转换异常
processIsInJarAndlastModified() - Method in class com.jfinal.template.source.ClassPathSource
 
processRange(Long[]) - Method in class com.jfinal.render.FileRender
Examples of byte-ranges-specifier values (assuming an entity-body of length 10000): The first 500 bytes (byte offsets 0-499, inclusive): bytes=0-499 The second 500 bytes (byte offsets 500-999, inclusive): bytes=500-999 The final 500 bytes (byte offsets 9500-9999, inclusive): bytes=-500 Or bytes=9500-
prop - Variable in class com.jfinal.config.JFinalConfig
 
Prop - Class in com.jfinal.kit
Prop.
Prop(String) - Constructor for class com.jfinal.kit.Prop
Prop constructor.
Prop(String, String) - Constructor for class com.jfinal.kit.Prop
Prop constructor
Prop(File) - Constructor for class com.jfinal.kit.Prop
Prop constructor.
Prop(File, String) - Constructor for class com.jfinal.kit.Prop
Prop constructor
PropKit - Class in com.jfinal.kit
PropKit.
PrototypeInterceptor - Class in com.jfinal.aop
PrototypeInterceptor.
PrototypeInterceptor() - Constructor for class com.jfinal.aop.PrototypeInterceptor
 
pttl(Object) - Method in class com.jfinal.plugin.redis.Cache
这个命令类似于 TTL 命令,但它以毫秒为单位返回 key 的剩余生存时间,而不是像 TTL 命令那样,以秒为单位。
put(Captcha) - Method in class com.jfinal.captcha.CaptchaCache
 
put(Captcha) - Method in interface com.jfinal.captcha.ICaptchaCache
 
put(String, Object, Object) - Method in class com.jfinal.plugin.activerecord.cache.EhCache
 
put(String, Object, Object) - Method in interface com.jfinal.plugin.activerecord.cache.ICache
 
put(String, V) - Method in class com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
put(String, V) - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
put(String, Object) - Method in class com.jfinal.plugin.activerecord.Model
Put key value pair to the model without check attribute name.
put(Map<String, Object>) - Method in class com.jfinal.plugin.activerecord.Model
Put map to the model without check attribute name.
put(Model) - Method in class com.jfinal.plugin.activerecord.Model
Put other model to the model without check attribute name.
put(Record) - Method in class com.jfinal.plugin.activerecord.Model
Put record to the model without check attribute name.
put(String, Object, Object) - Static method in class com.jfinal.plugin.ehcache.CacheKit
 
put(Object, Object) - Method in class com.jfinal.template.ext.spring.JFinalView.InnerSession
覆盖 HashMap 的 put
put(Token) - Method in interface com.jfinal.token.ITokenCache
 
putAll(Map<? extends String, ? extends V>) - Method in class com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
putAll(Map<? extends String, ? extends V>) - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
putTable(Table) - Method in class com.jfinal.plugin.activerecord.TableMapping
 
putValue(String, Object) - Method in class com.jfinal.ext.interceptor.SessionInViewInterceptor.JFinalSession
 
putValue(String, Object) - Method in class com.jfinal.template.ext.spring.JFinalView.InnerSession
 

Q

QrCodeRender - Class in com.jfinal.render
QrCodeRender 生成二维码
QrCodeRender(String, int, int) - Constructor for class com.jfinal.render.QrCodeRender
构造方法,经测试不指定纠错参数时,默认使用的是 'L' 最低级别纠错参数
QrCodeRender(String, int, int, ErrorCorrectionLevel) - Constructor for class 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) - Constructor for class com.jfinal.render.QrCodeRender
带有纠错级别参数的构造方法,纠错能力从高到低共有四个级别:'H'、'Q'、'M'、'L'
query(Connection, String, Object...) - Static method in class com.jfinal.plugin.activerecord.CPI
 
query(String, Connection, String, Object...) - Static method in class com.jfinal.plugin.activerecord.CPI
 
query(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
query(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
query(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
query(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryBigDecimal(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryBigDecimal(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryBigDecimal(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryBigDecimal(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryBoolean(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryBoolean(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryBoolean(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryBoolean(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryByte(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryByte(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryByte(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryByte(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryBytes(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryBytes(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryBytes(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryBytes(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryColumn(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
Execute sql query just return one column.
queryColumn(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryColumn(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
Execute sql query just return one column.
queryColumn(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryDate(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryDate(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryDate(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryDate(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryDouble(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryDouble(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryDouble(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryDouble(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryFirst(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
Execute sql query and return the first result.
queryFirst(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryFirst(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
Execute sql query and return the first result.
queryFirst(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryFloat(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryFloat(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryFloat(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryFloat(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryInt(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryInt(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryInt(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryInt(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryLong(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryLong(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryLong(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryLong(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryNumber(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryNumber(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryNumber(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryNumber(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryShort(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryShort(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryShort(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryShort(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryStr(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryStr(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryStr(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryStr(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryTime(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryTime(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryTime(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryTime(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryTimestamp(String, Object...) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryTimestamp(String) - Static method in class com.jfinal.plugin.activerecord.Db
 
queryTimestamp(String, Object...) - Method in class com.jfinal.plugin.activerecord.DbPro
 
queryTimestamp(String) - Method in class com.jfinal.plugin.activerecord.DbPro
 

R

random - Static variable in class com.jfinal.captcha.CaptchaRender
 
random - Static variable in class com.jfinal.ext.kit.SessionIdKit
 
RANDOM_FONT - Static variable in class com.jfinal.captcha.CaptchaRender
 
RandomDirective - Class in com.jfinal.template.ext.directive
输出 int 型随机数
RandomDirective() - Constructor for class com.jfinal.template.ext.directive.RandomDirective
 
randomKey() - Method in class com.jfinal.plugin.redis.Cache
从当前数据库中随机返回(不删除)一个 key 。
RangeArray - Class in com.jfinal.template.expr.ast
RangeArray : [expr ..
RangeArray(Expr, Expr, Location) - Constructor for class com.jfinal.template.expr.ast.RangeArray
array : '[' exprList ? | range ? ']' exprList : expr (',' expr)* range : expr ..
RangeArray.RangeList - Class in com.jfinal.template.expr.ast
 
RangeList(int, int, Location) - Constructor for class com.jfinal.template.expr.ast.RangeArray.RangeList
 
rangeRender() - Method in class com.jfinal.render.FileRender
 
readData(HttpServletRequest) - Static method in class com.jfinal.kit.HttpKit
 
readIncommingRequestData(HttpServletRequest) - Static method in class com.jfinal.kit.HttpKit
Deprecated.
rebuildColumnMetas(List<TableMeta>) - Method in class com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
Record - Class in com.jfinal.plugin.activerecord
Record
Record() - Constructor for class com.jfinal.plugin.activerecord.Record
 
recordBuilder - Variable in class com.jfinal.plugin.activerecord.dialect.Dialect
 
RecordBuilder - Class in com.jfinal.plugin.activerecord
RecordBuilder.
RecordBuilder() - Constructor for class com.jfinal.plugin.activerecord.RecordBuilder
 
redirect(String) - Method in class com.jfinal.core.Controller
Redirect to url
redirect(String, boolean) - Method in class com.jfinal.core.Controller
Redirect to url
redirect(String, HttpServletRequest, HttpServletResponse, boolean[]) - Static method in class com.jfinal.kit.HandlerKit
 
redirect301(String) - Method in class com.jfinal.core.Controller
Render with url and 301 status
redirect301(String, boolean) - Method in class com.jfinal.core.Controller
Render with url and 301 status
redirect301(String, HttpServletRequest, HttpServletResponse, boolean[]) - Static method in class com.jfinal.kit.HandlerKit
 
Redirect301Render - Class in com.jfinal.render
Redirect301Render.
Redirect301Render(String) - Constructor for class com.jfinal.render.Redirect301Render
 
Redirect301Render(String, boolean) - Constructor for class com.jfinal.render.Redirect301Render
 
RedirectRender - Class in com.jfinal.render
RedirectRender with status: 302 Found.
RedirectRender(String) - Constructor for class com.jfinal.render.RedirectRender
 
RedirectRender(String, boolean) - Constructor for class com.jfinal.render.RedirectRender
 
Redis - Class in com.jfinal.plugin.redis
Redis.
Redis() - Constructor for class com.jfinal.plugin.redis.Redis
 
RedisInterceptor - Class in com.jfinal.plugin.redis
RedisInterceptor 用于在同一线程中共享同一个 jedis 对象,提升性能.
RedisInterceptor() - Constructor for class com.jfinal.plugin.redis.RedisInterceptor
 
RedisPlugin - Class in com.jfinal.plugin.redis
RedisPlugin.
RedisPlugin(String, String) - Constructor for class com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int) - Constructor for class com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int) - Constructor for class com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int, String) - Constructor for class com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int, String, int) - Constructor for class com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int, String, int, String) - Constructor for class com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, String) - Constructor for class com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, String) - Constructor for class com.jfinal.plugin.redis.RedisPlugin
 
ReflectKit - Class in com.jfinal.kit
反射工具类
ReflectKit() - Constructor for class com.jfinal.kit.ReflectKit
 
regist(Class<T>, IConverter<T>) - Method in class com.jfinal.core.converter.TypeConverter
 
remarks - Variable in class com.jfinal.plugin.activerecord.generator.ColumnMeta
 
remarks - Variable in class com.jfinal.plugin.activerecord.generator.TableMeta
 
remove(String) - Method in class com.jfinal.captcha.CaptchaCache
 
remove(String) - Method in interface com.jfinal.captcha.ICaptchaCache
 
remove(String, Object) - Method in class com.jfinal.plugin.activerecord.cache.EhCache
 
remove(String, Object) - Method in interface com.jfinal.plugin.activerecord.cache.ICache
 
remove(Object) - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoMap
 
remove(Object) - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
remove(String) - Method in class com.jfinal.plugin.activerecord.Model
Remove attribute of this model.
remove(String...) - Method in class com.jfinal.plugin.activerecord.Model
Remove attributes of this model.
remove(String) - Method in class com.jfinal.plugin.activerecord.Record
Remove attribute of this record.
remove(String...) - Method in class com.jfinal.plugin.activerecord.Record
Remove columns of this record.
remove(String, Object) - Static method in class com.jfinal.plugin.ehcache.CacheKit
 
remove(String) - Static method in class com.jfinal.template.Engine
Remove engine with engine name managed by JFinal
remove(Object) - Method in class com.jfinal.template.stat.Scope
移除变量 自内向外在作用域栈中查找变量,移除最先找到的变量
remove(Token) - Method in interface com.jfinal.token.ITokenCache
 
removeAll() - Method in class com.jfinal.captcha.CaptchaCache
 
removeAll() - Method in interface com.jfinal.captcha.ICaptchaCache
 
removeAll(String) - Method in class com.jfinal.plugin.activerecord.cache.EhCache
 
removeAll(String) - Method in interface com.jfinal.plugin.activerecord.cache.ICache
 
removeAll(Collection<?>) - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
removeAll(String) - Static method in class com.jfinal.plugin.ehcache.CacheKit
 
removeAllTemplateCache() - Method in class com.jfinal.template.Engine
Remove all template cache
removeAttr(String) - Method in class com.jfinal.core.Controller
Removes an attribute from this request
removeAttr(String) - Method in interface com.jfinal.plugin.auth.ISession
 
removeAttribute(String) - Method in class com.jfinal.ext.interceptor.SessionInViewInterceptor.JFinalSession
 
removeAttribute(String) - Method in class com.jfinal.template.ext.spring.JFinalView.InnerSession
 
removeCache(String) - Static method in class com.jfinal.plugin.redis.Redis
 
removeConfig(String) - Static method in class com.jfinal.plugin.activerecord.DbKit
 
removeCookie(String) - Method in class com.jfinal.core.Controller
Remove Cookie.
removeCookie(String, String) - Method in class com.jfinal.core.Controller
Remove Cookie.
removeCookie(String, String, String) - Method in class com.jfinal.core.Controller
Remove Cookie.
removeDirective(String) - Method in class com.jfinal.template.Engine
Remove directive
removeDirective(String) - Method in class com.jfinal.template.EngineConfig
 
removedTableNamePrefixes - Variable in class com.jfinal.plugin.activerecord.generator.MetaBuilder
 
removeExcludedAttrs(String...) - Static method in class com.jfinal.render.JsonRender
 
removeExtensionMethod(Class<?>, Object) - Static method in class com.jfinal.template.Engine
 
removeExtensionMethod(Class<?>, Class<?>) - Static method in class com.jfinal.template.Engine
 
removeExtensionMethod(Class<?>, Object) - Static method in class com.jfinal.template.expr.ast.MethodKit
 
removeExtensionMethod(Class<?>, Class<?>) - Static method in class com.jfinal.template.expr.ast.MethodKit
 
removeGlobal(Object) - Method in class com.jfinal.template.stat.Scope
移除全局变量 全局作用域是指本次请求的整个 template
removeKeyword(String) - Method in class com.jfinal.kit.JavaKeyword
 
removeLocal(Object) - Method in class com.jfinal.template.stat.Scope
移除局部变量
removeNullValueAttrs() - Method in class com.jfinal.plugin.activerecord.Model
Remove attributes if it is null.
removeNullValueColumns() - Method in class com.jfinal.plugin.activerecord.Record
Remove columns if it is null.
removeRecordSerializer() - Method in class com.jfinal.json.FastJsonFactory
移除 FastJsonRecordSerializer 仅为了与 jfinal 3.3 版本之前版本的行为保持一致
removeSession(String) - Method in class com.jfinal.plugin.auth.SessionKit
 
removeSessionAttr(String) - Method in class com.jfinal.core.Controller
Remove Object in session.
removeSharedMethod(String) - Method in class com.jfinal.template.Engine
Remove shared Method with method name
removeSharedMethod(Class<?>) - Method in class com.jfinal.template.Engine
Remove shared Method of the Class
removeSharedMethod(Method) - Method in class com.jfinal.template.Engine
Remove shared Method
removeSharedMethod(String) - Method in class com.jfinal.template.EngineConfig
Remove shared Method with method name
removeSharedMethod(Class<?>) - Method in class com.jfinal.template.EngineConfig
Remove shared Method of the Class
removeSharedMethod(Method) - Method in class com.jfinal.template.EngineConfig
Remove shared Method
removeSharedMethod(String) - Method in class com.jfinal.template.expr.ast.SharedMethodKit
 
removeSharedMethod(Class<?>) - Method in class com.jfinal.template.expr.ast.SharedMethodKit
 
removeSharedMethod(Method) - Method in class com.jfinal.template.expr.ast.SharedMethodKit
 
removeTemplateCache(String) - Method in class com.jfinal.template.Engine
Remove template cache with template key
removeThreadLocalConnection() - Method in class com.jfinal.plugin.activerecord.Config
 
removeThreadLocalJedis() - Method in class com.jfinal.plugin.redis.Cache
 
removeValue(String) - Method in class com.jfinal.ext.interceptor.SessionInViewInterceptor.JFinalSession
 
removeValue(String) - Method in class com.jfinal.template.ext.spring.JFinalView.InnerSession
 
rename(Object, Object) - Method in class com.jfinal.plugin.redis.Cache
将 key 改名为 newkey 。 当 key 和 newkey 相同,或者 key 不存在时,返回一个错误。 当 newkey 已经存在时, RENAME 命令将覆盖旧值。
render() - Method in class com.jfinal.captcha.CaptchaRender
生成验证码
render(Render) - Method in class com.jfinal.core.Controller
Render with any Render which extends Render
render(String) - Method in class com.jfinal.core.Controller
Render with view use default type Render configured in JFinalConfig
render(String, int) - Method in class com.jfinal.core.Controller
Render with view and status use default type Render configured in JFinalConfig
render() - Method in class com.jfinal.core.ForwardActionRender
 
render() - Method in class com.jfinal.ext.render.CaptchaRender
Deprecated.
 
render() - Method in class com.jfinal.ext.render.StaticHtmlRender
 
render() - Method in class com.jfinal.render.ErrorRender
 
render() - Method in class com.jfinal.render.FileRender
 
render() - Method in class com.jfinal.render.FreeMarkerRender
 
render() - Method in class com.jfinal.render.JsonRender
 
render() - Method in class com.jfinal.render.JspRender
 
render() - Method in class com.jfinal.render.NullRender
Render nothing
render() - Method in class com.jfinal.render.QrCodeRender
 
render() - Method in class com.jfinal.render.Redirect301Render
 
render() - Method in class com.jfinal.render.RedirectRender
 
Render - Class in com.jfinal.render
Render.
Render() - Constructor for class com.jfinal.render.Render
 
render() - Method in class com.jfinal.render.Render
Render to client
render() - Method in class com.jfinal.render.TemplateRender
 
render() - Method in class com.jfinal.render.TextRender
 
render() - Method in class com.jfinal.render.VelocityRender
 
render(Map<?, ?>, OutputStream) - Method in class com.jfinal.template.Template
渲染到 OutputStream 中去
render(OutputStream) - Method in class com.jfinal.template.Template
支持无 data 参数,渲染到 OutputStream 中去
适用于数据在模板中通过表达式和语句直接计算得出等等应用场景
render(Map<?, ?>, Writer) - Method in class com.jfinal.template.Template
渲染到 Writer 中去
render(Writer) - Method in class com.jfinal.template.Template
支持无 data 参数,渲染到 Writer 中去
适用于数据在模板中通过表达式和语句直接计算得出等等应用场景
render(Map<?, ?>, File) - Method in class com.jfinal.template.Template
渲染到 File 中去 适用于代码生成器类似应用场景
render(Map<?, ?>, String) - Method in class com.jfinal.template.Template
渲染到 String fileName 参数所指定的文件中去 适用于代码生成器类似应用场景
renderCaptcha() - Method in class com.jfinal.core.Controller
 
RenderDirective - Class in com.jfinal.template.ext.directive
#render 指令用于动态渲染子模板,作为 include 指令的补充
RenderDirective() - Constructor for class com.jfinal.template.ext.directive.RenderDirective
 
renderError(int, String) - Method in class com.jfinal.core.Controller
Render with view and errorCode status
renderError(int, Render) - Method in class com.jfinal.core.Controller
Render with render and errorCode status
renderError(int) - Method in class com.jfinal.core.Controller
Render with view and errorCode status configured in JFinalConfig
renderError404(String, HttpServletRequest, HttpServletResponse, boolean[]) - Static method in class com.jfinal.kit.HandlerKit
 
renderError404(HttpServletRequest, HttpServletResponse, boolean[]) - Static method in class com.jfinal.kit.HandlerKit
 
RenderException - Exception in com.jfinal.render
RenderException.
RenderException() - Constructor for exception com.jfinal.render.RenderException
 
RenderException(String) - Constructor for exception com.jfinal.render.RenderException
 
RenderException(Throwable) - Constructor for exception com.jfinal.render.RenderException
 
RenderException(String, Throwable) - Constructor for exception com.jfinal.render.RenderException
 
RenderFactory - Class in com.jfinal.render
RenderFactory.
RenderFactory() - Constructor for class com.jfinal.render.RenderFactory
 
renderFile(String) - Method in class com.jfinal.core.Controller
Render with file
renderFile(String, String) - Method in class com.jfinal.core.Controller
Render with file, using the new file name to the client
renderFile(File) - Method in class com.jfinal.core.Controller
Render with file
renderFile(File, String) - Method in class com.jfinal.core.Controller
Render with file, using the new file name to the client
renderFreeMarker(String) - Method in class com.jfinal.core.Controller
Render with freemarker view
renderHtml(String) - Method in class com.jfinal.core.Controller
Render with html text.
RenderInfo - Class in com.jfinal.plugin.ehcache
RenderInfo.
RenderInfo(Render) - Constructor for class com.jfinal.plugin.ehcache.RenderInfo
 
renderJavascript(String) - Method in class com.jfinal.core.Controller
Render with javascript text.
renderJson(String, Object) - Method in class com.jfinal.core.Controller
Render with json
renderJson() - Method in class com.jfinal.core.Controller
Render with json
renderJson(String[]) - Method in class com.jfinal.core.Controller
Render with attributes set by setAttr(...) before.
renderJson(String) - Method in class com.jfinal.core.Controller
Render with json text.
renderJson(Object) - Method in class com.jfinal.core.Controller
Render json with object.
renderJsp(String) - Method in class com.jfinal.core.Controller
Render with jsp view
renderManager - Static variable in class com.jfinal.core.ActionHandler
 
RenderManager - Class in com.jfinal.render
RenderManager.
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class com.jfinal.template.ext.spring.JFinalView
 
renderNull() - Method in class com.jfinal.core.Controller
Render nothing, no response to browser
renderQrCode(String, int, int) - Method in class com.jfinal.core.Controller
渲染二维码
renderQrCode(String, int, int, char) - Method in class com.jfinal.core.Controller
渲染二维码,并指定纠错级别
renderTemplate(String) - Method in class com.jfinal.core.Controller
Render with JFinal template
renderText(String) - Method in class com.jfinal.core.Controller
Render with text.
renderText(String, String) - Method in class com.jfinal.core.Controller
Render with text and content type.
renderText(String, ContentType) - Method in class com.jfinal.core.Controller
Render with text and ContentType.
renderToString(String, Map) - Method in class 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<?, ?>) - Method in class com.jfinal.template.Template
渲染到 String 中去
renderToStringBuilder(Map<?, ?>) - Method in class com.jfinal.template.Template
渲染到 StringBuilder 中去
renderType - Variable in class com.jfinal.plugin.ehcache.RenderInfo
 
RenderType - Class in com.jfinal.plugin.ehcache
RenderType
RenderType() - Constructor for class com.jfinal.plugin.ehcache.RenderType
 
renderVelocity(String) - Method in class com.jfinal.core.Controller
Render with velocity view
renderXml(String) - Method in class com.jfinal.core.Controller
Render with xml view using freemarker.
replaceOrderBy(String) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
 
report(String, Controller, Action) - Static method in class com.jfinal.core.ActionReporter
Report the action
request - Variable in class com.jfinal.render.Render
 
requiredViewClass() - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
 
Res - Class in com.jfinal.i18n
Res is used to get the message value from the ResourceBundle of the related Locale.
Res(String, String) - Constructor for class com.jfinal.i18n.Res
 
response - Variable in class com.jfinal.render.Render
 
Restful - Class in 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() - Constructor for class com.jfinal.ext.interceptor.Restful
 
Ret - Class in com.jfinal.kit
Ret 用于返回值封装,也用于服务端与客户端的 json 数据通信
Ret() - Constructor for class com.jfinal.kit.Ret
 
retainAll(Collection<?>) - Method in class com.jfinal.plugin.activerecord.DaoContainerFactory.DaoSet
 
Return - Class in com.jfinal.template.stat.ast
Return 通常用于 #define 指令内部,不支持返回值
Route(String, Class<? extends Controller>, String) - Constructor for class com.jfinal.config.Routes.Route
 
Routes - Class in com.jfinal.config
Routes.
Routes() - Constructor for class com.jfinal.config.Routes
 
routes - Variable in class com.jfinal.core.ActionMapping
 
Routes.Route - Class in com.jfinal.config
 
RoutesHandler - Class in com.jfinal.ext.handler
RoutesHandler.
RoutesHandler() - Constructor for class com.jfinal.ext.handler.RoutesHandler
 
rpop(Object) - Method in class com.jfinal.plugin.redis.Cache
移除并返回列表 key 的尾元素。
rpoplpush(Object, Object) - Method in class com.jfinal.plugin.redis.Cache
命令 RPOPLPUSH 在一个原子时间内,执行以下两个动作: 将列表 source 中的最后一个元素(尾元素)弹出,并返回给客户端。 将 source 弹出的元素插入到列表 destination ,作为 destination 列表的的头元素。
rpush(Object, Object...) - Method in class com.jfinal.plugin.redis.Cache
将一个或多个值 value 插入到列表 key 的表尾(最右边)。 如果有多个 value 值,那么各个 value 值按从左到右的顺序依次插入到表尾:比如 对一个空列表 mylist 执行 RPUSH mylist a b c ,得出的结果列表为 a b c , 等同于执行命令 RPUSH mylist a 、 RPUSH mylist b 、 RPUSH mylist c 。 如果 key 不存在,一个空列表会被创建并执行 RPUSH 操作。 当 key 存在但不是列表类型时,返回一个错误。
run() - Method in interface com.jfinal.plugin.activerecord.IAtom
Place codes here that need transaction support.

S

sadd(Object, Object...) - Method in class com.jfinal.plugin.redis.Cache
将一个或多个 member 元素加入到集合 key 当中,已经存在于集合的 member 元素将被忽略。 假如 key 不存在,则创建一个只包含 member 元素作成员的集合。 当 key 不是集合类型时,返回一个错误。
save(String, String, Record) - Static method in class com.jfinal.plugin.activerecord.Db
Save record.
save(String, Record) - Static method in class com.jfinal.plugin.activerecord.Db
 
save(String, String, Record) - Method in class com.jfinal.plugin.activerecord.DbPro
Save record.
save(String, Record) - Method in class com.jfinal.plugin.activerecord.DbPro
 
save() - Method in class com.jfinal.plugin.activerecord.Model
Save model.
Scanner - Class in com.jfinal.server
Scanner.
Scanner(String, int) - Constructor for class com.jfinal.server.Scanner
 
scard(Object) - Method in class com.jfinal.plugin.redis.Cache
返回集合 key 的基数(集合中元素的数量)。
Scope - Class in com.jfinal.template.stat
Scope 1:顶层 scope.parent 为 null 2:scope.set(...) 自内向外查找赋值 3:scope.get(...) 自内向外查找获取
Scope(Map, Map<String, Object>) - Constructor for class com.jfinal.template.stat.Scope
构建顶层 Scope, parent 为 null 是顶层 Scope 的标志
Scope(Scope) - Constructor for class com.jfinal.template.stat.Scope
构建 AST 执行过程中作用域栈
sdiff(Object...) - Method in class com.jfinal.plugin.redis.Cache
返回一个集合的全部成员,该集合是所有给定集合之间的差集。 不存在的 key 被视为空集。
select(int) - Method in class com.jfinal.plugin.redis.Cache
切换到指定的数据库,数据库索引号 index 用数字值指定,以 0 作为起始索引值。 默认使用 0 号数据库。 注意:在 Jedis 对象被关闭时,数据库又会重新被设置为初始值,所以本方法 select(...) 正常工作需要使用如下方式之一: 1:使用 RedisInterceptor,在本线程内共享同一个 Jedis 对象 2:使用 Redis.call(ICallback) 进行操作 3:自行获取 Jedis 对象进行操作
serializer - Variable in class com.jfinal.plugin.redis.Cache
 
serializer - Variable in class com.jfinal.plugin.redis.RedisPlugin
 
ServerFactory - Class in com.jfinal.server
ServerFactory
ServerNameRedirect301Handler - Class in com.jfinal.ext.handler
ServerNameRedirect301Handler redirect to new server name with 301 Moved Permanently.
ServerNameRedirect301Handler(String, String) - Constructor for class com.jfinal.ext.handler.ServerNameRedirect301Handler
Example: new ServerNameRedirectHandler("http://abc.com", "http://www.abc.com")
servletContext - Static variable in class com.jfinal.render.FileRender
 
servletContext - Variable in class com.jfinal.render.RenderFactory
 
SessionIdKit - Class in com.jfinal.ext.kit
SessionIdKit.
SessionInViewInterceptor - Class in com.jfinal.ext.interceptor
SessionInViewInterceptor.
SessionInViewInterceptor() - Constructor for class com.jfinal.ext.interceptor.SessionInViewInterceptor
 
SessionInViewInterceptor(boolean) - Constructor for class com.jfinal.ext.interceptor.SessionInViewInterceptor
 
SessionInViewInterceptor.JFinalSession - Class in com.jfinal.ext.interceptor
 
SessionKit - Class in com.jfinal.plugin.auth
 
SessionKit() - Constructor for class com.jfinal.plugin.auth.SessionKit
 
set(Object, Object) - Method in class com.jfinal.kit.JMap
Deprecated.
 
set(Map) - Method in class com.jfinal.kit.JMap
Deprecated.
 
set(JMap) - Method in class com.jfinal.kit.JMap
Deprecated.
 
set(Object, Object) - Method in class com.jfinal.kit.Kv
 
set(Map) - Method in class com.jfinal.kit.Kv
 
set(Kv) - Method in class com.jfinal.kit.Kv
 
set(Object, Object) - Method in class com.jfinal.kit.Okv
 
set(Map) - Method in class com.jfinal.kit.Okv
 
set(Okv) - Method in class com.jfinal.kit.Okv
 
set(Object, Object) - Method in class com.jfinal.kit.Ret
 
set(Map) - Method in class com.jfinal.kit.Ret
 
set(Ret) - Method in class com.jfinal.kit.Ret
 
set(String, Object) - Method in class com.jfinal.plugin.activerecord.Model
Set attribute to model.
set(String, Object) - Method in class com.jfinal.plugin.activerecord.Record
Set column to record.
set(int, int, int) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
set(Object, Object) - Method in class com.jfinal.plugin.redis.Cache
存放 key value 对到 redis 如果 key 已经持有其他值, SET 就覆写旧值,无视类型。 对于某个原本带有生存时间(TTL)的键来说, 当 SET 命令成功在这个键上执行时, 这个键原有的 TTL 将被清除。
Set - Class in 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 ? a : b)
Set(ExprList, Location) - Constructor for class com.jfinal.template.stat.ast.Set
 
set(Object, Object) - Method in class com.jfinal.template.stat.Scope
设置变量 自内向外在作用域栈中查找变量,如果找到则改写变量值,否则将变量存放到顶层 Scope
setAcquireIncrement(int) - Method in class com.jfinal.plugin.c3p0.C3p0Plugin
 
setActionHandler(ActionHandler) - Method in class com.jfinal.config.Handlers
 
setArg(int, Object) - Method in class com.jfinal.aop.Invocation
 
setAttr(String, Object) - Method in class com.jfinal.core.Controller
Stores an attribute in this request
setAttr(String, Object) - Method in interface com.jfinal.plugin.auth.ISession
 
setAttribute(String, Object) - Method in class com.jfinal.ext.interceptor.SessionInViewInterceptor.JFinalSession
 
setAttribute(String, Object) - Method in class com.jfinal.template.ext.spring.JFinalView.InnerSession
 
setAttrs(Map<String, Object>) - Method in class 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) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
是否自动提交
setBaseDownloadPath(String) - Method in class com.jfinal.config.Constants
Set file base download path for Controller.renderFile(...) 设置文件下载基础路径,当路径以 "/" 打头或是以 windows 磁盘盘符打头, 则将路径设置为绝对路径,否则路径将是以应用根路径为基础的相对路径
setBaseModelTemplate(String) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置用于生成 BaseModel 的模板文件,模板引擎将在 class path 与 jar 包内寻找模板文件 默认模板为:"/com/jfinal/plugin/activerecord/generator/base_model_template.jf"
setBaseSqlTemplatePath(String) - Method in class com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setBaseSqlTemplatePath(String) - Method in class com.jfinal.plugin.activerecord.sql.SqlKit
 
setBaseTemplatePath(String) - Method in class com.jfinal.template.Engine
 
setBaseTemplatePath(String) - Method in class com.jfinal.template.EngineConfig
 
setBaseTemplatePath(String) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
设置模板基础路径
setBaseUploadPath(String) - Method in class com.jfinal.config.Constants
Set file base upload path.
setBaseViewPath(String) - Method in class com.jfinal.config.Routes
Set base view path for controller in this routes
setBreak() - Method in class com.jfinal.template.stat.Ctrl
 
setBufferSize(int) - Method in class com.jfinal.template.io.WriterBuffer
 
setCache(ICache) - Method in class com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setCaptchaCache(ICaptchaCache) - Method in class com.jfinal.captcha.CaptchaManager
 
setCaptchaCache(ICaptchaCache) - Method in class com.jfinal.config.Constants
 
setCaptchaName(String) - Static method in class com.jfinal.captcha.CaptchaRender
设置 captchaName
setCatalog(String) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
支持 catalog 概念的数据库可以设定该参数
setCharSet(String) - Static method in class com.jfinal.kit.HttpKit
 
setCheckParaAssigned(boolean) - Static method in class com.jfinal.plugin.activerecord.sql.ParaDirective
 
setClearAfterMapping(boolean) - Method in class com.jfinal.config.Routes
配置是否在路由映射完成之后清除内部数据,以回收内存,默认值为 true.
setColumns(Map<String, Object>) - Method in class com.jfinal.plugin.activerecord.Record
Set columns value with map.
setColumns(Record) - Method in class com.jfinal.plugin.activerecord.Record
Set columns value with Record.
setColumns(Model<?>) - Method in class com.jfinal.plugin.activerecord.Record
Set columns value with Model object.
setColumnsMap(Record, Map<String, Object>) - Static method in class com.jfinal.plugin.activerecord.CPI
Return the columns map of the record
setConfigPluginOrder(int) - Method in class com.jfinal.config.Constants
配置 configPlugin(Plugins me) 在 JFinalConfig 中被调用的次序.
setConnectionInitSql(String) - Method in class com.jfinal.plugin.druid.DruidPlugin
添加连接时的初始化sql。可以添加多次,在初次连接时使用,比如指定编码或者默认scheme等
setConnectionInitSql(String) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
新连接生成后,添加到连接池前执行的初始化sql
setConnectionProperties(String) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setConnectionTestQuery(String) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
JDBC4以下版本数据库驱动需要设定此参数
setConnectionTimeout(long) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
 
setContainerFactory(IContainerFactory) - Method in class com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setContainerFactoryByConfigName(String) - Method in class com.jfinal.plugin.activerecord.Record
Set the containerFactory by configName.
setContext(HttpServletRequest, HttpServletResponse) - Method in class com.jfinal.render.Render
 
setContext(HttpServletRequest, HttpServletResponse, String) - Method in class com.jfinal.render.Render
 
setContinue() - Method in class com.jfinal.template.stat.Ctrl
 
setControllerFactory(ControllerFactory) - Method in class com.jfinal.config.Constants
 
setConvertDepth(int) - Method in class com.jfinal.json.JFinalJson
 
setCookie(String, String, int, boolean) - Method in class com.jfinal.core.Controller
Set Cookie.
setCookie(String, String, int) - Method in class com.jfinal.core.Controller
Set Cookie.
setCookie(Cookie) - Method in class com.jfinal.core.Controller
Set Cookie to response.
setCookie(String, String, int, String, boolean) - Method in class com.jfinal.core.Controller
Set Cookie to response.
setCookie(String, String, int, String) - Method in class com.jfinal.core.Controller
Set Cookie to response.
setCookie(String, String, int, String, String, boolean) - Method in class com.jfinal.core.Controller
Set Cookie to response.
setCreateSession(boolean) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
在使用 request.getSession(createSession) 时传入 用来指示 session 不存在时是否立即创建
setData(Map) - Method in class com.jfinal.template.stat.Scope
设置/替换本层作用域 data,通常用于在扩展指令中使用现成可用的 Map 来存放数据, 从而避免 Scope 内部创建 data,节省时空 注意:本方法会替换掉已经存在的 data 对象
setDataDictionaryFileName(String) - Method in class com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
setDataDictionaryFileName(String) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置数据字典 DataDictionary 文件输出目录,默认值为 "_DataDictionary.txt"
setDataDictionaryGenerator(DataDictionaryGenerator) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置 DataDictionaryGenerator,便于扩展自定义 DataDictionaryGenerator
setDataDictionaryOutputDir(String) - Method in class com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
setDataDictionaryOutputDir(String) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置数据字典 DataDictionary 文件输出目录,默认与 modelOutputDir 相同
setDatePattern(String) - Static method in class com.jfinal.ext.kit.DateKit
 
setDatePattern(String) - Method in class com.jfinal.json.JFinalJson
 
setDatePattern(String) - Method in class com.jfinal.json.Json
 
setDatePattern(String) - Method in class com.jfinal.template.Engine
 
setDatePattern(String) - Method in class com.jfinal.template.EngineConfig
 
setDatePattern(String) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
设置 #date(...) 指令,对于 Date、Timestamp、Time 的输出格式
setDatePattern(String) - Method in class com.jfinal.validate.Validator
 
setDbProFactory(IDbProFactory) - Method in class com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setDefaultBaseName(String) - Static method in class com.jfinal.i18n.I18n
 
setDefaultConvertDepth(int) - Static method in class com.jfinal.json.JFinalJson
设置全局性默认转换深度
setDefaultDatePattern(String) - Method in class com.jfinal.json.JsonManager
 
setDefaultGenerateNullValue(boolean) - Static method in class com.jfinal.json.Jackson
 
setDefaultJsonFactory(IJsonFactory) - Method in class com.jfinal.json.JsonManager
 
setDefaultLocale(String) - Static method in class com.jfinal.i18n.I18n
 
setDefaultLogFactory(ILogFactory) - Method in class com.jfinal.log.LogManager
 
setDevMode(boolean) - Method in class com.jfinal.config.Constants
Set development mode.
setDevMode(boolean) - Method in class com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setDevMode(boolean) - Method in class com.jfinal.plugin.activerecord.sql.SqlKit
 
setDevMode(boolean) - Method in class com.jfinal.template.Engine
设置 true 为开发模式,支持模板文件热加载 设置 false 为生产模式,不支持模板文件热加载,以达到更高的性能
setDevMode(boolean) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
设置开发模式,值为 true 时支持模板文件热加载
setDialect(Dialect) - Method in class com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setDialect(Dialect) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置数据库方言,默认为 MysqlDialect
setDialect(Dialect) - Method in class com.jfinal.plugin.activerecord.generator.MetaBuilder
 
setDriverClass(String) - Method in class com.jfinal.plugin.c3p0.C3p0Plugin
 
setDriverClass(String) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setDriverClass(String) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
驱动类名
setEncoderFactory(EncoderFactory) - Method in class com.jfinal.template.EngineConfig
 
setEncoderFactory(EncoderFactory) - Method in class com.jfinal.template.io.WriterBuffer
 
setEncoding(String) - Method in class com.jfinal.config.Constants
Set encoding.
setEncoding(String) - Method in class com.jfinal.template.Engine
 
setEncoding(String) - Method in class com.jfinal.template.EngineConfig
 
setEncoding(String) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
设置 encoding
setEncoding(String) - Method in class com.jfinal.template.io.WriterBuffer
 
setEnvForDevMode(Env) - Method in class com.jfinal.template.stat.ast.Define
 
setError401View(String) - Method in class com.jfinal.config.Constants
Set error 401 view.
setError403View(String) - Method in class com.jfinal.config.Constants
Set error 403 view.
setError404View(String) - Method in class com.jfinal.config.Constants
Set error 404 view.
setError500View(String) - Method in class com.jfinal.config.Constants
Set error 500 view.
setErrorView(int, String) - Method in class com.jfinal.config.Constants
 
setex(Object, int, Object) - Method in class com.jfinal.plugin.redis.Cache
存放 key value 对到 redis,并将 key 的生存时间设为 seconds (以秒为单位)。 如果 key 已经存在, SETEX 命令将覆写旧值。
setExprList(ExprList) - Method in class com.jfinal.plugin.activerecord.sql.NameSpaceDirective
 
setExprList(ExprList) - Method in class com.jfinal.plugin.activerecord.sql.ParaDirective
 
setExprList(ExprList) - Method in class com.jfinal.plugin.activerecord.sql.SqlDirective
 
setExprList(ExprList) - Method in class com.jfinal.template.Directive
指令被解析时注入指令参数表达式列表,继承类可以通过覆盖此方法对参数长度和参数类型进行校验
setExprList(ExprList) - Method in class com.jfinal.template.ext.directive.DateDirective
 
setExprList(ExprList) - Method in class com.jfinal.template.ext.directive.NowDirective
 
setExprList(ExprList) - Method in class com.jfinal.template.ext.directive.NumberDirective
 
setExprList(ExprList) - Method in class com.jfinal.template.ext.directive.RenderDirective
 
setExprList(ExprList) - Method in class com.jfinal.template.ext.directive.StringDirective
 
setExprList(ExprList) - Method in class com.jfinal.template.stat.ast.Stat
 
setFail() - Method in class com.jfinal.kit.JMap
Deprecated.
 
setFail() - Method in class com.jfinal.kit.Kv
Deprecated.
setFail() - Method in class com.jfinal.kit.Ret
 
setFileRenamePolicy(FileRenamePolicy) - Static method in class com.jfinal.upload.OreillyCos
 
setFilters(String) - Method in class com.jfinal.plugin.druid.DruidPlugin
设置过滤器,如果要开启监控统计需要使用此方法或在构造方法中进行设置
setFreeMarkerTemplateUpdateDelay(int) - Method in class com.jfinal.config.Constants
FreeMarker template update delay for not devMode.
setGenerateChainSetter(boolean) - Method in class com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
setGenerateChainSetter(boolean) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置 BaseModel 是否生成链式 setter 方法
setGenerateDaoInModel(boolean) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置是否在 Model 中生成 dao 对象,默认生成
setGenerateDaoInModel(boolean) - Method in class com.jfinal.plugin.activerecord.generator.ModelGenerator
 
setGenerateDataDictionary(boolean) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置是否生成数据字典 Dictionary 文件,默认不生成
setGenerateNullValue(boolean) - Method in class com.jfinal.json.Jackson
 
SetGlobal - Class in com.jfinal.template.stat.ast
SetLocal 设置全局变量,全局作用域是指本次请求的整个 template 适用于极少数的在内层作用域中希望直接操作顶层作用域的场景
SetGlobal(ExprList, Location) - Constructor for class com.jfinal.template.stat.ast.SetGlobal
 
setGlobal(Object, Object) - Method in class com.jfinal.template.stat.Scope
设置全局变量 全局作用域是指本次请求的整个 template
setGlobalAssignment() - Method in class com.jfinal.template.stat.Ctrl
 
setHttpServletRequest(HttpServletRequest) - Method in class com.jfinal.core.Controller
 
setHttpServletResponse(HttpServletResponse) - Method in class com.jfinal.core.Controller
 
setI18nDefaultBaseName(String) - Method in class com.jfinal.config.Constants
Set default base name to load Resource bundle.
setI18nDefaultLocale(String) - Method in class com.jfinal.config.Constants
Set default locale to load Resource bundle.
setIdleTimeout(long) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
空闲超时时间(单位:毫秒),默认600000 (10 分钟)
setInitialPoolSize(int) - Method in class com.jfinal.plugin.c3p0.C3p0Plugin
 
setInitialSize(int) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setJdbcUrl(String) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
jdbc连接url
setJsonDatePattern(String) - Method in class com.jfinal.config.Constants
设置json转换时日期格式,常用格式有:"yyyy-MM-dd HH:mm:ss"、 "yyyy-MM-dd"
setJsonFactory(IJsonFactory) - Method in class com.jfinal.config.Constants
设置 Json 转换工厂实现类,目前支持:JFinalJsonFactory(默认)、JacksonFactory、FastJsonFactory 分别支持 JFinalJson、Jackson、FastJson
setJumpNone() - Method in class com.jfinal.template.stat.Ctrl
 
setKeepByteAndShort(boolean) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
指示 Generator、ModelBuilder、RecordBuilder 是否保持住 Byte、Short 类型
setKeyNamingPolicy(IKeyNamingPolicy) - Method in class com.jfinal.plugin.redis.RedisPlugin
 
setLeakDetectionThreshold(long) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
内存泄露侦测周期,最小为2000(2秒)
SetLocal - Class in com.jfinal.template.stat.ast
SetLocal 设置局部变量 通常用于 #define #include 指令内部需要与外层作用域区分,以便于定义重用型模块的场景 也常用于 #for 循环内部的临时变量
SetLocal(ExprList, Location) - Constructor for class com.jfinal.template.stat.ast.SetLocal
 
setLocal(Object, Object) - Method in class com.jfinal.template.stat.Scope
设置局部变量
setLocalAssignment() - Method in class com.jfinal.template.stat.Ctrl
 
setLocation(Location) - Method in class com.jfinal.template.stat.ast.Stat
 
setLog(boolean) - Static method in class com.jfinal.plugin.activerecord.SqlReporter
 
setLogAbandoned(boolean) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setLogFactory(ILogFactory) - Method in class com.jfinal.config.Constants
 
setMainCache(String) - Static method in class com.jfinal.plugin.redis.Redis
提供一个设置设置主缓存 mainCache 的机会,否则第一个被初始化的 Cache 将成为 mainCache
setMainEngine(Engine) - Static method in class com.jfinal.template.Engine
Set main engine
setMappingKitClassName(String) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKit 类名,默认值为: "_MappingKit"
setMappingKitClassName(String) - Method in class com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
setMappingKitGenerator(MappingKitGenerator) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKitGenerator,便于扩展自定义 MappingKitGenerator
setMappingKitOutputDir(String) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKit 文件输出目录,默认与 modelOutputDir 相同, 在设置此变量的同时需要设置 mappingKitPackageName
setMappingKitOutputDir(String) - Method in class com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
setMappingKitPackageName(String) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKit 文件包名,默认与 modelPackageName 相同, 在设置此变的同时需要设置 mappingKitOutputDir
setMappingKitPackageName(String) - Method in class com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
setMappingKitTemplate(String) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置用于生成 MappingKit 的模板文件,模板引擎将在 class path 与 jar 包内寻找模板文件 默认模板为:"/com/jfinal/plugin/activerecord/generator/mapping_kit_template.jf"
setMaxActive(int) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setMaxIdleTime(int) - Method in class com.jfinal.plugin.c3p0.C3p0Plugin
 
setMaximumPoolSize(int) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
连接池最大连接数 默认10
setMaxInactiveInterval(int) - Method in class com.jfinal.ext.interceptor.SessionInViewInterceptor.JFinalSession
 
setMaxInactiveInterval(int) - Method in class com.jfinal.template.ext.spring.JFinalView.InnerSession
 
setMaxLifetime(long) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
最大生命周期/最大存活时间(单位:毫秒) ,默认1800000 (30 分钟)
setMaxOutputLengthOfParaValue(int) - Static method in class com.jfinal.core.ActionReporter
 
setMaxPoolPreparedStatementPerConnectionSize(int) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setMaxPoolSize(int) - Method in class com.jfinal.plugin.c3p0.C3p0Plugin
 
setMaxPostSize(int) - Method in class com.jfinal.config.Constants
Set max size of http post.
setMaxWait(long) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setMetaBuilder(MetaBuilder) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置 MetaBuilder,便于扩展自定义 MetaBuilder
setMethodKeyBuilder(MethodKeyBuilder) - Static method in class com.jfinal.template.expr.ast.MethodKeyBuilder
切换到用户自定义 MethodKeyBuilder
setMinEvictableIdleTimeMillis(long) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setMinEvictableIdleTimeMillis(int) - Method in class com.jfinal.plugin.redis.RedisPlugin
 
setMinIdle(int) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setMinPoolSize(int) - Method in class com.jfinal.plugin.c3p0.C3p0Plugin
 
setModelBuilder(ModelBuilder) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
配置自定义 ModelBuilder 通过继承扩展 ModelBuilder 可以对 JDBC 到 java 数据类型进行定制化转换 不同数据库从 JDBC 到 java 数据类型的映射关系有所不同 此外,还可以通过改变 ModelBuilder.buildLabelNamesAndTypes() 方法逻辑,实现下划线字段名转驼峰变量名的功能
setModelTemplate(String) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置用于生成 Model 的模板文件,模板引擎将在 class path 与 jar 包内寻找模板文件 默认模板为:"/com/jfinal/plugin/activerecord/generator/model_template.jf"
setName(String) - Method in class com.jfinal.plugin.druid.DruidPlugin
连接池名称
setNullSafe(boolean) - Method in class com.jfinal.template.stat.Ctrl
 
setNumTestsPerEvictionRun(int) - Method in class com.jfinal.plugin.redis.RedisPlugin
 
setOk() - Method in class com.jfinal.kit.JMap
Deprecated.
 
setOk() - Method in class com.jfinal.kit.Kv
Deprecated.
setOk() - Method in class com.jfinal.kit.Ret
 
setOutputDirectiveFactory(IOutputDirectiveFactory) - Method in class com.jfinal.template.Engine
Set output directive factory
setOutputDirectiveFactory(IOutputDirectiveFactory) - Method in class com.jfinal.template.EngineConfig
Set output directive factory
setPassword(String) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
数据库密码
setPoolName(String) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
用户指定的连接池名
setPrimaryKey(String, String) - Method in class com.jfinal.plugin.activerecord.ActiveRecordPlugin
当使用 create table 语句创建用于开发使用的数据表副本时,假如create table 中使用的 复合主键次序不同,那么MappingKitGeneretor 反射生成的复合主键次序也会不同。 而程序中类似于 model.deleteById(id1, id2) 方法中复合主键次序与需要与映射时的次序 保持一致,可以在MappingKit 映射完成以后通过调用此方法再次强制指定复合主键次序
setProperties(Properties) - Static method in class com.jfinal.render.FreeMarkerRender
 
setProperties(Properties) - Static method in class com.jfinal.render.VelocityRender
 
setProperty(String, String) - Static method in class com.jfinal.render.FreeMarkerRender
Set freemarker's property.
setPublicKey(String) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setReadOnly(boolean) - Method in class com.jfinal.plugin.hikaricp.HikariCpPlugin
是否是只读连接 ,是否有效取决于相应的数据库是否支持
setRecordBuilder(RecordBuilder) - Method in class com.jfinal.plugin.activerecord.dialect.Dialect
配置自定义 RecordBuilder 通过继承扩展 RecordBuilder 可以对 JDBC 到 java 数据类型进行定制化转换 不同数据库从 JDBC 到 java 数据类型的映射关系有所不同 此外,还可以通过改变 RecordBuilder.buildLabelNamesAndTypes() 方法逻辑,实现下划线字段名转驼峰变量名的功能
setReloadModifiedSharedFunctionInDevMode(boolean) - Method in class com.jfinal.template.Engine
Engine 独立设置为 devMode 可以方便模板文件在修改后立即生效, 但如果在 devMode 之下并不希望对 addSharedFunction(...), 添加的模板进行是否被修改的检测可以通过此方法设置 false 参进去 注意:Engine 在生产环境下(devMode 为 false),该参数无效
setReloadModifiedSharedFunctionInDevMode(boolean) - Method in class com.jfinal.template.EngineConfig
 
setRemoveAbandoned(boolean) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setRemoveAbandonedTimeoutMillis(long) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setRemovedTableNamePrefixes(String...) - Method in class com.jfinal.plugin.activerecord.generator.Generator
设置需要被移除的表名前缀,仅用于生成 modelName 与 baseModelName 例如表名 "osc_account",移除前缀 "osc_" 后变为 "account"
setRemovedTableNamePrefixes(String...) - Method in class com.jfinal.plugin.activerecord.generator.MetaBuilder
设置需要被移除的表名前缀,仅用于生成 modelName 与 baseModelName 例如表名 "osc_account",移除前缀 "osc_" 后变为 "account"
setRenderFactory(IRenderFactory) - Method in class com.jfinal.config.Constants
Set the renderFactory
setRenderFactory(IRenderFactory) - Method in class com.jfinal.render.RenderManager
 
setReportAfterInvocation(boolean) - Method in class com.jfinal.config.Constants
设置 devMode 之下的 action report 是否在 invocation 之后,默认值为 true
setReportAfterInvocation(boolean) - Static method in class com.jfinal.core.ActionReporter
 
setResolveBeanAsModel(boolean) - Static method in class com.jfinal.plugin.activerecord.ModelRecordElResolver
设置为 true 时,使用生成器生成的实现了 IBean 接口的 Class 将被当成 Model 来处理, getter 不被 jsp/jstl 用来输出数据,仍然使用 model.get(String attr) 来输出数据。 有利于在关联查询时输出无 getter 方法的字段值。建议mysql数据表中的字段采用驼峰命名, 表名仍然用下划线方式命名。 resolveBeanAsModel 默认值为 false。 注意:这里所指的 Bean 仅仅指用 BaseModelGenerator 生成的实现了 IBean接口后的类文件
setReturn() - Method in class com.jfinal.template.stat.Ctrl
 
setReturnValue(Object) - Method in class com.jfinal.aop.Invocation
Set the return value of the target method
setRootClassPath(String) - Static method in class com.jfinal.kit.PathKit
 
setRootData(Map) - Method in class com.jfinal.template.stat.Scope
设置/替换顶层作用域 data,可以在扩展指令之中通过此方法切换掉顶层作用域 实现作用域完全隔离的功能 注意:本方法会替换掉顶层已经存在的 data 对象
setSerializer(ISerializer) - Method in class com.jfinal.plugin.redis.RedisPlugin
 
setSessionAttr(String, Object) - Method in class com.jfinal.core.Controller
Store Object to session.
setSessionInView(boolean) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
设置为 true 时支持在模板中使用 #(session.value) 形式访问 session 中的数据
setSharedFunction(String) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
设置 shared function 文件,多个文件用逗号分隔 主要用于 Spring MVC 的 xml 配置方式 Spring Boot 的代码配置方式可使用 addSharedFunction(...) 进行配置
setSharedFunctionList(List<String>) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
通过 List 配置多个 shared function file
setSharedVariable(String, Object) - Static method in class com.jfinal.render.FreeMarkerRender
注入对象到 FreeMarker 页面供调用,通常注入一些辅助内容输出的工具类,相当于是 freemarker 的一种扩展方式
setShortCircuit(boolean) - Method in class com.jfinal.validate.Validator
设置短路验证.
setShowSql(boolean) - Method in class com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setSourceFactory(ISourceFactory) - Method in class com.jfinal.template.Engine
设置 ISourceFactory 用于为 engine 切换不同的 ISource 实现类 ISource 用于从不同的来源加载模板内容
setSourceFactory(ISourceFactory) - Method in class com.jfinal.template.ext.spring.JFinalViewResolver
设置 ISourceFactory 用于为 engine 切换不同的 ISource 实现类
setSql(String) - Method in class com.jfinal.plugin.activerecord.SqlPara
 
setStat(Stat) - Method in class com.jfinal.template.Directive
指令被解析时注入指令 body 内容,仅对于具有 #end 结束符的指令有效
setStat(Stat) - Method in class com.jfinal.template.stat.ast.ElseIf
take over setStat(...) method of super class
setStat(Stat) - Method in class com.jfinal.template.stat.ast.If
take over setStat(...) method of super class
setStat(Stat) - Method in class com.jfinal.template.stat.ast.Stat
 
setSupportActiveRecord(boolean) - Static method in class com.jfinal.render.JspRender
Deprecated.
setTablePrimaryKey(Table, String) - Static method in class com.jfinal.plugin.activerecord.CPI
 
setTemplate(String) - Method in class com.jfinal.plugin.activerecord.generator.BaseModelGenerator
使用自定义模板生成 base model
setTemplate(String) - Method in class com.jfinal.plugin.activerecord.generator.MappingKitGenerator
使用自定义模板生成 MappingKit
setTemplate(String) - Method in class com.jfinal.plugin.activerecord.generator.ModelGenerator
使用自定义模板生成 model
setTemplateLoadingPath(String) - Static method in class com.jfinal.render.FreeMarkerRender
Create public void afterJFinalStart() in YourJFinalConfig and use this method in MyJFinalConfig.afterJFinalStart() to set ServletContext for template loading
setTestOnBorrow(boolean) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setTestOnReturn(boolean) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setTestWhileIdle(boolean) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setTestWhileIdle(boolean) - Method in class com.jfinal.plugin.redis.RedisPlugin
 
setThreadLocalConnection(Connection) - Method in class com.jfinal.plugin.activerecord.Config
Support transaction with Transaction interceptor
setThreadLocalJedis(Jedis) - Method in class com.jfinal.plugin.redis.Cache
 
setTimeBetweenConnectErrorMillis(long) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setTimeBetweenEvictionRunsMillis(long) - Method in class com.jfinal.plugin.druid.DruidPlugin
 
setTimeBetweenEvictionRunsMillis(int) - Method in class com.jfinal.plugin.redis.RedisPlugin
 
setTimeStampPattern(String) - Static method in class com.jfinal.ext.kit.DateKit
 
setTimestampPattern(String) - Method in class com.jfinal.json.JFinalJson
 
setToClassPathSourceFactory() - Method in class com.jfinal.template.Engine
设置为 ClassPathSourceFactory 的快捷方法
setTokenCache(IT