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

A

AccessTokenBuilder - com.jfinal.plugin.auth中的类
TODO 考虑改名为 SessionIdBuilder
Action - com.jfinal.core中的类
Action
Action(String, String, Class<? extends Controller>, Method, String, Interceptor[], String) - 类 的构造器com.jfinal.core.Action
 
ActionException - com.jfinal.core中的异常错误
ActionException.
ActionException(int, Render) - 异常错误 的构造器com.jfinal.core.ActionException
 
ActionException(int, String) - 异常错误 的构造器com.jfinal.core.ActionException
 
ActionException(int, Render, String) - 异常错误 的构造器com.jfinal.core.ActionException
 
ActionKey - com.jfinal.core中的注释类型
ActionKey is used to configure actionKey for method of controller.
ActionReporter - com.jfinal.core中的类
ActionReporter
ActionReporter() - 类 的构造器com.jfinal.core.ActionReporter
 
ActiveRecordException - com.jfinal.plugin.activerecord中的异常错误
ActiveRecordException
ActiveRecordException(String) - 异常错误 的构造器com.jfinal.plugin.activerecord.ActiveRecordException
 
ActiveRecordException(Throwable) - 异常错误 的构造器com.jfinal.plugin.activerecord.ActiveRecordException
 
ActiveRecordException(String, Throwable) - 异常错误 的构造器com.jfinal.plugin.activerecord.ActiveRecordException
 
ActiveRecordPlugin - com.jfinal.plugin.activerecord中的类
ActiveRecord plugin.
ActiveRecordPlugin(String, DataSource, int) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(DataSource) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(String, DataSource) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(DataSource, int) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(String, IDataSourceProvider, int) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(IDataSourceProvider) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(String, IDataSourceProvider) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(IDataSourceProvider, int) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
ActiveRecordPlugin(Config) - 类 的构造器com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
add(Handler) - 类 中的方法com.jfinal.config.Handlers
 
add(Interceptor) - 类 中的方法com.jfinal.config.Interceptors
The same as addGlobalActionInterceptor.
add(IPlugin) - 类 中的方法com.jfinal.config.Plugins
 
add(Routes) - 类 中的方法com.jfinal.config.Routes
 
add(String, Class<? extends Controller>, String) - 类 中的方法com.jfinal.config.Routes
Add route
add(String, Class<? extends Controller>) - 类 中的方法com.jfinal.config.Routes
Add url mapping to controller.
add(String) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
addAll(Collection<? extends String>) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
addCache(Cache) - 类 中的静态方法com.jfinal.plugin.redis.Redis
 
addConfig(Config) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
Add Config object
addError(String, String) - 类 中的方法com.jfinal.validate.Validator
Add message when validate failure.
addExcludedAttrs(String...) - 类 中的静态方法com.jfinal.render.JsonRender
仅对无参 renderJson() 起作用
addExcludedTable(String...) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
添加不需要处理的数据表
addExcludedTable(String...) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
addFilter(Filter) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
addGlobalActionInterceptor(Interceptor...) - 类 中的方法com.jfinal.aop.InterceptorManager
 
addGlobalActionInterceptor(Interceptor) - 类 中的方法com.jfinal.config.Interceptors
Add the global action interceptor to intercept all the actions.
addGlobalServiceInterceptor(Interceptor...) - 类 中的方法com.jfinal.aop.InterceptorManager
 
addGlobalServiceInterceptor(Interceptor) - 类 中的方法com.jfinal.config.Interceptors
Add the global service interceptor to intercept all the method enhanced by aop Enhancer.
addInterceptors(Interceptor...) - 类 中的方法com.jfinal.aop.InterceptorStack
 
addKeyword(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.JavaKeyword
 
addMapping(String, String, Class<? extends Model<?>>) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
addMapping(String, Class<? extends Model<?>>) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
addRoute(String, String) - 类 中的方法com.jfinal.ext.handler.RoutesHandler
 
addRoute(String, String, String) - 类 中的方法com.jfinal.ext.handler.RoutesHandler
 
addRoute(String, Controller, String) - 类 中的方法com.jfinal.ext.handler.RoutesHandler
 
afterJFinalStart() - 类 中的方法com.jfinal.config.JFinalConfig
Call back after JFinal start
AnsiSqlDialect - com.jfinal.plugin.activerecord.dialect中的类
AnsiSqlDialect.
AnsiSqlDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
attrName - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 

B

baseModelContent - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
BaseModelGenerator - com.jfinal.plugin.activerecord.generator中的类
Base model 生成器
BaseModelGenerator(String, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
baseModelGenerator - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
baseModelName - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
baseModelOutputDir - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
baseModelPackageName - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
baseModelPackageName - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
batch(String, Object[][], int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batch(String, String, List, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batch(List<String>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batch(String, Object[][], int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batch(String, String, List, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batch(List<String>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batchSave(List<? extends Model>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batchSave(String, List<Record>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batchSave(List<? extends Model>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Batch save models using the "insert into ..." sql generated by the first model in modelList.
batchSave(String, List<Record>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Batch save records using the "insert into ..." sql generated by the first record in recordList.
batchUpdate(List<? extends Model>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batchUpdate(String, String, List<Record>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batchUpdate(String, List<Record>, int) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
batchUpdate(List<? extends Model>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Batch update models using the attrs names of the first model in modelList.
batchUpdate(String, String, List<Record>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Batch update records using the columns names of the first record in recordList.
batchUpdate(String, List<Record>, int) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Batch update records with default primary key, using the columns names of the first record in recordList.
beanToJson(Object, int) - 类 中的方法com.jfinal.json.JFinalJson
 
Before - com.jfinal.aop中的注释类型
Before is used to configure Interceptor and Validator.
beforeJFinalStop() - 类 中的方法com.jfinal.config.JFinalConfig
Call back before JFinal stop
blpop(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
BLPOP 是列表的阻塞式(blocking)弹出原语。
blpop(int, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
BLPOP 是列表的阻塞式(blocking)弹出原语。
brpop(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
BRPOP 是列表的阻塞式(blocking)弹出原语。
brpop(int, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
BRPOP 是列表的阻塞式(blocking)弹出原语。
build() - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
build(ResultSet, Class<? extends Model>) - 类 中的静态方法com.jfinal.plugin.activerecord.ModelBuilder
 
build(Config, ResultSet) - 类 中的静态方法com.jfinal.plugin.activerecord.RecordBuilder
 
buildAttrName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
构造 colName 所对应的 attrName,mysql 数据库建议使用小写字段名或者驼峰字段名 Oralce 反射将得到大写字段名,所以不建议使用驼峰命名,建议使用下划线分隔单词命名法
buildBaseModelName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
使用 modelName 构建 baseModelName
buildColumnMetas(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
文档参考: http://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html JDBC 与时间有关类型转换规则,mysql 类型到 java 类型如下对应关系: DATE java.sql.Date DATETIME java.sql.Timestamp TIMESTAMP[(M)] java.sql.Timestamp TIME java.sql.Time 对数据库的 DATE、DATETIME、TIMESTAMP、TIME 四种类型注入 new java.util.Date()对象保存到库以后可以达到“秒精度” 为了便捷性,getter、setter 方法中对上述四种字段类型采用 java.util.Date,可通过定制 TypeMapping 改变此映射规则
buildControllerActionInterceptor(Interceptor[], Class<? extends Controller>, Method) - 类 中的方法com.jfinal.aop.InterceptorManager
 
buildFinalUrl() - 类 中的方法com.jfinal.render.RedirectRender
 
buildModel(ResultSet, Class<? extends Model>, int) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
buildModelName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
构造 modelName,mysql 的 tableName 建议使用小写字母,多单词表名使用下划线分隔,不建议使用驼峰命名 oracle 之下的 tableName 建议使用下划线分隔多单词名,无论 mysql还是 oralce,tableName 都不建议使用驼峰命名
buildPrimaryKey(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
buildServiceMethodInterceptor(Interceptor[], Class<?>, Method) - 类 中的方法com.jfinal.aop.InterceptorManager
 
buildTableNames(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 

C

C3p0Plugin - com.jfinal.plugin.c3p0中的类
The c3p0 datasource plugin.
C3p0Plugin(String, String, String) - 类 的构造器com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(String, String, String, String) - 类 的构造器com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(String, String, String, String, Integer, Integer, Integer, Integer, Integer) - 类 的构造器com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(File) - 类 的构造器com.jfinal.plugin.c3p0.C3p0Plugin
 
C3p0Plugin(Properties) - 类 的构造器com.jfinal.plugin.c3p0.C3p0Plugin
 
Cache - com.jfinal.plugin.redis中的类
Cache.
Cache() - 类 的构造器com.jfinal.plugin.redis.Cache
 
Cache(String, JedisPool, ISerializer, IKeyNamingPolicy) - 类 的构造器com.jfinal.plugin.redis.Cache
 
CacheInterceptor - com.jfinal.plugin.ehcache中的类
CacheInterceptor.
CacheInterceptor() - 类 的构造器com.jfinal.plugin.ehcache.CacheInterceptor
 
CacheKit - com.jfinal.plugin.ehcache中的类
CacheKit.
CacheKit() - 类 的构造器com.jfinal.plugin.ehcache.CacheKit
 
CacheName - com.jfinal.plugin.ehcache中的注释类型
CacheName can configure CacheInterceptor's cache name or EvictInterceptor's evict cache name.
call(Connection) - 接口 中的方法com.jfinal.plugin.activerecord.ICallback
Place codes here that need call back by active record plugin.
call(Cache) - 接口 中的方法com.jfinal.plugin.redis.ICallback
 
call(ICallback) - 类 中的静态方法com.jfinal.plugin.redis.Redis
 
call(ICallback, String) - 类 中的静态方法com.jfinal.plugin.redis.Redis
 
CaptchaRender - com.jfinal.ext.render中的类
已过时。
CaptchaRender(String) - 类 的构造器com.jfinal.ext.render.CaptchaRender
已过时。
 
CaptchaRender - com.jfinal.render中的类
CaptchaRender.
CaptchaRender() - 类 的构造器com.jfinal.render.CaptchaRender
 
CaseInsensitiveContainerFactory - com.jfinal.plugin.activerecord中的类
CaseInsensitiveContainerFactory.
CaseInsensitiveContainerFactory() - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
CaseInsensitiveContainerFactory(boolean) - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
CaseInsensitiveContainerFactory.CaseInsensitiveMap<V> - com.jfinal.plugin.activerecord中的类
 
CaseInsensitiveContainerFactory.CaseInsensitiveMap() - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
CaseInsensitiveContainerFactory.CaseInsensitiveSet - com.jfinal.plugin.activerecord中的类
 
CaseInsensitiveContainerFactory.CaseInsensitiveSet() - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
checkUrlPara(int, int) - 类 中的方法com.jfinal.core.Controller
 
checkUrlPara(int) - 类 中的方法com.jfinal.core.Controller
 
classDefineTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
classDefineTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
classDefineTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
Clear - com.jfinal.aop中的注释类型
Clear is used to clear all interceptors or the specified interceptors, it can not clear the interceptor which declare on method.
clear() - 类 中的方法com.jfinal.config.Routes
 
clear() - 类 中的静态方法com.jfinal.kit.PropKit
 
clear() - 类 中的方法com.jfinal.kit.Ret
 
clear() - 类 中的方法com.jfinal.plugin.activerecord.Model
Remove all attributes of this model.
clear() - 类 中的方法com.jfinal.plugin.activerecord.Record
Remove all columns of this record.
clear() - 类 中的静态方法com.jfinal.plugin.activerecord.Sqls
 
clearExcludedAttrs() - 类 中的静态方法com.jfinal.render.JsonRender
 
close(ResultSet, Statement, Connection) - 类 中的方法com.jfinal.plugin.activerecord.Config
Close ResultSet、Statement、Connection ThreadLocal support declare transaction.
close(Statement, Connection) - 类 中的方法com.jfinal.plugin.activerecord.Config
 
close(Connection) - 类 中的方法com.jfinal.plugin.activerecord.Config
 
close(Jedis) - 类 中的方法com.jfinal.plugin.redis.Cache
 
colDefaultValueMaxLen - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
colNameMaxLen - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
colTypeMaxLen - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
ColumnMeta - com.jfinal.plugin.activerecord.generator中的类
ColumnMeta
ColumnMeta() - 类 的构造器com.jfinal.plugin.activerecord.generator.ColumnMeta
 
columnMetas - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
com.jfinal.aop - 程序包 com.jfinal.aop
 
com.jfinal.config - 程序包 com.jfinal.config
 
com.jfinal.core - 程序包 com.jfinal.core
 
com.jfinal.ext.handler - 程序包 com.jfinal.ext.handler
 
com.jfinal.ext.interceptor - 程序包 com.jfinal.ext.interceptor
 
com.jfinal.ext.kit - 程序包 com.jfinal.ext.kit
 
com.jfinal.ext.render - 程序包 com.jfinal.ext.render
 
com.jfinal.handler - 程序包 com.jfinal.handler
 
com.jfinal.i18n - 程序包 com.jfinal.i18n
 
com.jfinal.json - 程序包 com.jfinal.json
 
com.jfinal.kit - 程序包 com.jfinal.kit
 
com.jfinal.log - 程序包 com.jfinal.log
 
com.jfinal.plugin - 程序包 com.jfinal.plugin
 
com.jfinal.plugin.activerecord - 程序包 com.jfinal.plugin.activerecord
 
com.jfinal.plugin.activerecord.cache - 程序包 com.jfinal.plugin.activerecord.cache
 
com.jfinal.plugin.activerecord.dialect - 程序包 com.jfinal.plugin.activerecord.dialect
 
com.jfinal.plugin.activerecord.generator - 程序包 com.jfinal.plugin.activerecord.generator
 
com.jfinal.plugin.activerecord.tx - 程序包 com.jfinal.plugin.activerecord.tx
 
com.jfinal.plugin.auth - 程序包 com.jfinal.plugin.auth
 
com.jfinal.plugin.c3p0 - 程序包 com.jfinal.plugin.c3p0
 
com.jfinal.plugin.druid - 程序包 com.jfinal.plugin.druid
 
com.jfinal.plugin.ehcache - 程序包 com.jfinal.plugin.ehcache
 
com.jfinal.plugin.redis - 程序包 com.jfinal.plugin.redis
 
com.jfinal.plugin.redis.serializer - 程序包 com.jfinal.plugin.redis.serializer
 
com.jfinal.render - 程序包 com.jfinal.render
 
com.jfinal.server - 程序包 com.jfinal.server
 
com.jfinal.token - 程序包 com.jfinal.token
 
com.jfinal.upload - 程序包 com.jfinal.upload
 
com.jfinal.validate - 程序包 com.jfinal.validate
 
compositeKeyTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
config() - 类 中的方法com.jfinal.aop.InterceptorStack
 
config() - 类 中的方法com.jfinal.config.Routes
you must implement config method and use add method to config route
Config - com.jfinal.plugin.activerecord中的类
 
Config(String, DataSource, Dialect, boolean, boolean, int, IContainerFactory, ICache) - 类 的构造器com.jfinal.plugin.activerecord.Config
Constructor with full parameters
Config(String, DataSource) - 类 的构造器com.jfinal.plugin.activerecord.Config
Constructor with name and dataSource
Config(String, DataSource, Dialect) - 类 的构造器com.jfinal.plugin.activerecord.Config
Constructor with name, dataSource and dialect
configConstant(Constants) - 类 中的方法com.jfinal.config.JFinalConfig
Config constant
configHandler(Handlers) - 类 中的方法com.jfinal.config.JFinalConfig
Config handler
configInterceptor(Interceptors) - 类 中的方法com.jfinal.config.JFinalConfig
Config interceptor applied to all actions.
configPlugin(Plugins) - 类 中的方法com.jfinal.config.JFinalConfig
Config plugin
configRoute(Routes) - 类 中的方法com.jfinal.config.JFinalConfig
Config route
conn - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
Const - com.jfinal.core中的接口
Global constants definition
Constants - com.jfinal.config中的类
The constant for JFinal runtime.
Constants() - 类 的构造器com.jfinal.config.Constants
 
contains(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.JavaKeyword
 
contains(Token) - 接口 中的方法com.jfinal.token.ITokenCache
 
containsKey(String) - 类 中的方法com.jfinal.kit.Prop
 
containsKey(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
containsKey(Object) - 类 中的方法com.jfinal.kit.Ret
key 存在,但 value 可能为 null
containsValue(Object) - 类 中的方法com.jfinal.kit.Ret
 
ContentType - com.jfinal.render中的枚举
ContentType
TOMCAT-HOME/conf/web.xml
http://tool.oschina.net/commons
contentType - 类 中的静态变量com.jfinal.render.ErrorRender
 
contextDestroyed(ServletContextEvent) - 类 中的方法com.jfinal.ext.kit.ElResolverListener
 
contextInitialized(ServletContextEvent) - 类 中的方法com.jfinal.ext.kit.ElResolverListener
 
ContextPathHandler - com.jfinal.ext.handler中的类
Provide a context path to view if you need.
ContextPathHandler() - 类 的构造器com.jfinal.ext.handler.ContextPathHandler
 
ContextPathHandler(String) - 类 的构造器com.jfinal.ext.handler.ContextPathHandler
 
Controller - com.jfinal.core中的类
Controller
昨夜西风凋碧树。
Controller() - 类 的构造器com.jfinal.core.Controller
 
controller - 类 中的变量com.jfinal.validate.Validator
 
convertDepth - 类 中的变量com.jfinal.json.JFinalJson
 
CPI - com.jfinal.plugin.activerecord中的类
Cross Package Invoking pattern for package activerecord.
CPI() - 类 的构造器com.jfinal.plugin.activerecord.CPI
 
create() - 类 中的静态方法com.jfinal.kit.Ret
 
create(Object, Object) - 类 中的静态方法com.jfinal.kit.Ret
 
createControllerInterceptor(Class<? extends Controller>) - 类 中的方法com.jfinal.aop.InterceptorManager
 
createInterceptor(Before) - 类 中的方法com.jfinal.aop.InterceptorManager
 
createInterceptor(Class<? extends Interceptor>[]) - 类 中的方法com.jfinal.aop.InterceptorManager
 
createRender() - 类 中的方法com.jfinal.plugin.ehcache.RenderInfo
 
createServiceInterceptor(Class<?>) - 类 中的方法com.jfinal.aop.InterceptorManager
 
createToken(String, int) - 类 中的方法com.jfinal.core.Controller
Create a token.
createToken() - 类 中的方法com.jfinal.core.Controller
Create a token with default token name and with default seconds of time out.
createToken(String) - 类 中的方法com.jfinal.core.Controller
Create a token with default seconds of time out.
createToken(Controller, String, int) - 类 中的静态方法com.jfinal.token.TokenManager
Create Token.

D

daoTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
dataDictionaryFileName - 类 中的变量com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
DataDictionaryGenerator - com.jfinal.plugin.activerecord.generator中的类
DataDictionary 数据字典生成器
DataDictionaryGenerator(DataSource, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
dataDictionaryGenerator - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
dataDictionaryOutputDir - 类 中的变量com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
dataSource - 类 中的变量com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
dataSource - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
dateFormat - 类 中的静态变量com.jfinal.ext.kit.DateKit
 
DateKit - com.jfinal.ext.kit中的类
DateKit.
DateKit() - 类 的构造器com.jfinal.ext.kit.DateKit
 
datePattern - 类 中的变量com.jfinal.json.JFinalJson
 
datePattern - 类 中的变量com.jfinal.json.Json
Json 继承类优先使用对象级的属性 datePattern, 然后才是全局性的 defaultDatePattern
datePattern - 类 中的变量com.jfinal.validate.Validator
 
Db - com.jfinal.plugin.activerecord中的类
Db.
Db() - 类 的构造器com.jfinal.plugin.activerecord.Db
 
DbKit - com.jfinal.plugin.activerecord中的类
DbKit
dbMeta - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
DbPro - com.jfinal.plugin.activerecord中的类
DbPro.
DbPro() - 类 的构造器com.jfinal.plugin.activerecord.DbPro
 
DbPro(String) - 类 的构造器com.jfinal.plugin.activerecord.DbPro
 
debug(String) - 类 中的静态方法com.jfinal.kit.LogKit
 
debug(String, Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
 
debug(String) - 类 中的方法com.jfinal.log.JdkLog
 
debug(String, Throwable) - 类 中的方法com.jfinal.log.JdkLog
 
debug(String) - 类 中的方法com.jfinal.log.Log
 
debug(String, Throwable) - 类 中的方法com.jfinal.log.Log
 
debug(String) - 类 中的方法com.jfinal.log.Log4jLog
 
debug(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLog
 
decr(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 中储存的数字值减一。
decrBy(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 所储存的值减去减量 decrement 。
DEFAULT_BASE_DOWNLOAD_PATH - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_BASE_UPLOAD_PATH - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_DATE_PATTERN - 类 中的静态变量com.jfinal.validate.Validator
 
DEFAULT_DEV_MODE - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_ENCODING - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_FREE_MARKER_EXTENSION - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_FREEMARKER_TEMPLATE_UPDATE_DELAY - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_I18N_MAX_AGE_OF_COOKIE - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_JSP_EXTENSION - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_MAX_POST_SIZE - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_SECONDS_OF_TOKEN_TIME_OUT - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_TOKEN_NAME - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_TRANSACTION_LEVEL - 类 中的静态变量com.jfinal.plugin.activerecord.DbKit
 
DEFAULT_URL_PARA_SEPARATOR - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_VELOCITY_EXTENSION - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_VIEW_TYPE - 接口 中的静态变量com.jfinal.core.Const
 
defaultContainerFactory - 接口 中的静态变量com.jfinal.plugin.activerecord.IContainerFactory
 
defaultKeyNamingPolicy - 接口 中的静态变量com.jfinal.plugin.redis.IKeyNamingPolicy
 
defaultValue - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
del(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
删除给定的一个 key 不存在的 key 会被忽略。
del(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
删除给定的多个 key 不存在的 key 会被忽略。
delete(File) - 类 中的静态方法com.jfinal.kit.FileKit
 
delete(String, String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Delete record.
delete(String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Example: boolean succeed = Db.delete("user", user);
delete(String, String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Delete record.
delete(String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Example: boolean succeed = DbPro.use().delete("user", user);
delete() - 类 中的方法com.jfinal.plugin.activerecord.Model
Delete model.
deleteById(String, Object) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Delete record by id with default primary key.
deleteById(String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Delete record by id.
deleteById(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Delete record by id with default primary key.
deleteById(String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Delete record by id.
deleteById(Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
Delete model by id.
deleteById(Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Delete model by composite id values.
destroy() - 类 中的方法com.jfinal.core.JFinalFilter
 
Dialect - com.jfinal.plugin.activerecord.dialect中的类
Dialect.
Dialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.Dialect
 
dialect - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
Dialect.Holder - com.jfinal.plugin.activerecord.dialect中的类
 
Dialect.Holder() - 类 的构造器com.jfinal.plugin.activerecord.dialect.Dialect.Holder
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.jfinal.core.JFinalFilter
 
doIntercept(Invocation) - 类 中的方法com.jfinal.aop.PrototypeInterceptor
 
DruidPlugin - com.jfinal.plugin.druid中的类
DruidPlugin.
DruidPlugin(String, String, String) - 类 的构造器com.jfinal.plugin.druid.DruidPlugin
 
DruidPlugin(String, String, String, String) - 类 的构造器com.jfinal.plugin.druid.DruidPlugin
 
DruidPlugin(String, String, String, String, String) - 类 的构造器com.jfinal.plugin.druid.DruidPlugin
 
DruidStatViewHandler - com.jfinal.plugin.druid中的类
替代 StatViewServlet
DruidStatViewHandler(String) - 类 的构造器com.jfinal.plugin.druid.DruidStatViewHandler
 
DruidStatViewHandler(String, IDruidStatViewAuth) - 类 的构造器com.jfinal.plugin.druid.DruidStatViewHandler
 
Duang - com.jfinal.aop中的类
duang duang duang
duang(Class<T>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Class<T>, Interceptor...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Class<T>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Class<T>, Interceptor...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Class<T>, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object, Interceptor...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(Object, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Object) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Object, Interceptor...) - 类 中的静态方法com.jfinal.aop.Duang
 
duang(String, Object, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Duang
 

E

EhCache - com.jfinal.plugin.activerecord.cache中的类
EhCache.
EhCache() - 类 的构造器com.jfinal.plugin.activerecord.cache.EhCache
 
EhCachePlugin - com.jfinal.plugin.ehcache中的类
EhCachePlugin.
EhCachePlugin() - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
EhCachePlugin(CacheManager) - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
EhCachePlugin(String) - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
EhCachePlugin(URL) - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
EhCachePlugin(InputStream) - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
EhCachePlugin(Configuration) - 类 的构造器com.jfinal.plugin.ehcache.EhCachePlugin
 
ElResolverListener - com.jfinal.ext.kit中的类
针对 weblogic 等部分容器无法 register ModelRecordElResolver 增强对象的情况, 添加此 Listern 到 web.xml 即可解决 用法,在 web.xml 中添加 ElResolverListener 的配置如下: com.jfinal.ext.kit.ElResolverListener
ElResolverListener() - 类 的构造器com.jfinal.ext.kit.ElResolverListener
 
emailAddressPattern - 类 中的静态变量com.jfinal.validate.Validator
 
encodeFileName(String) - 类 中的方法com.jfinal.render.FileRender
 
enhance(Class<T>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>, Interceptor...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Class<T>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Class<T>, Interceptor...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Class<T>, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object, Interceptor...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Object, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Object) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Object, Interceptor...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(String, Object, Class<? extends Interceptor>...) - 类 中的静态方法com.jfinal.aop.Enhancer
 
enhance(Class<T>) - 类 中的方法com.jfinal.core.Controller
 
enhance(Class<T>, Interceptor...) - 类 中的方法com.jfinal.core.Controller
 
enhance(Class<T>, Class<? extends Interceptor>...) - 类 中的方法com.jfinal.core.Controller
 
enhance(Class<T>, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(Class<T>, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Class<T>) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Class<T>, Interceptor...) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Class<T>, Class<? extends Interceptor>...) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object, Interceptor...) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object, Class<? extends Interceptor>...) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(Object, Class<? extends Interceptor>, Class<? extends Interceptor>, Class<? extends Interceptor>) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Object) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Object, Interceptor...) - 类 中的方法com.jfinal.core.Controller
 
enhance(String, Object, Class<? extends Interceptor>...) - 类 中的方法com.jfinal.core.Controller
 
Enhancer - com.jfinal.aop中的类
Enhancer
equals(Ret) - 类 中的方法com.jfinal.kit.Ret
 
equals(Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
equals(Object) - 类 中的方法com.jfinal.plugin.activerecord.Record
 
equals(Object) - 类 中的方法com.jfinal.token.Token
 
error(String) - 类 中的静态方法com.jfinal.kit.LogKit
 
error(String, Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
 
error(String) - 类 中的方法com.jfinal.log.JdkLog
 
error(String, Throwable) - 类 中的方法com.jfinal.log.JdkLog
 
error(String) - 类 中的方法com.jfinal.log.Log
 
error(String, Throwable) - 类 中的方法com.jfinal.log.Log
 
error(String) - 类 中的方法com.jfinal.log.Log4jLog
 
error(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLog
 
errorCode - 类 中的变量com.jfinal.render.ErrorRender
 
ErrorRender - com.jfinal.render中的类
ErrorRender.
ErrorRender(int, String) - 类 的构造器com.jfinal.render.ErrorRender
 
escape(String) - 类 中的方法com.jfinal.json.JFinalJson
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters (U+0000 through U+001F).
escape(String, StringBuilder) - 类 中的方法com.jfinal.json.JFinalJson
 
EvictInterceptor - com.jfinal.plugin.ehcache中的类
EvictInterceptor.
EvictInterceptor() - 类 的构造器com.jfinal.plugin.ehcache.EvictInterceptor
 
excludedTables - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
execute(ICallback) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
execute(ICallback) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
exists(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
检查给定 key 是否存在。
expire(Object, int) - 类 中的方法com.jfinal.plugin.redis.Cache
为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。
expireAt(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
EXPIREAT 的作用和 EXPIRE 类似,都用于为 key 设置生存时间。

F

FakeStaticHandler - com.jfinal.ext.handler中的类
FakeStaticHandler.
FakeStaticHandler() - 类 的构造器com.jfinal.ext.handler.FakeStaticHandler
 
FakeStaticHandler(String) - 类 的构造器com.jfinal.ext.handler.FakeStaticHandler
 
FastJson - com.jfinal.json中的类
Json 转换 fastjson 实现.
FastJson() - 类 的构造器com.jfinal.json.FastJson
 
FastJsonFactory - com.jfinal.json中的类
IJsonFactory 的 fastjson 实现.
FastJsonFactory() - 类 的构造器com.jfinal.json.FastJsonFactory
 
fatal(String) - 类 中的静态方法com.jfinal.kit.LogKit
 
fatal(String, Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
 
fatal(String) - 类 中的方法com.jfinal.log.JdkLog
JdkLog fatal is the same as the error.
fatal(String, Throwable) - 类 中的方法com.jfinal.log.JdkLog
JdkLog fatal is the same as the error.
fatal(String) - 类 中的方法com.jfinal.log.Log
 
fatal(String, Throwable) - 类 中的方法com.jfinal.log.Log
 
fatal(String) - 类 中的方法com.jfinal.log.Log4jLog
 
fatal(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLog
 
fieldFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.Cache
 
fieldFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.FstSerializer
 
fieldFromBytes(byte[]) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
fieldFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 
fieldSetFromBytesSet(Set<byte[]>, Set<Object>) - 类 中的方法com.jfinal.plugin.redis.Cache
 
fieldsToBytesArray(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
 
fieldToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
 
fieldToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.serializer.FstSerializer
 
fieldToBytes(Object) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
fieldToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 
FileKit - com.jfinal.kit中的类
FileKit.
FileKit() - 类 的构造器com.jfinal.kit.FileKit
 
FileRender - com.jfinal.render中的类
FileRender.
FileRender(File) - 类 的构造器com.jfinal.render.FileRender
 
FileRender(String) - 类 的构造器com.jfinal.render.FileRender
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
fillStatement(PreparedStatement, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
fillStatement(PreparedStatement, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
find(Connection, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
Return the columns map of the record
find(String, Connection, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
find(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
find(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
find(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
find(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
find(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model.
find(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
findByCache(String, Object, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Find Record by cache.
findByCache(String, Object, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
findByCache(String, Object, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Find Record by cache.
findByCache(String, Object, String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
findByCache(String, Object, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model by cache.
findByCache(String, Object, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
findById(String, Object) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Find record by id with default primary key.
findById(String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Find record by id.
findById(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Find record by id with default primary key.
findById(String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Find record by id.
findById(Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model by id.
findById(Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model by composite id values.
findByIdLoadColumns(Object, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model by id and load specific columns only.
findByIdLoadColumns(Object[], String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find model by composite id values and load specific columns only.
findFirst(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Find first record.
findFirst(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
findFirst(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Find first record.
findFirst(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
findFirst(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find first model.
findFirst(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
findFirstByCache(String, Object, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Find first record by cache.
findFirstByCache(String, Object, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
findFirstByCache(String, Object, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Find first record by cache.
findFirstByCache(String, Object, String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
findFirstByCache(String, Object, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Find first model by cache.
findFirstByCache(String, Object, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
firstCharToLowerCase(String) - 类 中的静态方法com.jfinal.kit.StrKit
首字母变小写
firstCharToUpperCase(String) - 类 中的静态方法com.jfinal.kit.StrKit
首字母变大写
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbDeleteById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbFindById(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
Do not delete the String[] pKeys parameter, the element of pKeys needs to trim()
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbSave(String, String[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbUpdate(String, String[], Object[], Record, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forIE() - 类 中的方法com.jfinal.render.JsonRender
 
format(String, Object...) - 类 中的方法com.jfinal.i18n.Res
Get the message value from ResourceBundle by the key then format with the arguments.
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelDeleteById(Table) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelFindById(Table, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelSave(Table, Map<String, Object>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forModelUpdate(Table, Map<String, Object>, Set<String>, StringBuilder, List<Object>) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forPaginate(int, int, String, String) - 类 中的方法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, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forPaginate(int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forPaginate(int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forPaginate(int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forPaginate(int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forPaginate(int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
sql.replaceFirst("(?
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forTableBuilderDoBuild(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
forwardAction(String) - 类 中的方法com.jfinal.core.Controller
Forward to an action
FREE_MARKER_RENDER - 类 中的静态变量com.jfinal.plugin.ehcache.RenderType
 
FreeMarkerRender - com.jfinal.render中的类
FreeMarkerRender.
FreeMarkerRender(String) - 类 的构造器com.jfinal.render.FreeMarkerRender
 
FstSerializer - com.jfinal.plugin.redis.serializer中的类
FstSerializer.
FstSerializer() - 类 的构造器com.jfinal.plugin.redis.serializer.FstSerializer
 

G

genBaseModelContent(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genCell(int, String, String, String, String, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
genClassDefine(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genClassDefine(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
genClassDefine(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
genColumn(TableMeta, ColumnMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
genDao(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
generate(HttpServletRequest) - 类 中的方法com.jfinal.ext.kit.SessionIdKit
 
generate(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
generate(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
generate() - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
 
generate(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
generate(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
generateDaoInModel - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
generateDataDictionary - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
generateNullValue - 类 中的变量com.jfinal.json.Jackson
 
generateSalt(int) - 类 中的静态方法com.jfinal.kit.HashKit
md5 128bit 16bytes sha1 160bit 20bytes sha256 256bit 32bytes sha384 384bit 48bites sha512 512bit 64bites
generateTable(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
Generator - com.jfinal.plugin.activerecord.generator中的类
生成器 1:生成时会强制覆盖 Base model、MappingKit、DataDictionary,建议不要修改三类文件,在数据库有变化重新生成一次便可 2:生成 Model 不会覆盖已经存在的文件,Model 通常会被人为修改和维护 3:MappingKit 文件默认会在生成 Model 文件的同时生成 4:DataDictionary 文件默认不会生成。
Generator(DataSource, String, String, String, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.Generator
构造 Generator,生成 BaseModel、Model、MappingKit 三类文件,其中 MappingKit 输出目录与包名与 Model相同
Generator(DataSource, String, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.Generator
构造 Generator,只生成 baseModel
Generator(DataSource, BaseModelGenerator) - 类 的构造器com.jfinal.plugin.activerecord.generator.Generator
 
Generator(DataSource, BaseModelGenerator, ModelGenerator) - 类 的构造器com.jfinal.plugin.activerecord.generator.Generator
使用指定 BaseModelGenerator、ModelGenerator 构造 Generator 生成 BaseModel、Model、MappingKit 三类文件,其中 MappingKit 输出目录与包名与 Model相同
genGetMethodName(ColumnMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genImport(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genImport(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
genImport(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
genMappingMethod(List<TableMeta>, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
genModelContent(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
genPackage(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genPackage(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
genPackage(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
genSeparateLine(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
genSetMethodName(ColumnMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
genTableHead(TableMeta, StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
GET - com.jfinal.ext.interceptor中的类
Accept GET method only.
GET() - 类 的构造器com.jfinal.ext.interceptor.GET
 
get(String) - 类 中的方法com.jfinal.i18n.Res
Get the message value from ResourceBundle of the related Locale.
get(String, Map<String, String>, Map<String, String>) - 类 中的静态方法com.jfinal.kit.HttpKit
Send GET request
get(String, Map<String, String>) - 类 中的静态方法com.jfinal.kit.HttpKit
 
get(String) - 类 中的静态方法com.jfinal.kit.HttpKit
 
get(String) - 类 中的方法com.jfinal.kit.Prop
 
get(String, String) - 类 中的方法com.jfinal.kit.Prop
 
get(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
get(String, String) - 类 中的静态方法com.jfinal.kit.PropKit
 
get(Object) - 类 中的方法com.jfinal.kit.Ret
 
get(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.cache.EhCache
 
get(String, Object) - 接口 中的方法com.jfinal.plugin.activerecord.cache.ICache
 
get(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of any mysql type
get(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of any mysql type.
get(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of any mysql type
get(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of any mysql type.
get(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Sqls
 
get(String, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Sqls
 
get(String, Object) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
get(String, Object, IDataLoader) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
get(String, Object, Class<? extends IDataLoader>) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
get(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回 key 所关联的 value 值 如果 key 不存在那么返回特殊值 nil 。
getAccessToken(HttpServletRequest) - 类 中的静态方法com.jfinal.plugin.auth.AccessTokenBuilder
 
getAction(String, String[]) - 类 中的方法com.jfinal.core.JFinal
 
getActionKey() - 类 中的方法com.jfinal.aop.Invocation
Return the action key.
getActionKey() - 类 中的方法com.jfinal.core.Action
 
getActionKey() - 类 中的方法com.jfinal.validate.Validator
Return the action key of this action.
getActionMethod() - 类 中的方法com.jfinal.validate.Validator
Return the method of this action.
getAll() - 接口 中的方法com.jfinal.token.ITokenCache
 
getAllActionKeys() - 类 中的方法com.jfinal.core.JFinal
 
getArg(int) - 类 中的方法com.jfinal.aop.Invocation
 
getArgs() - 类 中的方法com.jfinal.aop.Invocation
 
getAttr(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttr(String) - 接口 中的方法com.jfinal.plugin.auth.ISession
 
getAttrForInt(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttrForStr(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttrNames() - 类 中的方法com.jfinal.core.Controller
Returns an Enumeration containing the names of the attributes available to this request.
getAttrNames() - 接口 中的方法com.jfinal.plugin.auth.ISession
 
getAttrs(Model) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
Return the attributes map of the model
getAttrs() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return attribute Map.
getAttrs() - 类 中的方法com.jfinal.render.JsonRender
 
getAttrsMap() - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
getAttrsMap() - 接口 中的方法com.jfinal.plugin.activerecord.IContainerFactory
 
getAttrsMap() - 类 中的方法com.jfinal.plugin.activerecord.OrderedFieldContainerFactory
 
getBaseDownloadPath() - 类 中的方法com.jfinal.config.Constants
 
getBaseName() - 类 中的方法com.jfinal.i18n.I18nInterceptor
Return the baseName, which is used as base name of the i18n resource file.
getBaseUploadPath() - 类 中的方法com.jfinal.config.Constants
 
getBean(Class<T>) - 类 中的方法com.jfinal.core.Controller
 
getBean(Class<T>, boolean) - 类 中的方法com.jfinal.core.Controller
 
getBean(Class<T>, String) - 类 中的方法com.jfinal.core.Controller
 
getBean(Class<T>, String, boolean) - 类 中的方法com.jfinal.core.Controller
 
getBigDecimal(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: decimal, numeric
getBigDecimal(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: decimal, numeric
getBigInteger(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: unsigned bigint
getBigInteger(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: unsigned bigint
getBoolean(String) - 类 中的方法com.jfinal.kit.Prop
 
getBoolean(String, Boolean) - 类 中的方法com.jfinal.kit.Prop
 
getBoolean(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
getBoolean(String, Boolean) - 类 中的静态方法com.jfinal.kit.PropKit
 
getBoolean(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: bit, tinyint(1)
getBoolean(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: bit, tinyint(1)
getBytes(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: binary, varbinary, tinyblob, blob, mediumblob, longblob
getBytes(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: binary, varbinary, tinyblob, blob, mediumblob, longblob I have not finished the test.
getCache() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getCache() - 类 中的方法com.jfinal.plugin.redis.RedisInterceptor
通过继承 RedisInterceptor 类并覆盖此方法,可以指定 当前线程所使用的 cache
getCacheManager() - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
getCaptchaRender() - 类 中的方法com.jfinal.render.RenderFactory
 
getColumnNames() - 类 中的方法com.jfinal.plugin.activerecord.Record
Return column names of this record.
getColumns() - 类 中的方法com.jfinal.plugin.activerecord.Record
Return columns map.
getColumnsMap() - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
getColumnsMap() - 接口 中的方法com.jfinal.plugin.activerecord.IContainerFactory
 
getColumnsMap() - 类 中的方法com.jfinal.plugin.activerecord.OrderedFieldContainerFactory
 
getColumnType(String) - 类 中的方法com.jfinal.plugin.activerecord.Table
 
getColumnTypeMap() - 类 中的方法com.jfinal.plugin.activerecord.Table
 
getColumnTypeMapEntrySet() - 类 中的方法com.jfinal.plugin.activerecord.Table
 
getColumnValues() - 类 中的方法com.jfinal.plugin.activerecord.Record
Return column values of this record.
getComboPooledDataSource() - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
getCommonPropertyType(ELContext, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
getConfig() - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
getConfig(String) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
getConfig(Class<? extends Model>) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
getConfiguration() - 类 中的静态方法com.jfinal.render.FreeMarkerRender
freemarker can not load freemarker.properies automatically
getConfigWithTxConfig(Invocation) - 类 中的静态方法com.jfinal.plugin.activerecord.tx.Tx
 
getConnection() - 类 中的方法com.jfinal.plugin.activerecord.Config
Get Connection.
getConstants() - 类 中的方法com.jfinal.core.JFinal
 
getContainerFactory() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getContentType() - 类 中的方法com.jfinal.render.FreeMarkerRender
继承类可通过覆盖此方法改变 contentType,从而重用 freemarker 模板功能 例如利用 freemarker 实现 FreeMarkerXmlRender 生成 Xml 内容
getContentType() - 类 中的方法com.jfinal.render.VelocityRender
继承类可通过覆盖此方法改变 contentType,从而重用 velocity 模板功能 例如利用 velocity 实现 VelocityXmlRender
getContentType() - 类 中的方法com.jfinal.render.XmlRender
 
getContentType() - 类 中的方法com.jfinal.upload.UploadFile
 
getContextPath() - 类 中的方法com.jfinal.core.JFinal
 
getController() - 类 中的方法com.jfinal.aop.Invocation
Return the controller of this action.
getController() - 类 中的方法com.jfinal.validate.Validator
Return the controller of this action.
getControllerClass() - 类 中的方法com.jfinal.core.Action
 
getControllerKey() - 类 中的方法com.jfinal.aop.Invocation
Return the controller key.
getControllerKey() - 类 中的方法com.jfinal.core.Action
 
getControllerKey() - 类 中的方法com.jfinal.validate.Validator
Return the controller key of this action.
getCookie(String, String) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name.
getCookie(String) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name.
getCookieObject(String) - 类 中的方法com.jfinal.core.Controller
Get cookie object by cookie name.
getCookieObjects() - 类 中的方法com.jfinal.core.Controller
Get all cookie objects.
getCookieToInt(String) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name and convert to Integer.
getCookieToInt(String, Integer) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name and convert to Integer.
getCookieToLong(String) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name and convert to Long.
getCookieToLong(String, Long) - 类 中的方法com.jfinal.core.Controller
Get cookie value by cookie name and convert to Long.
getCounter(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
获取记数器的值
getData() - 类 中的方法com.jfinal.kit.Ret
 
getDataSource() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getDataSource() - 接口 中的方法com.jfinal.plugin.activerecord.IDataSourceProvider
 
getDataSource() - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
getDataSource() - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
getDate(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: date, year
getDate(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: date, year
getDatePattern() - 类 中的方法com.jfinal.json.Json
 
getDatePattern() - 类 中的方法com.jfinal.validate.Validator
 
getDefaultDatePattern() - 类 中的方法com.jfinal.json.Json
 
getDefaultPrimaryKey() - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
getDefaultPrimaryKey() - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
getDefaultRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getDevMode() - 类 中的方法com.jfinal.config.Constants
 
getDevMode() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
getDevMode() - 类 中的静态方法com.jfinal.render.Render
 
getDialect() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getDouble(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: real, double
getDouble(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: real, double
getEncoding() - 类 中的方法com.jfinal.config.Constants
 
getEncoding() - 类 中的静态方法com.jfinal.render.Render
 
getEntrySet() - 类 中的方法com.jfinal.config.Routes
 
getErrorCode() - 异常错误 中的方法com.jfinal.core.ActionException
 
getErrorCode() - 类 中的方法com.jfinal.render.ErrorRender
 
getErrorHtml() - 类 中的方法com.jfinal.render.ErrorRender
 
getErrorRender() - 异常错误 中的方法com.jfinal.core.ActionException
 
getErrorRender(int, String) - 类 中的方法com.jfinal.render.RenderFactory
 
getErrorRender(int) - 类 中的方法com.jfinal.render.RenderFactory
 
getErrorView(int) - 类 中的方法com.jfinal.config.Constants
 
getExpirationTime() - 类 中的方法com.jfinal.token.Token
 
getFeatureDescriptors(ELContext, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
getFile(String, String, Integer, String) - 类 中的方法com.jfinal.core.Controller
 
getFile(String, String, int) - 类 中的方法com.jfinal.core.Controller
 
getFile(String, String) - 类 中的方法com.jfinal.core.Controller
 
getFile() - 类 中的方法com.jfinal.core.Controller
 
getFile(String) - 类 中的方法com.jfinal.core.Controller
 
getFile() - 类 中的方法com.jfinal.upload.UploadFile
 
getFileFromJar(String) - 类 中的静态方法com.jfinal.kit.PathKit
 
getFileName() - 类 中的方法com.jfinal.upload.UploadFile
 
getFileRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getFileRender(File) - 类 中的方法com.jfinal.render.RenderFactory
 
getFiles(String, Integer, String) - 类 中的方法com.jfinal.core.Controller
Get upload file from multipart request.
getFiles(String, int) - 类 中的方法com.jfinal.core.Controller
 
getFiles(String) - 类 中的方法com.jfinal.core.Controller
 
getFiles() - 类 中的方法com.jfinal.core.Controller
 
getFiles() - 类 中的方法com.jfinal.upload.MultipartRequest
 
getFloat(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: float
getFloat(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: float
getForIE() - 类 中的方法com.jfinal.render.JsonRender
 
getFreeMarkerRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getFreeMarkerTemplateUpdateDelay() - 类 中的方法com.jfinal.config.Constants
 
getFreeMarkerViewExtension() - 类 中的方法com.jfinal.config.Constants
 
getHandler(List<Handler>, Handler) - 类 中的静态方法com.jfinal.handler.HandlerFactory
Build handler chain
getHandlerList() - 类 中的方法com.jfinal.config.Handlers
 
getHtmlRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getId() - 接口 中的方法com.jfinal.plugin.auth.ISession
 
getId() - 类 中的方法com.jfinal.token.Token
Returns a string containing the unique identifier assigned to this token.
getInt(String) - 类 中的方法com.jfinal.kit.Prop
 
getInt(String, Integer) - 类 中的方法com.jfinal.kit.Prop
 
getInt(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
getInt(String, Integer) - 类 中的静态方法com.jfinal.kit.PropKit
 
getInt(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: int, integer, tinyint(n) n > 1, smallint, mediumint
getInt(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: int, integer, tinyint(n) n > 1, smallint, mediumint
getInterceptors() - 类 中的方法com.jfinal.core.Action
 
getJavascriptRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getJedis() - 类 中的方法com.jfinal.plugin.redis.Cache
 
getJedisPoolConfig() - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
当RedisPlugin 提供的设置属性仍然无法满足需求时,通过此方法获取到 JedisPoolConfig 对象,可对 redis 进行更加细致的配置 例如: redisPlugin.getJedisPoolConfig().setMaxTotal(100);
getJson() - 类 中的静态方法com.jfinal.json.FastJson
 
getJson() - 类 中的方法com.jfinal.json.FastJsonFactory
 
getJson() - 接口 中的方法com.jfinal.json.IJsonFactory
 
getJson() - 类 中的静态方法com.jfinal.json.Jackson
 
getJson() - 类 中的方法com.jfinal.json.JacksonFactory
 
getJson() - 类 中的静态方法com.jfinal.json.JFinalJson
 
getJson() - 类 中的方法com.jfinal.json.JFinalJsonFactory
 
getJson() - 类 中的静态方法com.jfinal.json.Json
 
getJsonRender() - 类 中的方法com.jfinal.render.RenderFactory
 
getJsonRender(String, Object) - 类 中的方法com.jfinal.render.RenderFactory
 
getJsonRender(String[]) - 类 中的方法com.jfinal.render.RenderFactory
 
getJsonRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getJsonRender(Object) - 类 中的方法com.jfinal.render.RenderFactory
 
getJsonText() - 类 中的方法com.jfinal.render.JsonRender
 
getJspRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getJspViewExtension() - 类 中的方法com.jfinal.config.Constants
 
getKeyName(Object) - 接口 中的方法com.jfinal.plugin.redis.IKeyNamingPolicy
 
getKeyNamingPolicy() - 类 中的方法com.jfinal.plugin.redis.Cache
 
getKeys(String) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
getList() - 类 中的方法com.jfinal.plugin.activerecord.Page
Return list of this page.
getLocaleParaName() - 类 中的方法com.jfinal.i18n.I18nInterceptor
Return the localeParaName, which is used as para name to get locale from the request para and the cookie.
getLog(Class<?>) - 接口 中的方法com.jfinal.log.ILogFactory
 
getLog(String) - 接口 中的方法com.jfinal.log.ILogFactory
 
getLog(Class<?>) - 类 中的静态方法com.jfinal.log.JdkLog
 
getLog(String) - 类 中的静态方法com.jfinal.log.JdkLog
 
getLog(Class<?>) - 类 中的方法com.jfinal.log.JdkLogFactory
 
getLog(String) - 类 中的方法com.jfinal.log.JdkLogFactory
 
getLog(Class<?>) - 类 中的静态方法com.jfinal.log.Log
 
getLog(String) - 类 中的静态方法com.jfinal.log.Log
 
getLog(Class<?>) - 类 中的静态方法com.jfinal.log.Log4jLog
 
getLog(String) - 类 中的静态方法com.jfinal.log.Log4jLog
 
getLog(Class<?>) - 类 中的方法com.jfinal.log.Log4jLogFactory
 
getLog(String) - 类 中的方法com.jfinal.log.Log4jLogFactory
 
getLong(String) - 类 中的方法com.jfinal.kit.Prop
 
getLong(String, Long) - 类 中的方法com.jfinal.kit.Prop
 
getLong(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
getLong(String, Long) - 类 中的静态方法com.jfinal.kit.PropKit
 
getLong(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: bigint, unsign int
getLong(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: bigint
getMaxPostSize() - 类 中的方法com.jfinal.config.Constants
 
getMethod() - 类 中的方法com.jfinal.aop.Invocation
Return the method of this action.
getMethod() - 类 中的方法com.jfinal.core.Action
 
getMethodName() - 类 中的方法com.jfinal.aop.Invocation
Return the method name of this action's method.
getMethodName() - 类 中的方法com.jfinal.core.Action
 
getModel(Class<T>) - 类 中的方法com.jfinal.core.Controller
Get model from http request.
getModel(Class<T>, boolean) - 类 中的方法com.jfinal.core.Controller
 
getModel(Class<T>, String) - 类 中的方法com.jfinal.core.Controller
Get model from http request.
getModel(Class<T>, String, boolean) - 类 中的方法com.jfinal.core.Controller
 
getModelClass() - 类 中的方法com.jfinal.plugin.activerecord.Table
 
getModifyFlag(Model) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
getModifyFlagSet() - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
getModifyFlagSet() - 接口 中的方法com.jfinal.plugin.activerecord.IContainerFactory
 
getModifyFlagSet() - 类 中的方法com.jfinal.plugin.activerecord.OrderedFieldContainerFactory
 
getName() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getName() - 类 中的方法com.jfinal.plugin.activerecord.Table
 
getName() - 类 中的方法com.jfinal.plugin.redis.Cache
 
getNullRender() - 类 中的方法com.jfinal.render.RenderFactory
 
getNumber(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of any type that extends from Number
getNumber(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of any type that extends from Number
getObjectMapper() - 类 中的方法com.jfinal.json.Jackson
通过获取 ObjectMapper 进行更个性化设置,满足少数特殊情况
getOriginalFileName() - 类 中的方法com.jfinal.upload.UploadFile
 
getPackagePath(Object) - 类 中的静态方法com.jfinal.kit.PathKit
 
getPageNumber() - 类 中的方法com.jfinal.plugin.activerecord.Page
Return page number.
getPageSize() - 类 中的方法com.jfinal.plugin.activerecord.Page
Return page size.
getPara(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getPara(String, String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter as a String, or default value if the parameter does not exist.
getPara() - 类 中的方法com.jfinal.core.Controller
Get all para with separator char from url
getPara(int) - 类 中的方法com.jfinal.core.Controller
Get para from url.
getPara(int, String) - 类 中的方法com.jfinal.core.Controller
Get para from url with default value if it is null or "".
getParaMap() - 类 中的方法com.jfinal.core.Controller
Returns the values of the request parameters as a Map.
getParameter(String) - 类 中的方法com.jfinal.upload.MultipartRequest
 
getParameterMap() - 类 中的方法com.jfinal.upload.MultipartRequest
 
getParameterName() - 类 中的方法com.jfinal.upload.UploadFile
 
getParameterNames() - 类 中的方法com.jfinal.upload.MultipartRequest
Methods to replace HttpServletRequest methods
getParameterValues(String) - 类 中的方法com.jfinal.upload.MultipartRequest
 
getParaNames() - 类 中的方法com.jfinal.core.Controller
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParaToBoolean(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Boolean.
getParaToBoolean(String, Boolean) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Boolean with a default value if it is null.
getParaToBoolean() - 类 中的方法com.jfinal.core.Controller
Get all para from url and convert to Boolean
getParaToBoolean(int) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Boolean.
getParaToBoolean(int, Boolean) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Boolean with default value if it is null.
getParaToDate(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Date.
getParaToDate(String, Date) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Date with a default value if it is null.
getParaToDate() - 类 中的方法com.jfinal.core.Controller
Get all para from url and convert to Date
getParaToInt(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Integer.
getParaToInt(String, Integer) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Integer with a default value if it is null.
getParaToInt(int) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Integer.
getParaToInt(int, Integer) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Integer with default value if it is null.
getParaToInt() - 类 中的方法com.jfinal.core.Controller
Get all para from url and convert to Integer
getParaToLong(String) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Long.
getParaToLong(String, Long) - 类 中的方法com.jfinal.core.Controller
Returns the value of a request parameter and convert to Long with a default value if it is null.
getParaToLong(int) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Long.
getParaToLong(int, Long) - 类 中的方法com.jfinal.core.Controller
Get para from url and conver to Long with default value if it is null.
getParaToLong() - 类 中的方法com.jfinal.core.Controller
Get all para from url and convert to Long
getParaValues(String) - 类 中的方法com.jfinal.core.Controller
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParaValuesToInt(String) - 类 中的方法com.jfinal.core.Controller
Returns an array of Integer objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParaValuesToLong(String) - 类 中的方法com.jfinal.core.Controller
 
getPath(Class) - 类 中的静态方法com.jfinal.kit.PathKit
 
getPath(Object) - 类 中的静态方法com.jfinal.kit.PathKit
 
getPluginList() - 类 中的方法com.jfinal.config.Plugins
 
getPrimaryKey() - 类 中的方法com.jfinal.plugin.activerecord.Table
update() and delete() need this method.
getProp() - 类 中的静态方法com.jfinal.kit.PropKit
 
getProp(String) - 类 中的静态方法com.jfinal.kit.PropKit
 
getProperties() - 类 中的方法com.jfinal.kit.Prop
 
getProperty(String) - 类 中的方法com.jfinal.config.JFinalConfig
 
getProperty(String, String) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToBoolean(String) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToBoolean(String, Boolean) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToInt(String) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToInt(String, Integer) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToLong(String) - 类 中的方法com.jfinal.config.JFinalConfig
 
getPropertyToLong(String, Long) - 类 中的方法com.jfinal.config.JFinalConfig
 
getRedirect301Render(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getRedirect301Render(String, boolean) - 类 中的方法com.jfinal.render.RenderFactory
 
getRedirectRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getRedirectRender(String, boolean) - 类 中的方法com.jfinal.render.RenderFactory
 
getRender() - 类 中的方法com.jfinal.core.Controller
 
getRender(int, String) - 接口 中的方法com.jfinal.render.IErrorRenderFactory
 
getRender(String) - 接口 中的方法com.jfinal.render.IMainRenderFactory
Return the render.
getRender(String) - 接口 中的方法com.jfinal.render.IXmlRenderFactory
 
getRender(String) - 类 中的方法com.jfinal.render.RenderFactory
Return Render by default ViewType which config in JFinalConfig
getRequest() - 类 中的方法com.jfinal.core.Controller
Return HttpServletRequest.
getResName() - 类 中的方法com.jfinal.i18n.I18nInterceptor
Return the resName, which is used as attribute name to pass the Res object to the view.
getResourceBundle() - 类 中的方法com.jfinal.i18n.Res
 
getResponse() - 类 中的方法com.jfinal.core.Controller
Return HttpServletResponse.
getReturnValue() - 类 中的方法com.jfinal.aop.Invocation
Get the return value of the target method
getRootClassPath() - 类 中的静态方法com.jfinal.kit.PathKit
 
getSerializer() - 类 中的方法com.jfinal.plugin.redis.Cache
 
getServer(String, int, String, int) - 类 中的静态方法com.jfinal.server.ServerFactory
Return web server.
getServer(String, int, String) - 类 中的静态方法com.jfinal.server.ServerFactory
 
getServer(int, String, int) - 类 中的静态方法com.jfinal.server.ServerFactory
 
getServer(int, String) - 类 中的静态方法com.jfinal.server.ServerFactory
 
getServer(int) - 类 中的静态方法com.jfinal.server.ServerFactory
 
getServer() - 类 中的静态方法com.jfinal.server.ServerFactory
 
getServletContext() - 类 中的方法com.jfinal.core.JFinal
 
getSession() - 类 中的方法com.jfinal.core.Controller
Return HttpSession.
getSession(boolean) - 类 中的方法com.jfinal.core.Controller
Return HttpSession.
getSession(String, boolean) - 类 中的方法com.jfinal.plugin.auth.SessionKit
 
getSession(String) - 类 中的方法com.jfinal.plugin.auth.SessionKit
 
getSessionAttr(String) - 类 中的方法com.jfinal.core.Controller
Return a Object from session.
getSet(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将给定 key 的值设为 value ,并返回 key 的旧值(old value)。
getStr(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: varchar, char, enum, set, text, tinytext, mediumtext, longtext
getStr(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: varchar, char, enum, set, text, tinytext, mediumtext, longtext
getTable(Class<? extends Model>) - 类 中的方法com.jfinal.plugin.activerecord.TableMapping
 
getTablesResultSet() - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
不同数据库 dbMeta.getTables(...)
getTarget(String) - 类 中的静态方法com.jfinal.aop.Duang
 
getTarget(String) - 类 中的静态方法com.jfinal.aop.Enhancer
 
getTarget() - 类 中的方法com.jfinal.aop.Invocation
Get the target object which be intercepted Example: OrderService os = getTarget();
getterTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
getTextRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getTextRender(String, String) - 类 中的方法com.jfinal.render.RenderFactory
 
getTextRender(String, ContentType) - 类 中的方法com.jfinal.render.RenderFactory
 
getThreadLocalConnection() - 类 中的方法com.jfinal.plugin.activerecord.Config
Helps to implement nested transaction.
getThreadLocalJedis() - 类 中的方法com.jfinal.plugin.redis.Cache
 
getTime(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: time
getTime(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: time
getTimestamp(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Get attribute of mysql type: timestamp, datetime
getTimestamp(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Get column of mysql type: timestamp, datetime
getTokenCache() - 类 中的方法com.jfinal.config.Constants
 
getTotalPage() - 类 中的方法com.jfinal.plugin.activerecord.Page
Return total page.
getTotalRow() - 类 中的方法com.jfinal.plugin.activerecord.Page
Return total row.
getTransactionLevel() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getTransactionLevel(Config) - 类 中的方法com.jfinal.plugin.activerecord.tx.Tx
 
getTransactionLevel(Config) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxReadCommitted
 
getTransactionLevel(Config) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxReadUncommitted
 
getTransactionLevel(Config) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxRepeatableRead
 
getTransactionLevel(Config) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxSerializable
 
getType(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.TypeMapping
 
getType(String) - 类 中的方法com.jfinal.plugin.activerecord.JavaType
 
getType(ELContext, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
getUploadPath() - 类 中的方法com.jfinal.upload.UploadFile
 
getUrlParaSeparator() - 类 中的方法com.jfinal.config.Constants
 
getUsefulClass(Class<? extends Model>) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
getValue(ELContext, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
getVelocityRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getVelocityViewExtension() - 类 中的方法com.jfinal.config.Constants
 
getView() - 类 中的方法com.jfinal.render.Render
 
getViewExtension() - 接口 中的方法com.jfinal.render.IMainRenderFactory
The extension of the view.
getViewPath() - 类 中的方法com.jfinal.aop.Invocation
Return view path of this controller.
getViewPath(String) - 类 中的方法com.jfinal.config.Routes
 
getViewPath() - 类 中的方法com.jfinal.core.Action
 
getViewPath() - 类 中的方法com.jfinal.validate.Validator
Return view path of this controller.
getViewType() - 类 中的方法com.jfinal.config.Constants
 
getWebRootPath() - 类 中的静态方法com.jfinal.kit.PathKit
 
getXmlRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 

H

handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.ext.handler.ContextPathHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.ext.handler.FakeStaticHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.ext.handler.RoutesHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.ext.handler.ServerNameRedirect301Handler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.ext.handler.UrlSkipHandler
 
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.handler.Handler
Handle target
handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法com.jfinal.plugin.druid.DruidStatViewHandler
 
handleBlob(Blob) - 类 中的静态方法com.jfinal.plugin.activerecord.ModelBuilder
 
handleClob(Clob) - 类 中的静态方法com.jfinal.plugin.activerecord.ModelBuilder
 
handleError(Controller) - 类 中的方法com.jfinal.validate.Validator
Handle the validate error.
Handler - com.jfinal.handler中的类
Handler.
Handler() - 类 的构造器com.jfinal.handler.Handler
 
HandlerFactory - com.jfinal.handler中的类
HandlerFactory.
HandlerKit - com.jfinal.kit中的类
HandlerKit.
Handlers - com.jfinal.config中的类
Handlers.
Handlers() - 类 的构造器com.jfinal.config.Handlers
 
hasColumnLabel(String) - 类 中的方法com.jfinal.plugin.activerecord.Table
Model.save() need know what columns belongs to himself that he can saving to db.
hash(String, String) - 类 中的静态方法com.jfinal.kit.HashKit
 
hashCode() - 类 中的方法com.jfinal.plugin.activerecord.Model
 
hashCode() - 类 中的方法com.jfinal.plugin.activerecord.Record
 
hashCode() - 类 中的方法com.jfinal.token.Token
expirationTime 不予考虑, 因为就算 expirationTime 不同也认为是相同的 token.
HashKit - com.jfinal.kit中的类
 
HashKit() - 类 的构造器com.jfinal.kit.HashKit
 
hdel(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
hexists(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
查看哈希表 key 中,给定域 field 是否存在。
hget(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中给定域 field 的值。
hgetAll(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中,所有的域和值。
hincrBy(Object, Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
为哈希表 key 中的域 field 的值加上增量 increment 。
hincrByFloat(Object, Object, double) - 类 中的方法com.jfinal.plugin.redis.Cache
为哈希表 key 中的域 field 加上浮点数增量 increment 。
hkeys(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中的所有域。
hlen(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中域的数量。
hmget(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中,一个或多个给定域的值。
hmset(Object, Map<Object, Object>) - 类 中的方法com.jfinal.plugin.redis.Cache
同时将多个 field-value (域-值)对设置到哈希表 key 中。
hset(Object, Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将哈希表 key 中的域 field 的值设为 value 。
html401 - 类 中的静态变量com.jfinal.render.ErrorRender
 
html403 - 类 中的静态变量com.jfinal.render.ErrorRender
 
html404 - 类 中的静态变量com.jfinal.render.ErrorRender
 
html500 - 类 中的静态变量com.jfinal.render.ErrorRender
 
HtmlRender - com.jfinal.render中的类
HtmlRender.
HtmlRender(String) - 类 的构造器com.jfinal.render.HtmlRender
 
HttpKit - com.jfinal.kit中的类
HttpKit
hvals(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中所有域的值。

I

I18n - com.jfinal.i18n中的类
I18N support.
I18nInterceptor - com.jfinal.i18n中的类
I18nInterceptor is used to change the locale by request para, and it is also switch the view or pass Res object to the view.
I18nInterceptor() - 类 的构造器com.jfinal.i18n.I18nInterceptor
 
I18nInterceptor(String, String) - 类 的构造器com.jfinal.i18n.I18nInterceptor
 
I18nInterceptor(String, String, boolean) - 类 的构造器com.jfinal.i18n.I18nInterceptor
 
IAtom - com.jfinal.plugin.activerecord中的接口
IAtom support transaction of database.
IBean - com.jfinal.plugin.activerecord中的接口
IBean 标记型接口.
ICache - com.jfinal.plugin.activerecord.cache中的接口
ICache.
ICallback - com.jfinal.plugin.activerecord中的接口
ICallback provide a JDBC Connection if you need it or the active record plugin can not satisfy you requirement.
ICallback - com.jfinal.plugin.redis中的接口
ICallback.
IContainerFactory - com.jfinal.plugin.activerecord中的接口
 
IDataLoader - com.jfinal.plugin.ehcache中的接口
IDataLoader.
IDataSourceProvider - com.jfinal.plugin.activerecord中的接口
IDataSourceProvider ActiveRecordPlugin constructor accept DataSourceProvider and DataSource
IDruidStatViewAuth - com.jfinal.plugin.druid中的接口
授权
IErrorRenderFactory - com.jfinal.render中的接口
IErrorRenderFactory.
IJsonFactory - com.jfinal.json中的接口
IJsonFactory.
IKeyNamingPolicy - com.jfinal.plugin.redis中的接口
IKeyNamingPolicy.
ILogFactory - com.jfinal.log中的接口
ILogFactory.
IMainRenderFactory - com.jfinal.render中的接口
IMainRenderFactory.
importTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
importTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
importTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
incr(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 中储存的数字值增一。
incrBy(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 所储存的值加上增量 increment 。
info(String) - 类 中的静态方法com.jfinal.kit.LogKit
 
info(String, Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
 
info(String) - 类 中的方法com.jfinal.log.JdkLog
 
info(String, Throwable) - 类 中的方法com.jfinal.log.JdkLog
 
info(String) - 类 中的方法com.jfinal.log.Log
 
info(String, Throwable) - 类 中的方法com.jfinal.log.Log
 
info(String) - 类 中的方法com.jfinal.log.Log4jLog
 
info(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLog
 
init(FilterConfig) - 类 中的方法com.jfinal.core.JFinalFilter
 
init() - 类 中的方法com.jfinal.log.LogManager
 
init(ServletContext) - 类 中的静态方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
init() - 类 中的静态方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
init(Constants, ServletContext) - 类 中的方法com.jfinal.render.RenderFactory
 
init(ITokenCache) - 类 中的静态方法com.jfinal.token.TokenManager
 
init(String, int, String) - 类 中的静态方法com.jfinal.upload.OreillyCos
 
injectBean(Class<T>, HttpServletRequest, boolean) - 类 中的静态方法com.jfinal.core.Injector
 
injectBean(Class<T>, String, HttpServletRequest, boolean) - 类 中的静态方法com.jfinal.core.Injector
 
injectModel(Class<T>, HttpServletRequest, boolean) - 类 中的静态方法com.jfinal.core.Injector
 
injectModel(Class<T>, String, HttpServletRequest, boolean) - 类 中的静态方法com.jfinal.core.Injector
 
Injector - com.jfinal.core中的类
Injector.
Injector() - 类 的构造器com.jfinal.core.Injector
 
intercept(Invocation) - 接口 中的方法com.jfinal.aop.Interceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.aop.InterceptorStack
 
intercept(Invocation) - 类 中的方法com.jfinal.aop.PrototypeInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.GET
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.LogInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.NotAction
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.NoUrlPara
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.POST
 
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.Restful
add edit 无需处理 GET /user ---> index GET /user/id ---> show POST /user ---> save PUT /user/id ---> update DELECT /user/id ---> delete
intercept(Invocation) - 类 中的方法com.jfinal.ext.interceptor.SessionInViewInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.i18n.I18nInterceptor
1: use the locale from request para if exists. change the locale write to the cookie 2: use the locale from cookie para if exists. 3: use the default locale 4: use setAttr(resName, resObject) pass Res object to the view.
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.OneConnectionPerThread
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.Tx
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxByActionKeyRegex
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxByActionKeys
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxByMethodRegex
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxByMethods
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.ehcache.CacheInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.ehcache.EvictInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.redis.RedisInterceptor
 
intercept(Invocation) - 类 中的方法com.jfinal.validate.Validator
 
Interceptor - com.jfinal.aop中的接口
Interceptor.
InterceptorManager - com.jfinal.aop中的类
InterceptorManager. 1:管理控制层、业务层全局拦截器 2:缓存业务层 Class 级拦截器数组。
Interceptors - com.jfinal.config中的类
The Interceptors is used to config global action interceptors and global service interceptors.
Interceptors() - 类 的构造器com.jfinal.config.Interceptors
 
InterceptorStack - com.jfinal.aop中的类
InterceptorStack.
InterceptorStack() - 类 的构造器com.jfinal.aop.InterceptorStack
 
invalid - 类 中的变量com.jfinal.validate.Validator
 
invalidate(String) - 接口 中的方法com.jfinal.plugin.auth.ISession
 
Invocation - com.jfinal.aop中的类
Invocation is used to invoke the interceptors and the target method
Invocation() - 类 的构造器com.jfinal.aop.Invocation
 
Invocation(Action, Controller) - 类 的构造器com.jfinal.aop.Invocation
 
Invocation(Object, Method, Object[], MethodProxy, Interceptor[]) - 类 的构造器com.jfinal.aop.Invocation
 
invocation - 类 中的变量com.jfinal.validate.Validator
 
invoke() - 类 中的方法com.jfinal.aop.Invocation
 
invoke(Object, Method, Object[]) - 类 中的方法com.jfinal.plugin.activerecord.SqlReporter
 
IPlugin - com.jfinal.plugin中的接口
IPlugin
isAbsolutelyPath(String) - 类 中的静态方法com.jfinal.kit.PathKit
 
isActionInvocation() - 类 中的方法com.jfinal.aop.Invocation
return true if it is action invocation.
isBlank(String) - 类 中的静态方法com.jfinal.kit.StrKit
字符串为 null 或者为 "" 时返回 true
isDebugEnabled() - 类 中的静态方法com.jfinal.kit.LogKit
 
isDebugEnabled() - 类 中的方法com.jfinal.log.JdkLog
 
isDebugEnabled() - 类 中的方法com.jfinal.log.Log
 
isDebugEnabled() - 类 中的方法com.jfinal.log.Log4jLog
 
isDevMode() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
isEmpty() - 类 中的方法com.jfinal.kit.Ret
 
ISerializer - com.jfinal.plugin.redis.serializer中的接口
ISerializer.
isErrorEnabled() - 类 中的静态方法com.jfinal.kit.LogKit
 
isErrorEnabled() - 类 中的方法com.jfinal.log.JdkLog
 
isErrorEnabled() - 类 中的方法com.jfinal.log.Log
 
isErrorEnabled() - 类 中的方法com.jfinal.log.Log4jLog
 
IServer - com.jfinal.server中的接口
 
ISession - com.jfinal.plugin.auth中的接口
 
isFalse(Object) - 类 中的方法com.jfinal.kit.Ret
key 存在,并且 value 为 false,则返回 true
isFatalEnabled() - 类 中的静态方法com.jfinal.kit.LogKit
 
isFatalEnabled() - 类 中的方法com.jfinal.log.JdkLog
 
isFatalEnabled() - 类 中的方法com.jfinal.log.Log
 
isFatalEnabled() - 类 中的方法com.jfinal.log.Log4jLog
 
isFirstPage() - 类 中的方法com.jfinal.plugin.activerecord.Page
 
isInfoEnabled() - 类 中的静态方法com.jfinal.kit.LogKit
 
isInfoEnabled() - 类 中的方法com.jfinal.log.JdkLog
 
isInfoEnabled() - 类 中的方法com.jfinal.log.Log
 
isInfoEnabled() - 类 中的方法com.jfinal.log.Log4jLog
 
isInTransaction() - 类 中的方法com.jfinal.plugin.activerecord.Config
Return true if current thread in transaction.
isLastPage() - 类 中的方法com.jfinal.plugin.activerecord.Page
 
isNull(Object) - 类 中的方法com.jfinal.kit.Ret
key 不存在,或者 key 存在但 value 为null
isNullable - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
isOracle() - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
isOracle() - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
isParaBlank(String) - 类 中的方法com.jfinal.core.Controller
Return true if the para value is blank otherwise return false
isParaBlank(int) - 类 中的方法com.jfinal.core.Controller
Return true if the urlPara value is blank otherwise return false
isParaExists(String) - 类 中的方法com.jfinal.core.Controller
Return true if the para exists otherwise return false
isParaExists(int) - 类 中的方法com.jfinal.core.Controller
Return true if the urlPara exists otherwise return false
isPermitted(HttpServletRequest) - 接口 中的方法com.jfinal.plugin.druid.IDruidStatViewAuth
 
isPrimaryKey(String, String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
isPrimaryKey - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
isReadOnly(ELContext, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
isReportAfterInvocation(HttpServletRequest) - 类 中的静态方法com.jfinal.core.ActionReporter
 
isShowSql() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
isSkipTable(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
通过继承并覆盖此方法,跳过一些不希望处理的 table,定制更加灵活的 table 过滤规则
isTakeOverDbPaginate() - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
isTakeOverDbPaginate() - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
isTakeOverModelPaginate() - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
isTakeOverModelPaginate() - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
isTrue(Object) - 类 中的方法com.jfinal.kit.Ret
key 存在,并且 value 为 true,则返回 true
isWarnEnabled() - 类 中的静态方法com.jfinal.kit.LogKit
 
isWarnEnabled() - 类 中的方法com.jfinal.log.JdkLog
 
isWarnEnabled() - 类 中的方法com.jfinal.log.Log
 
isWarnEnabled() - 类 中的方法com.jfinal.log.Log4jLog
 
ITokenCache - com.jfinal.token中的接口
ITokenCache.
IXmlRenderFactory - com.jfinal.render中的接口
IXmlRenderFactory.

J

Jackson - com.jfinal.json中的类
Json 转换 jackson 实现.
Jackson() - 类 的构造器com.jfinal.json.Jackson
 
JacksonFactory - com.jfinal.json中的类
IJsonFactory 的 jackson 实现.
JacksonFactory() - 类 的构造器com.jfinal.json.JacksonFactory
 
javaKeyword - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
JavaKeyword - com.jfinal.plugin.activerecord.generator中的类
JavaKeyword.
JavaKeyword() - 类 的构造器com.jfinal.plugin.activerecord.generator.JavaKeyword
 
JavascriptRender - com.jfinal.render中的类
JavascriptRender.
JavascriptRender(String) - 类 的构造器com.jfinal.render.JavascriptRender
 
javaType - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
JavaType - com.jfinal.plugin.activerecord中的类
JavaType.
JavaType() - 类 的构造器com.jfinal.plugin.activerecord.JavaType
 
JdkLog - com.jfinal.log中的类
JdkLog.
JdkLogFactory - com.jfinal.log中的类
JdkLogFactory.
JdkLogFactory() - 类 的构造器com.jfinal.log.JdkLogFactory
 
JdkSerializer - com.jfinal.plugin.redis.serializer中的类
JdkSerializer.
JdkSerializer() - 类 的构造器com.jfinal.plugin.redis.serializer.JdkSerializer
 
jedisPool - 类 中的变量com.jfinal.plugin.redis.Cache
 
JFinal - com.jfinal.core中的类
JFinal
JFINAL_VERSION - 接口 中的静态变量com.jfinal.core.Const
 
JFinalConfig - com.jfinal.config中的类
JFinalConfig.
JFinalConfig() - 类 的构造器com.jfinal.config.JFinalConfig
 
JFinalFilter - com.jfinal.core中的类
JFinal framework filter
JFinalFilter() - 类 的构造器com.jfinal.core.JFinalFilter
 
JFinalJson - com.jfinal.json中的类
Json 转换 JFinal 实现.
JFinalJson() - 类 的构造器com.jfinal.json.JFinalJson
 
JFinalJsonFactory - com.jfinal.json中的类
IJsonFactory 的 jfinal 实现.
JFinalJsonFactory() - 类 的构造器com.jfinal.json.JFinalJsonFactory
 
join(String[]) - 类 中的静态方法com.jfinal.kit.StrKit
 
join(String[], String) - 类 中的静态方法com.jfinal.kit.StrKit
 
Json - com.jfinal.json中的类
json string 与 object 互转抽象
Json() - 类 的构造器com.jfinal.json.Json
 
JSON_RENDER - 类 中的静态变量com.jfinal.plugin.ehcache.RenderType
 
JsonKit - com.jfinal.kit中的类
JsonKit.
JsonKit() - 类 的构造器com.jfinal.kit.JsonKit
 
JsonManager - com.jfinal.json中的类
JsonManager.
JsonRender - com.jfinal.render中的类
JsonRender.
JsonRender() - 类 的构造器com.jfinal.render.JsonRender
 
JsonRender(String, Object) - 类 的构造器com.jfinal.render.JsonRender
 
JsonRender(String[]) - 类 的构造器com.jfinal.render.JsonRender
 
JsonRender(String) - 类 的构造器com.jfinal.render.JsonRender
 
JsonRender(Object) - 类 的构造器com.jfinal.render.JsonRender
 
JSP_RENDER - 类 中的静态变量com.jfinal.plugin.ehcache.RenderType
 
JspRender - com.jfinal.render中的类
JspRender.
JspRender(String) - 类 的构造器com.jfinal.render.JspRender
 

K

keep(String...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Keep attributes of this model and remove other attributes.
keep(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Keep attribute of this model and remove other attributes.
keep(String...) - 类 中的方法com.jfinal.plugin.activerecord.Record
Keep columns of this record and remove other columns.
keep(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Keep column of this record and remove other columns.
keepBean(Class<?>, String) - 类 中的方法com.jfinal.core.Controller
 
keepBean(Class<?>) - 类 中的方法com.jfinal.core.Controller
 
keepModel(Class<? extends Model>, String) - 类 中的方法com.jfinal.core.Controller
 
keepModel(Class<? extends Model>) - 类 中的方法com.jfinal.core.Controller
 
keepPara() - 类 中的方法com.jfinal.core.Controller
Keep all parameter's value except model value
keepPara(String...) - 类 中的方法com.jfinal.core.Controller
Keep parameter's value names pointed, model value can not be kept
keepPara(Class, String) - 类 中的方法com.jfinal.core.Controller
Convert para to special type and keep it
keepPara(Class, String...) - 类 中的方法com.jfinal.core.Controller
 
keyFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.FstSerializer
 
keyFromBytes(byte[]) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
keyFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 
keyNamingPolicy - 类 中的变量com.jfinal.plugin.redis.Cache
 
keys(String) - 类 中的方法com.jfinal.plugin.redis.Cache
查找所有符合给定模式 pattern 的 key 。
keysToBytesArray(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
 
keyToBytes(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
 
keyToBytes(String) - 类 中的方法com.jfinal.plugin.redis.serializer.FstSerializer
 
keyToBytes(String) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
keyToBytes(String) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 

L

lindex(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
返回列表 key 中,下标为 index 的元素。
listToJson(List, int) - 类 中的方法com.jfinal.json.JFinalJson
 
llen(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回列表 key 的长度。
load(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Sqls
加载 sql 文件.
load() - 接口 中的方法com.jfinal.plugin.ehcache.IDataLoader
 
loadPropertyFile(String) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(String, String) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(File) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(File, String) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file Example:
loadPropertyFile(new File("/var/config/my_config.txt"), "UTF-8");
Log - com.jfinal.log中的类
The five logging levels used by Log are (in order): 1.
Log() - 类 的构造器com.jfinal.log.Log
 
Log4jLog - com.jfinal.log中的类
Log4jLog.
Log4jLogFactory - com.jfinal.log中的类
Log4jLogFactory.
Log4jLogFactory() - 类 的构造器com.jfinal.log.Log4jLogFactory
 
LogInterceptor - com.jfinal.ext.interceptor中的类
LogInterceptor.
LogInterceptor() - 类 的构造器com.jfinal.ext.interceptor.LogInterceptor
 
LogKit - com.jfinal.kit中的类
LogKit.
LogKit() - 类 的构造器com.jfinal.kit.LogKit
 
LogManager - com.jfinal.log中的类
LogManager.
logNothing(Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
Do nothing.
lpop(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
移除并返回列表 key 的头元素。
lpush(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
将一个或多个值 value 插入到列表 key 的表头 如果有多个 value 值,那么各个 value 值按从左到右的顺序依次插入到表头: 比如说, 对空列表 mylist 执行命令 LPUSH mylist a b c ,列表的值将是 c b a , 这等同于原子性地执行 LPUSH mylist a 、 LPUSH mylist b 和 LPUSH mylist c 三个命令。
lrange(Object, long, long) - 类 中的方法com.jfinal.plugin.redis.Cache
返回列表 key 中指定区间内的元素,区间以偏移量 start 和 stop 指定。
lrem(Object, long, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
根据参数 count 的值,移除列表中与参数 value 相等的元素。
lset(Object, long, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将列表 key 下标为 index 的元素的值设置为 value 。
ltrim(Object, long, long) - 类 中的方法com.jfinal.plugin.redis.Cache
对一个列表进行修剪(trim),就是说,让列表只保留指定区间内的元素,不在指定区间之内的元素都将被删除。

M

main(String[]) - 类 中的静态方法com.jfinal.core.JFinal
Run JFinal Server with Debug Configurations or Run Configurations in Eclipse JavaEE args example: WebRoot 80 / 5
MAIN_CONFIG_NAME - 类 中的静态变量com.jfinal.plugin.activerecord.DbKit
 
map - 类 中的变量com.jfinal.plugin.activerecord.generator.TypeMapping
 
mappingKitClassName - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingKitGenerator - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
MappingKitGenerator - com.jfinal.plugin.activerecord.generator中的类
MappingKit 文件生成器
MappingKitGenerator(String, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingKitOutputDir - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingKitPackageName - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingMethodContentTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mappingMethodDefineTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
mapToJson(Map, int) - 类 中的方法com.jfinal.json.JFinalJson
 
md5(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
me() - 类 中的静态方法com.jfinal.aop.InterceptorManager
 
me() - 类 中的静态方法com.jfinal.core.JFinal
 
me() - 类 中的静态方法com.jfinal.ext.kit.SessionIdKit
 
me() - 类 中的静态方法com.jfinal.json.FastJsonFactory
 
me() - 类 中的静态方法com.jfinal.json.JacksonFactory
 
me() - 类 中的静态方法com.jfinal.json.JFinalJsonFactory
 
me() - 类 中的静态方法com.jfinal.json.JsonManager
 
me() - 类 中的静态方法com.jfinal.log.LogManager
 
me() - 类 中的静态方法com.jfinal.plugin.activerecord.TableMapping
 
me - 类 中的静态变量com.jfinal.plugin.redis.serializer.FstSerializer
 
me - 类 中的静态变量com.jfinal.plugin.redis.serializer.JdkSerializer
 
me() - 类 中的静态方法com.jfinal.render.RenderFactory
 
metaBuilder - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
MetaBuilder - com.jfinal.plugin.activerecord.generator中的类
MetaBuilder
MetaBuilder(DataSource) - 类 的构造器com.jfinal.plugin.activerecord.generator.MetaBuilder
 
mget(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回所有(一个或多个)给定 key 的值。
migrate(String, int, Object, int, int) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 原子性地从当前实例传送到目标实例的指定数据库上,一旦传送成功, key 保证会出现在目标实例上,而当前实例上的 key 会被删除。
MIN_SECONDS_OF_TOKEN_TIME_OUT - 接口 中的静态变量com.jfinal.core.Const
 
Model<M extends Model> - com.jfinal.plugin.activerecord中的类
Model.
Model() - 类 的构造器com.jfinal.plugin.activerecord.Model
 
ModelBuilder - com.jfinal.plugin.activerecord中的类
ModelBuilder.
ModelBuilder() - 类 的构造器com.jfinal.plugin.activerecord.ModelBuilder
 
modelContent - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
modelGenerator - 类 中的变量com.jfinal.plugin.activerecord.generator.Generator
 
ModelGenerator - com.jfinal.plugin.activerecord.generator中的类
Model 生成器
ModelGenerator(String, String, String) - 类 的构造器com.jfinal.plugin.activerecord.generator.ModelGenerator
 
modelName - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
modelOutputDir - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
modelPackageName - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
ModelRecordElResolver - com.jfinal.plugin.activerecord中的类
ModelRecordElResolver
ModelRecordElResolver() - 类 的构造器com.jfinal.plugin.activerecord.ModelRecordElResolver
 
move(Object, int) - 类 中的方法com.jfinal.plugin.redis.Cache
将当前数据库的 key 移动到给定的数据库 db 当中。
mset(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
同时设置一个或多个 key-value 对。
MultipartRequest - com.jfinal.upload中的类
MultipartRequest.
MultipartRequest(HttpServletRequest, String, int, String) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, String, int) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, String) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MysqlDialect - com.jfinal.plugin.activerecord.dialect中的类
MysqlDialect.
MysqlDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.MysqlDialect
 

N

name - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
name - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
name - 类 中的变量com.jfinal.plugin.redis.Cache
 
NestedTransactionHelpException - com.jfinal.plugin.activerecord中的异常错误
NestedTransactionHelpException
Notice the outer transaction that the nested transaction return false
NestedTransactionHelpException(String) - 异常错误 的构造器com.jfinal.plugin.activerecord.NestedTransactionHelpException
 
next - 类 中的变量com.jfinal.handler.Handler
The next handler
nextHandler - 类 中的变量com.jfinal.handler.Handler
已过时。
NotAction - com.jfinal.ext.interceptor中的类
NotAction
NotAction() - 类 的构造器com.jfinal.ext.interceptor.NotAction
 
notBlank(String) - 类 中的静态方法com.jfinal.kit.StrKit
字符串不为 null 而且不为 "" 时返回 true
notBlank(String...) - 类 中的静态方法com.jfinal.kit.StrKit
 
notNull(Object) - 类 中的方法com.jfinal.kit.Ret
key 存在,并且 value 不为 null
notNull(Object...) - 类 中的静态方法com.jfinal.kit.StrKit
 
NoUrlPara - com.jfinal.ext.interceptor中的类
Force action no urlPara, otherwise render error 404.
NoUrlPara() - 类 的构造器com.jfinal.ext.interceptor.NoUrlPara
 
NULL_INTERS - 类 中的静态变量com.jfinal.aop.InterceptorManager
 
NullRender - com.jfinal.render中的类
NullRender.
NullRender() - 类 的构造器com.jfinal.render.NullRender
 

O

objectIdletime(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
对象没有被访问的空闲时间
objectMapper - 类 中的变量com.jfinal.json.Jackson
 
objectRefcount(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
对象被引用的数量
onChange() - 类 中的方法com.jfinal.server.Scanner
 
OneConnectionPerThread - com.jfinal.plugin.activerecord中的类
One Connection Per Thread for one request.
OneConnectionPerThread() - 类 的构造器com.jfinal.plugin.activerecord.OneConnectionPerThread
 
OracleDialect - com.jfinal.plugin.activerecord.dialect中的类
OracleDialect.
OracleDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.OracleDialect
 
OrderedFieldContainerFactory - com.jfinal.plugin.activerecord中的类
 
OrderedFieldContainerFactory() - 类 的构造器com.jfinal.plugin.activerecord.OrderedFieldContainerFactory
 
OreillyCos - com.jfinal.upload中的类
OreillyCos.
OreillyCos() - 类 的构造器com.jfinal.upload.OreillyCos
 
otherToJson(Object, int) - 类 中的方法com.jfinal.json.JFinalJson
 

P

packageTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
packageTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
packageTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.ModelGenerator
 
Page<T> - com.jfinal.plugin.activerecord中的类
Page is the result of Model.paginate(......) or Db.paginate(......)
Page(List<T>, int, int, int, int) - 类 的构造器com.jfinal.plugin.activerecord.Page
Constructor.
paginate(Connection, int, int, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
paginate(String, Connection, int, int, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
paginate(int, int, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Paginate.
paginate(int, int, boolean, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginate(int, int, String, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginate(int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Paginate.
paginate(int, int, boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginate(int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginate(int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Paginate.
paginate(int, int, boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
指定分页 sql 最外层以是否含有 group by 语句 举例: paginate(1, 10, true, "select *", "from user where id>?
paginate(int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
paginateByCache(String, Object, int, int, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Paginate by cache.
paginateByCache(String, Object, int, int, boolean, String, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginateByCache(String, Object, int, int, String, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginateByCache(String, Object, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Paginate by cache.
paginateByCache(String, Object, int, int, boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginateByCache(String, Object, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginateByCache(String, Object, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Paginate by cache.
paginateByCache(String, Object, int, int, boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
paginateByCache(String, Object, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
parse(String, Class<T>) - 类 中的方法com.jfinal.json.FastJson
 
parse(String, Class<T>) - 类 中的方法com.jfinal.json.Jackson
 
parse(String, Class<T>) - 类 中的方法com.jfinal.json.JFinalJson
 
parse(String, Class<T>) - 类 中的方法com.jfinal.json.Json
 
parse(String, Class<T>) - 类 中的静态方法com.jfinal.kit.JsonKit
 
PathKit - com.jfinal.kit中的类
new File("..
PathKit() - 类 的构造器com.jfinal.kit.PathKit
 
persist(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
移除给定 key 的生存时间,将这个 key 从『易失的』(带生存时间 key )转换成『持久的』(一个不带生存时间、永不过期的 key )。
pexpire(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
这个命令和 EXPIRE 命令的作用类似,但是它以毫秒为单位设置 key 的生存时间,而不像 EXPIRE 命令那样,以秒为单位。
pexpireAt(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
这个命令和 EXPIREAT 命令类似,但它以毫秒为单位设置 key 的过期 unix 时间戳,而不是像 EXPIREAT 那样,以秒为单位。
ping() - 类 中的方法com.jfinal.plugin.redis.Cache
使用客户端向 Redis 服务器发送一个 PING ,如果服务器运作正常的话,会返回一个 PONG 。
Plugins - com.jfinal.config中的类
Plugins.
Plugins() - 类 的构造器com.jfinal.config.Plugins
 
POST - com.jfinal.ext.interceptor中的类
Accept POST method only.
POST() - 类 的构造器com.jfinal.ext.interceptor.POST
 
post(String, Map<String, String>, String, Map<String, String>) - 类 中的静态方法com.jfinal.kit.HttpKit
Send POST request
post(String, Map<String, String>, String) - 类 中的静态方法com.jfinal.kit.HttpKit
 
post(String, String, Map<String, String>) - 类 中的静态方法com.jfinal.kit.HttpKit
 
post(String, String) - 类 中的静态方法com.jfinal.kit.HttpKit
 
PostgreSqlDialect - com.jfinal.plugin.activerecord.dialect中的类
PostgreSqlDialect.
PostgreSqlDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
primaryKey - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
prop - 类 中的变量com.jfinal.config.JFinalConfig
 
Prop - com.jfinal.kit中的类
Prop.
Prop(String) - 类 的构造器com.jfinal.kit.Prop
Prop constructor.
Prop(String, String) - 类 的构造器com.jfinal.kit.Prop
Prop constructor Example:
Prop prop = new Prop("my_config.txt", "UTF-8");
String userName = prop.get("userName");

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

Q

query(Connection, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
query(String, Connection, String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
query(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
query(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
query(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
query(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBigDecimal(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBigDecimal(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBigDecimal(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBigDecimal(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBoolean(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBoolean(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBoolean(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBoolean(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBytes(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBytes(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryBytes(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryBytes(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryColumn(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Execute sql query just return one column.
queryColumn(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryColumn(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute sql query just return one column.
queryColumn(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryDate(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryDate(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryDate(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryDate(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryDouble(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryDouble(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryDouble(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryDouble(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryFirst(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Execute sql query and return the first result.
queryFirst(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryFirst(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute sql query and return the first result.
queryFirst(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryFloat(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryFloat(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryFloat(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryFloat(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryInt(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryInt(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryInt(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryInt(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryLong(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryLong(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryLong(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryLong(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryNumber(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryNumber(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryNumber(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryNumber(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryStr(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryStr(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryStr(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryStr(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryTime(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryTime(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryTime(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryTime(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryTimestamp(String, Object...) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryTimestamp(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
queryTimestamp(String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
queryTimestamp(String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 

R

random - 类 中的静态变量com.jfinal.ext.kit.SessionIdKit
 
randomKey() - 类 中的方法com.jfinal.plugin.redis.Cache
从当前数据库中随机返回(不删除)一个 key 。
readData(HttpServletRequest) - 类 中的静态方法com.jfinal.kit.HttpKit
 
readIncommingRequestData(HttpServletRequest) - 类 中的静态方法com.jfinal.kit.HttpKit
已过时。
rebuildColumnMetas(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
Record - com.jfinal.plugin.activerecord中的类
Record
Record() - 类 的构造器com.jfinal.plugin.activerecord.Record
 
RecordBuilder - com.jfinal.plugin.activerecord中的类
RecordBuilder.
RecordBuilder() - 类 的构造器com.jfinal.plugin.activerecord.RecordBuilder
 
redirect(String) - 类 中的方法com.jfinal.core.Controller
Redirect to url
redirect(String, boolean) - 类 中的方法com.jfinal.core.Controller
Redirect to url
redirect(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的静态方法com.jfinal.kit.HandlerKit
 
redirect301(String) - 类 中的方法com.jfinal.core.Controller
Render with url and 301 status
redirect301(String, boolean) - 类 中的方法com.jfinal.core.Controller
Render with url and 301 status
redirect301(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的静态方法com.jfinal.kit.HandlerKit
 
Redirect301Render - com.jfinal.render中的类
Redirect301Render.
Redirect301Render(String) - 类 的构造器com.jfinal.render.Redirect301Render
 
Redirect301Render(String, boolean) - 类 的构造器com.jfinal.render.Redirect301Render
 
RedirectRender - com.jfinal.render中的类
RedirectRender with status: 302 Found.
RedirectRender(String) - 类 的构造器com.jfinal.render.RedirectRender
 
RedirectRender(String, boolean) - 类 的构造器com.jfinal.render.RedirectRender
 
Redis - com.jfinal.plugin.redis中的类
Redis.
Redis() - 类 的构造器com.jfinal.plugin.redis.Redis
 
RedisInterceptor - com.jfinal.plugin.redis中的类
RedisInterceptor 用于在同一线程中共享同一个 jedis 对象,提升性能.
RedisInterceptor() - 类 的构造器com.jfinal.plugin.redis.RedisInterceptor
 
RedisPlugin - com.jfinal.plugin.redis中的类
RedisPlugin.
RedisPlugin(String, String) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int, String) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int, String, int) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, int, String, int, String) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, int, String) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
RedisPlugin(String, String, String) - 类 的构造器com.jfinal.plugin.redis.RedisPlugin
 
remarks - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
remarks - 类 中的变量com.jfinal.plugin.activerecord.generator.TableMeta
 
remove(Object) - 类 中的方法com.jfinal.kit.Ret
 
remove(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.cache.EhCache
 
remove(String, Object) - 接口 中的方法com.jfinal.plugin.activerecord.cache.ICache
 
remove(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
Remove attribute of this model.
remove(String...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Remove attributes of this model.
remove(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Remove attribute of this record.
remove(String...) - 类 中的方法com.jfinal.plugin.activerecord.Record
Remove columns of this record.
remove(String, Object) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
remove(Token) - 接口 中的方法com.jfinal.token.ITokenCache
 
removeAll(String) - 类 中的方法com.jfinal.plugin.activerecord.cache.EhCache
 
removeAll(String) - 接口 中的方法com.jfinal.plugin.activerecord.cache.ICache
 
removeAll(String) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
removeAttr(String) - 类 中的方法com.jfinal.core.Controller
Removes an attribute from this request
removeAttr(String) - 接口 中的方法com.jfinal.plugin.auth.ISession
 
removeCache(String) - 类 中的静态方法com.jfinal.plugin.redis.Redis
 
removeConfig(String) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
removeCookie(String) - 类 中的方法com.jfinal.core.Controller
Remove Cookie.
removeCookie(String, String) - 类 中的方法com.jfinal.core.Controller
Remove Cookie.
removeCookie(String, String, String) - 类 中的方法com.jfinal.core.Controller
Remove Cookie.
removedTableNamePrefixes - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
removeExcludedAttrs(String...) - 类 中的静态方法com.jfinal.render.JsonRender
 
removeNullValueAttrs() - 类 中的方法com.jfinal.plugin.activerecord.Model
Remove attributes if it is null.
removeNullValueColumns() - 类 中的方法com.jfinal.plugin.activerecord.Record
Remove columns if it is null.
removeSession(String) - 类 中的方法com.jfinal.plugin.auth.SessionKit
 
removeSessionAttr(String) - 类 中的方法com.jfinal.core.Controller
Remove Object in session.
removeThreadLocalConnection() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
removeThreadLocalJedis() - 类 中的方法com.jfinal.plugin.redis.Cache
 
rename(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 改名为 newkey 。
render(Render) - 类 中的方法com.jfinal.core.Controller
Render with any Render which extends Render
render(String) - 类 中的方法com.jfinal.core.Controller
Render with view use default type Render configured in JFinalConfig
render(String, int) - 类 中的方法com.jfinal.core.Controller
Render with view and status use default type Render configured in JFinalConfig
render() - 类 中的方法com.jfinal.ext.render.CaptchaRender
已过时。
 
render() - 类 中的方法com.jfinal.ext.render.StaticHtmlRender
 
render() - 类 中的方法com.jfinal.render.CaptchaRender
生成验证码
render() - 类 中的方法com.jfinal.render.ErrorRender
 
render() - 类 中的方法com.jfinal.render.FileRender
 
render() - 类 中的方法com.jfinal.render.FreeMarkerRender
 
render() - 类 中的方法com.jfinal.render.JsonRender
 
render() - 类 中的方法com.jfinal.render.JspRender
 
render() - 类 中的方法com.jfinal.render.NullRender
Render nothing
render() - 类 中的方法com.jfinal.render.Redirect301Render
 
render() - 类 中的方法com.jfinal.render.RedirectRender
 
Render - com.jfinal.render中的类
Render.
Render() - 类 的构造器com.jfinal.render.Render
 
render() - 类 中的方法com.jfinal.render.Render
Render to client
render() - 类 中的方法com.jfinal.render.TextRender
 
render() - 类 中的方法com.jfinal.render.VelocityRender
 
renderCaptcha() - 类 中的方法com.jfinal.core.Controller
 
renderError(int, String) - 类 中的方法com.jfinal.core.Controller
Render with view and errorCode status
renderError(int, Render) - 类 中的方法com.jfinal.core.Controller
Render with render and errorCode status
renderError(int) - 类 中的方法com.jfinal.core.Controller
Render with view and errorCode status configured in JFinalConfig
renderError404(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的静态方法com.jfinal.kit.HandlerKit
 
renderError404(HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的静态方法com.jfinal.kit.HandlerKit
 
RenderException - com.jfinal.render中的异常错误
RenderException.
RenderException() - 异常错误 的构造器com.jfinal.render.RenderException
 
RenderException(String) - 异常错误 的构造器com.jfinal.render.RenderException
 
RenderException(Throwable) - 异常错误 的构造器com.jfinal.render.RenderException
 
RenderException(String, Throwable) - 异常错误 的构造器com.jfinal.render.RenderException
 
RenderFactory - com.jfinal.render中的类
RenderFactory.
renderFile(String) - 类 中的方法com.jfinal.core.Controller
Render with file
renderFile(File) - 类 中的方法com.jfinal.core.Controller
Render with file
renderFreeMarker(String) - 类 中的方法com.jfinal.core.Controller
Render with freemarker view
renderHtml(String) - 类 中的方法com.jfinal.core.Controller
Render with html text.
RenderInfo - com.jfinal.plugin.ehcache中的类
RenderInfo.
RenderInfo(Render) - 类 的构造器com.jfinal.plugin.ehcache.RenderInfo
 
renderJavascript(String) - 类 中的方法com.jfinal.core.Controller
Render with javascript text.
renderJson(String, Object) - 类 中的方法com.jfinal.core.Controller
Render with json Example:
renderJson("message", "Save successful");
renderJson("users", users);
renderJson() - 类 中的方法com.jfinal.core.Controller
Render with json
renderJson(String[]) - 类 中的方法com.jfinal.core.Controller
Render with attributes set by setAttr(...) before.
renderJson(String) - 类 中的方法com.jfinal.core.Controller
Render with json text.
renderJson(Object) - 类 中的方法com.jfinal.core.Controller
Render json with object.
renderJsp(String) - 类 中的方法com.jfinal.core.Controller
Render with jsp view
renderNull() - 类 中的方法com.jfinal.core.Controller
Render nothing, no response to browser
renderText(String) - 类 中的方法com.jfinal.core.Controller
Render with text.
renderText(String, String) - 类 中的方法com.jfinal.core.Controller
Render with text and content type.
renderText(String, ContentType) - 类 中的方法com.jfinal.core.Controller
Render with text and ContentType.
RenderType - com.jfinal.plugin.ehcache中的类
RenderType
RenderType() - 类 的构造器com.jfinal.plugin.ehcache.RenderType
 
renderVelocity(String) - 类 中的方法com.jfinal.core.Controller
Render with velocity view
renderXml(String) - 类 中的方法com.jfinal.core.Controller
Render with xml view using freemarker.
replaceOrderBy(String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
report(Controller, Action) - 类 中的静态方法com.jfinal.core.ActionReporter
Report the action
request - 类 中的变量com.jfinal.render.Render
 
Res - com.jfinal.i18n中的类
Res is used to get the message value from the ResourceBundle of the related Locale.
Res(String, String) - 类 的构造器com.jfinal.i18n.Res
 
response - 类 中的变量com.jfinal.render.Render
 
Restful - com.jfinal.ext.interceptor中的类
Invocation 中添加 Method method The standard definition is as follows: index - GET - A view of all (or a selection of) the records show - GET - A view of a single record add - GET - A form to post to create save - POST - Create a new record edit - GET - A form to edit a single record update - PUT - Update a record delete - DELETE - Delete a record GET /user ---> index GET /user/id ---> show GET /user/add ---> add POST /user ---> save GET /user/edit/id ---> edit PUT /user/id ---> update DELETE /user/id ---> delete
Restful() - 类 的构造器com.jfinal.ext.interceptor.Restful
 
Ret - com.jfinal.kit中的类
返回值封装,常用于业务层需要多个返回值
Ret() - 类 的构造器com.jfinal.kit.Ret
 
Routes - com.jfinal.config中的类
Routes.
Routes() - 类 的构造器com.jfinal.config.Routes
 
RoutesHandler - com.jfinal.ext.handler中的类
RoutesHandler.
RoutesHandler() - 类 的构造器com.jfinal.ext.handler.RoutesHandler
 
rpop(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
移除并返回列表 key 的尾元素。
rpoplpush(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
命令 RPOPLPUSH 在一个原子时间内,执行以下两个动作: 将列表 source 中的最后一个元素(尾元素)弹出,并返回给客户端。
rpush(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
将一个或多个值 value 插入到列表 key 的表尾(最右边)。
run() - 接口 中的方法com.jfinal.plugin.activerecord.IAtom
Place codes here that need transaction support.

S

sadd(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
将一个或多个 member 元素加入到集合 key 当中,已经存在于集合的 member 元素将被忽略。
save(String, String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Save record.
save(String, Record) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
save(String, String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Save record.
save(String, Record) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
save() - 类 中的方法com.jfinal.plugin.activerecord.Model
Save model.
Scanner - com.jfinal.server中的类
Scanner.
Scanner(String, int) - 类 的构造器com.jfinal.server.Scanner
 
scard(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回集合 key 的基数(集合中元素的数量)。
sdiff(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回一个集合的全部成员,该集合是所有给定集合之间的差集。
select(int) - 类 中的方法com.jfinal.plugin.redis.Cache
切换到指定的数据库,数据库索引号 index 用数字值指定,以 0 作为起始索引值。
serializer - 类 中的变量com.jfinal.plugin.redis.Cache
 
ServerFactory - com.jfinal.server中的类
ServerFactory
ServerNameRedirect301Handler - com.jfinal.ext.handler中的类
ServerNameRedirect301Handler redirect to new server name with 301 Moved Permanently.
ServerNameRedirect301Handler(String, String) - 类 的构造器com.jfinal.ext.handler.ServerNameRedirect301Handler
Example: new ServerNameRedirectHandler("http://abc.com", "http://www.abc.com")
SessionIdKit - com.jfinal.ext.kit中的类
SessionIdKit.
SessionInViewInterceptor - com.jfinal.ext.interceptor中的类
SessionInViewInterceptor.
SessionInViewInterceptor() - 类 的构造器com.jfinal.ext.interceptor.SessionInViewInterceptor
 
SessionInViewInterceptor(boolean) - 类 的构造器com.jfinal.ext.interceptor.SessionInViewInterceptor
 
SessionKit - com.jfinal.plugin.auth中的类
 
SessionKit() - 类 的构造器com.jfinal.plugin.auth.SessionKit
 
set(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
Set attribute to model.
set(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Record
Set column to record.
set(int, int, int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
set(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
存放 key value 对到 redis 如果 key 已经持有其他值, SET 就覆写旧值,无视类型。
setAcquireIncrement(int) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setArg(int, Object) - 类 中的方法com.jfinal.aop.Invocation
 
setAttr(String, Object) - 类 中的方法com.jfinal.core.Controller
Stores an attribute in this request
setAttr(String, Object) - 接口 中的方法com.jfinal.plugin.auth.ISession
 
setAttrs(Map<String, Object>) - 类 中的方法com.jfinal.core.Controller
Stores attributes in this request, key of the map as attribute name and value of the map as attribute value
setBaseDownloadPath(String) - 类 中的方法com.jfinal.config.Constants
Set file base download path for Controller.renderFile(...)
setBaseUploadPath(String) - 类 中的方法com.jfinal.config.Constants
Set file base upload path.
setBaseViewPath(String) - 类 中的方法com.jfinal.config.Constants
Set the base path for all views
setCache(ICache) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setCaptchaName(String) - 类 中的静态方法com.jfinal.render.CaptchaRender
设置 captchaName
setCharSet(String) - 类 中的静态方法com.jfinal.kit.HttpKit
 
setColumns(Map<String, Object>) - 类 中的方法com.jfinal.plugin.activerecord.Record
Set columns value with map.
setColumns(Record) - 类 中的方法com.jfinal.plugin.activerecord.Record
Set columns value with Record.
setColumns(Model<?>) - 类 中的方法com.jfinal.plugin.activerecord.Record
Set columns value with Model object.
setContainerFactory(IContainerFactory) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setContainerFactoryByConfigName(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
Set the containerFactory by configName.
setContext(HttpServletRequest, HttpServletResponse) - 类 中的方法com.jfinal.render.Render
 
setContext(HttpServletRequest, HttpServletResponse, String) - 类 中的方法com.jfinal.render.Render
 
setConvertDepth(int) - 类 中的方法com.jfinal.json.JFinalJson
 
setCookie(String, String, int, boolean) - 类 中的方法com.jfinal.core.Controller
Set Cookie.
setCookie(String, String, int) - 类 中的方法com.jfinal.core.Controller
Set Cookie.
setCookie(Cookie) - 类 中的方法com.jfinal.core.Controller
Set Cookie to response.
setCookie(String, String, int, String, boolean) - 类 中的方法com.jfinal.core.Controller
Set Cookie to response.
setCookie(String, String, int, String) - 类 中的方法com.jfinal.core.Controller
Set Cookie to response.
setCookie(String, String, int, String, String, boolean) - 类 中的方法com.jfinal.core.Controller
Set Cookie to response.
setDataDictionaryFileName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
setDataDictionaryFileName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置数据字典 DataDictionary 文件输出目录,默认值为 "_DataDictionary.txt"
setDataDictionaryGenerator(DataDictionaryGenerator) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 DataDictionaryGenerator,便于扩展自定义 DataDictionaryGenerator
setDataDictionaryOutputDir(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
 
setDataDictionaryOutputDir(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置数据字典 DataDictionary 文件输出目录,默认与 modelOutputDir 相同
setDateFromat(String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
setDatePattern(String) - 类 中的方法com.jfinal.json.JFinalJson
 
setDatePattern(String) - 类 中的方法com.jfinal.json.Json
 
setDatePattern(String) - 类 中的方法com.jfinal.validate.Validator
 
setDefaultBaseName(String) - 类 中的静态方法com.jfinal.i18n.I18n
 
setDefaultConvertDepth(int) - 类 中的静态方法com.jfinal.json.JFinalJson
设置全局性默认转换深度
setDefaultDatePattern(String) - 类 中的方法com.jfinal.json.JsonManager
 
setDefaultGenerateNullValue(boolean) - 类 中的静态方法com.jfinal.json.Jackson
 
setDefaultJsonFactory(IJsonFactory) - 类 中的方法com.jfinal.json.JsonManager
 
setDefaultLocale(String) - 类 中的静态方法com.jfinal.i18n.I18n
 
setDefaultLogFactory(ILogFactory) - 类 中的方法com.jfinal.log.LogManager
 
setDevMode(boolean) - 类 中的方法com.jfinal.config.Constants
Set development mode.
setDevMode(boolean) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setDialect(Dialect) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setDialect(Dialect) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置数据库方言,默认为 MysqlDialect
setDialect(Dialect) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
setDriverClass(String) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setDriverClass(String) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setEncoding(String) - 类 中的方法com.jfinal.config.Constants
Set encoding.
setError401View(String) - 类 中的方法com.jfinal.config.Constants
Set error 401 view.
setError403View(String) - 类 中的方法com.jfinal.config.Constants
Set error 403 view.
setError404View(String) - 类 中的方法com.jfinal.config.Constants
Set error 404 view.
setError500View(String) - 类 中的方法com.jfinal.config.Constants
Set error 500 view.
setErrorRenderFactory(IErrorRenderFactory) - 类 中的方法com.jfinal.config.Constants
 
setErrorRenderFactory(IErrorRenderFactory) - 类 中的方法com.jfinal.render.RenderFactory
 
setErrorView(int, String) - 类 中的方法com.jfinal.config.Constants
 
setex(Object, int, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
存放 key value 对到 redis,并将 key 的生存时间设为 seconds (以秒为单位)。
setFileRenamePolicy(FileRenamePolicy) - 类 中的静态方法com.jfinal.upload.OreillyCos
 
setFilters(String) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
设置过滤器,如果要开启监控统计需要使用此方法或在构造方法中进行设置 监控统计:"stat" 防SQL注入:"wall" 组合使用: "stat,wall"
setFreeMarkerTemplateUpdateDelay(int) - 类 中的方法com.jfinal.config.Constants
FreeMarker template update delay for not devMode.
setFreeMarkerViewExtension(String) - 类 中的方法com.jfinal.config.Constants
Set FreeMarker view extension.
setGenerateDaoInModel(boolean) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置是否在 Model 中生成 dao 对象,默认生成
setGenerateDaoInModel(boolean) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
setGenerateDataDictionary(boolean) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置是否生成数据字典 Dictionary 文件,默认不生成
setGenerateNullValue(boolean) - 类 中的方法com.jfinal.json.Jackson
 
setHttpServletRequest(HttpServletRequest) - 类 中的方法com.jfinal.core.Controller
 
setHttpServletResponse(HttpServletResponse) - 类 中的方法com.jfinal.core.Controller
 
setI18nDefaultBaseName(String) - 类 中的方法com.jfinal.config.Constants
Set default base name to load Resource bundle.
setI18nDefaultLocale(String) - 类 中的方法com.jfinal.config.Constants
Set default locale to load Resource bundle.
setInitialPoolSize(int) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setInitialSize(int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setJsonDatePattern(String) - 类 中的方法com.jfinal.config.Constants
设置json转换时日期格式,常用格式有:"yyyy-MM-dd HH:mm:ss"、 "yyyy-MM-dd"
setJsonFactory(IJsonFactory) - 类 中的方法com.jfinal.config.Constants
设置 Json 转换工厂实现类,目前支持:JFinalJsonFactory(默认)、JacksonFactory、FastJsonFactory 分别支持 JFinalJson、Jackson、FastJson
setJspViewExtension(String) - 类 中的方法com.jfinal.config.Constants
Set Jsp view extension.
setKeyNamingPolicy(IKeyNamingPolicy) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setLog(boolean) - 类 中的静态方法com.jfinal.plugin.activerecord.SqlReporter
 
setLogAbandoned(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setLogFactory(ILogFactory) - 类 中的方法com.jfinal.config.Constants
 
setMainCache(String) - 类 中的静态方法com.jfinal.plugin.redis.Redis
提供一个设置设置主缓存 mainCache 的机会,否则第一个被初始化的 Cache 将成为 mainCache
setMainRenderFactory(IMainRenderFactory) - 类 中的方法com.jfinal.config.Constants
Set the mainRenderFactory then your can use your custom render in controller as render(String).
setMainRenderFactory(IMainRenderFactory) - 类 中的方法com.jfinal.render.RenderFactory
 
setMappingKitClassName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
setMappingKitGenerator(MappingKitGenerator) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKitGenerator,便于扩展自定义 MappingKitGenerator
setMappingKitOutputDir(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKit 文件输出目录,默认与 modelOutputDir 相同, 在设置此变量的同时需要设置 mappingKitPackageName
setMappingKitOutputDir(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
setMappingKitPackageName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 MappingKit 文件包名,默认与 modelPackageName 相同, 在设置此变的同时需要设置 mappingKitOutputDir
setMappingKitPackageName(String) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
 
setMaxActive(int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMaxIdleTime(int) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setMaxPoolPreparedStatementPerConnectionSize(int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMaxPoolSize(int) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setMaxPostSize(int) - 类 中的方法com.jfinal.config.Constants
Set max size of http post.
setMaxWait(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMetaBuilder(MetaBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置 MetaBuilder,便于扩展自定义 MetaBuilder
setMinEvictableIdleTimeMillis(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMinEvictableIdleTimeMillis(int) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setMinIdle(int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMinPoolSize(int) - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
setNumTestsPerEvictionRun(int) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setPrimaryKey(String, String) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
当使用 create table 语句创建用于开发使用的数据表副本时,假如create table 中使用的 复合主键次序不同,那么MappingKitGeneretor 反射生成的复合主键次序也会不同。
setProperties(Properties) - 类 中的静态方法com.jfinal.render.FreeMarkerRender
 
setProperties(Properties) - 类 中的静态方法com.jfinal.render.VelocityRender
 
setProperty(String, String) - 类 中的静态方法com.jfinal.render.FreeMarkerRender
Set freemarker's property.
setRemoveAbandoned(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setRemoveAbandonedTimeoutMillis(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setRemovedTableNamePrefixes(String...) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
设置需要被移除的表名前缀,仅用于生成 modelName 与 baseModelName 例如表名 "osc_account",移除前缀 "osc_" 后变为 "account"
setRemovedTableNamePrefixes(String...) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
设置需要被移除的表名前缀,仅用于生成 modelName 与 baseModelName 例如表名 "osc_account",移除前缀 "osc_" 后变为 "account"
setReportAfterInvocation(boolean) - 类 中的方法com.jfinal.config.Constants
设置 devMode 之下的 action report 是否在 invocation 之后,默认值为 true
setReportAfterInvocation(boolean) - 类 中的静态方法com.jfinal.core.ActionReporter
 
setResolveBeanAsModel(boolean) - 类 中的静态方法com.jfinal.plugin.activerecord.ModelRecordElResolver
设置为 true 时,使用生成器生成的实现了 IBean 接口的 Class 将被当成 Model 来处理, getter 不被 jsp/jstl 用来输出数据,仍然使用 model.get(String attr) 来输出数据。
setReturnValue(Object) - 类 中的方法com.jfinal.aop.Invocation
Set the return value of the target method
setRootClassPath(String) - 类 中的方法com.jfinal.kit.PathKit
 
setSerializer(ISerializer) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setSessionAttr(String, Object) - 类 中的方法com.jfinal.core.Controller
Store Object to session.
setShortCircuit(boolean) - 类 中的方法com.jfinal.validate.Validator
 
setShowSql(boolean) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setSupportActiveRecord(boolean) - 类 中的静态方法com.jfinal.render.JspRender
已过时。
setTablePrimaryKey(Table, String) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
 
setTemplateLoadingPath(String) - 类 中的静态方法com.jfinal.render.FreeMarkerRender
Create public void afterJFinalStart() in YourJFinalConfig and use this method in MyJFinalConfig.afterJFinalStart() to set ServletContext for template loading
setterTemplate - 类 中的变量com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
setTestOnBorrow(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setTestOnReturn(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setTestWhileIdle(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setTestWhileIdle(boolean) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setThreadLocalConnection(Connection) - 类 中的方法com.jfinal.plugin.activerecord.Config
Support transaction with Transaction interceptor
setThreadLocalJedis(Jedis) - 类 中的方法com.jfinal.plugin.redis.Cache
 
setTimeBetweenConnectErrorMillis(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setTimeBetweenEvictionRunsMillis(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setTimeBetweenEvictionRunsMillis(int) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setTimeFromat(String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
setTimestampPattern(String) - 类 中的方法com.jfinal.json.JFinalJson
 
setTokenCache(ITokenCache) - 类 中的方法com.jfinal.config.Constants
Set ITokenCache implementation otherwise JFinal will use the HttpSesion to hold the token.
setTransactionLevel(int) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
Set transaction level define in java.sql.Connection
setTypeMapping(TypeMapping) - 类 中的方法com.jfinal.plugin.activerecord.generator.Generator
 
setTypeMapping(TypeMapping) - 类 中的方法com.jfinal.plugin.activerecord.generator.MetaBuilder
 
setUrlPara(String) - 类 中的方法com.jfinal.core.Controller
 
setUrlParaSeparator(String) - 类 中的方法com.jfinal.config.Constants
Set urlPara separator.
setValidationQuery(String) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
hsqldb - "select 1 from INFORMATION_SCHEMA.SYSTEM_USERS" Oracle - "select 1 from dual" DB2 - "select 1 from sysibm.sysdummy1" mysql - "select 1"
setValue(ELContext, Object, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
setVelocityViewExtension(String) - 类 中的方法com.jfinal.config.Constants
Set Velocity view extension.
setView(String) - 类 中的方法com.jfinal.render.Render
 
setViewType(ViewType) - 类 中的方法com.jfinal.config.Constants
Set view type.
setWebRootPath(String) - 类 中的静态方法com.jfinal.kit.PathKit
 
setWorking(boolean) - 类 中的静态方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
setXmlRenderFactory(IXmlRenderFactory) - 类 中的方法com.jfinal.config.Constants
 
setXmlRenderFactory(IXmlRenderFactory) - 类 中的方法com.jfinal.render.RenderFactory
 
sha1(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha256(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha384(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha512(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
shortCircuit - 类 中的变量com.jfinal.validate.Validator
 
sinter(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回多个集合的交集,多个集合由 keys 指定
sismember(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
判断 member 元素是否集合 key 的成员。
size() - 类 中的方法com.jfinal.kit.Ret
 
smembers(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回集合 key 中的所有成员。
spop(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
移除并返回集合中的一个随机元素。
Sqlite3Dialect - com.jfinal.plugin.activerecord.dialect中的类
SqliteDialect.
Sqlite3Dialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
SqlReporter - com.jfinal.plugin.activerecord中的类
SqlReporter.
Sqls - com.jfinal.plugin.activerecord中的类
外部存取 sql 语句的工具类.
SqlServerDialect - com.jfinal.plugin.activerecord.dialect中的类
SqlServerDialect 为OSC 网友战五渣贡献代码:http://www.oschina.net/question/2333909_234198
SqlServerDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
srandmember(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回集合中的一个随机元素。
srandmember(Object, int) - 类 中的方法com.jfinal.plugin.redis.Cache
返回集合中的 count 个随机元素。
srem(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
移除集合 key 中的一个或多个 member 元素,不存在的 member 元素会被忽略。
start() - 类 中的静态方法com.jfinal.core.JFinal
 
start(String, int, String, int) - 类 中的静态方法com.jfinal.core.JFinal
 
start() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
start() - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
start() - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
start() - 类 中的方法com.jfinal.plugin.ehcache.EhCachePlugin
 
start() - 接口 中的方法com.jfinal.plugin.IPlugin
 
start() - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
start() - 接口 中的方法com.jfinal.server.IServer
 
start() - 类 中的方法com.jfinal.server.Scanner
 
StaticHtmlRender - com.jfinal.ext.render中的类
生成静态 html
StaticHtmlRender() - 类 的构造器com.jfinal.ext.render.StaticHtmlRender
 
stop() - 类 中的静态方法com.jfinal.core.JFinal
 
stop() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
stop() - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
 
stop() - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
stop() - 类 中的方法com.jfinal.plugin.ehcache.EhCachePlugin
 
stop() - 接口 中的方法com.jfinal.plugin.IPlugin
 
stop() - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
stop() - 接口 中的方法com.jfinal.server.IServer
 
stop() - 类 中的方法com.jfinal.server.Scanner
 
StrKit - com.jfinal.kit中的类
StrKit.
StrKit() - 类 的构造器com.jfinal.kit.StrKit
 
sunion(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回多个集合的并集,多个集合由 keys 指定 不存在的 key 被视为空集。
switchView(String, Controller) - 类 中的方法com.jfinal.i18n.I18nInterceptor
在有些 web 系统中,页面需要国际化的文本过多,并且 css 以及 html 也因为际化而大不相同, 对于这种应用场景先直接制做多套同名称的国际化视图,并将这些视图以 locale 为子目录分类存放, 最后使用本拦截器根据 locale 动态切换视图,而不必对视图中的文本逐个进行国际化切换,省时省力。
synchronizeLog() - 类 中的静态方法com.jfinal.kit.LogKit
当通过 Constants.setLogFactory(...)

T

Table - com.jfinal.plugin.activerecord中的类
Table save the table meta info like column name and column type.
Table(String, Class<? extends Model<?>>) - 类 的构造器com.jfinal.plugin.activerecord.Table
 
Table(String, String, Class<? extends Model<?>>) - 类 的构造器com.jfinal.plugin.activerecord.Table
 
TableMapping - com.jfinal.plugin.activerecord中的类
TableMapping save the mapping between model class and table.
TableMeta - com.jfinal.plugin.activerecord.generator中的类
TableMeta
TableMeta() - 类 的构造器com.jfinal.plugin.activerecord.generator.TableMeta
 
takeOverDbPaginate(Connection, int, int, Boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
takeOverDbPaginate(Connection, int, int, Boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
takeOverModelPaginate(Connection, Class<? extends Model>, int, int, Boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
takeOverModelPaginate(Connection, Class<? extends Model>, int, int, Boolean, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
TextRender - com.jfinal.render中的类
TextRender.
TextRender(String) - 类 的构造器com.jfinal.render.TextRender
 
TextRender(String, String) - 类 的构造器com.jfinal.render.TextRender
 
TextRender(String, ContentType) - 类 的构造器com.jfinal.render.TextRender
 
threadLocalJedis - 类 中的变量com.jfinal.plugin.redis.Cache
 
timeFormat - 类 中的静态变量com.jfinal.ext.kit.DateKit
 
timestampPattern - 类 中的变量com.jfinal.json.JFinalJson
 
toCamelCase(String) - 类 中的静态方法com.jfinal.kit.StrKit
 
toDate(String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
toJson(Object) - 类 中的方法com.jfinal.json.FastJson
 
toJson(Object) - 类 中的方法com.jfinal.json.Jackson
 
toJson(Object) - 类 中的方法com.jfinal.json.JFinalJson
 
toJson(Object, int) - 类 中的方法com.jfinal.json.JFinalJson
 
toJson(Object) - 类 中的方法com.jfinal.json.Json
 
toJson(Object) - 类 中的静态方法com.jfinal.kit.JsonKit
 
toJson(Object, int) - 类 中的静态方法com.jfinal.kit.JsonKit
已过时。
toJson() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return json string of this model.
toJson() - 类 中的方法com.jfinal.plugin.activerecord.Record
Return json string of this record.
Token - com.jfinal.token中的类
Token.
TokenManager - com.jfinal.token中的类
TokenManager.
toKeyValue(String, Object, StringBuilder, int) - 类 中的方法com.jfinal.json.JFinalJson
 
toLocale(String) - 类 中的静态方法com.jfinal.i18n.I18n
 
toLocale(Locale) - 类 中的静态方法com.jfinal.i18n.I18n
 
toRecord() - 类 中的方法com.jfinal.plugin.activerecord.Model
Convert model to record.
toStr(Date) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
toStr(Date, String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
toString() - 类 中的方法com.jfinal.plugin.activerecord.Model
 
toString() - 类 中的方法com.jfinal.plugin.activerecord.Record
 
toString() - 枚举 中的方法com.jfinal.render.ContentType
 
Transaction - com.jfinal.plugin.activerecord.tx中的类
ActiveRecord declare transaction.
Transaction() - 类 的构造器com.jfinal.plugin.activerecord.tx.Transaction
 
trimPrimaryKeys(String[]) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
一、forDbXxx 系列方法中若有如下两种情况之一,则需要调用此方法对 pKeys 数组进行 trim(): 1:方法中调用了 isPrimaryKey(...)
ttl(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
以秒为单位,返回给定 key 的剩余生存时间(TTL, time to live)。
tx(int, IAtom) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
tx(IAtom) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
Execute transaction with default transaction level.
tx(int, IAtom) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
tx(IAtom) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Execute transaction with default transaction level.
Tx - com.jfinal.plugin.activerecord.tx中的类
ActiveRecord declare transaction.
Tx() - 类 的构造器com.jfinal.plugin.activerecord.tx.Tx
 
TxByActionKeyRegex - com.jfinal.plugin.activerecord.tx中的类
TxByActionKeyRegex.
TxByActionKeyRegex(String) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByActionKeyRegex
 
TxByActionKeyRegex(String, boolean) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByActionKeyRegex
 
TxByActionKeys - com.jfinal.plugin.activerecord.tx中的类
TxByActionKeys
TxByActionKeys(String...) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByActionKeys
 
TxByMethodRegex - com.jfinal.plugin.activerecord.tx中的类
TxByMethodRegex.
TxByMethodRegex(String) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByMethodRegex
 
TxByMethodRegex(String, boolean) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByMethodRegex
 
TxByMethods - com.jfinal.plugin.activerecord.tx中的类
TxByMethods
TxByMethods(String...) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByMethods
 
TxConfig - com.jfinal.plugin.activerecord.tx中的注释类型
TxConfig is used to configure configName for Tx interceptor
TxReadCommitted - com.jfinal.plugin.activerecord.tx中的类
TxReadCommitted.
TxReadCommitted() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxReadCommitted
 
TxReadUncommitted - com.jfinal.plugin.activerecord.tx中的类
TxReadUncommitted.
TxReadUncommitted() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxReadUncommitted
 
TxRepeatableRead - com.jfinal.plugin.activerecord.tx中的类
TxRepeatableRead.
TxRepeatableRead() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxRepeatableRead
 
TxSerializable - com.jfinal.plugin.activerecord.tx中的类
TxSerializable.
TxSerializable() - 类 的构造器com.jfinal.plugin.activerecord.tx.TxSerializable
 
type - 类 中的变量com.jfinal.plugin.activerecord.generator.ColumnMeta
 
type(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回 key 所储存的值的类型。
typeMapping - 类 中的变量com.jfinal.plugin.activerecord.generator.MetaBuilder
 
TypeMapping - com.jfinal.plugin.activerecord.generator中的类
TypeMapping 建立起 ResultSetMetaData.getColumnClassName(i)到 java类型的映射关系 特别注意所有时间型类型全部映射为 java.util.Date,可通过继承扩展该类来调整映射满足特殊需求 与 com.jfinal.plugin.activerecord.JavaType.java 类型映射不同之处在于将所有 时间型类型全部对应到 java.util.Date
TypeMapping() - 类 的构造器com.jfinal.plugin.activerecord.generator.TypeMapping
 

U

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

V

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

W

warn(String) - 类 中的静态方法com.jfinal.kit.LogKit
 
warn(String, Throwable) - 类 中的静态方法com.jfinal.kit.LogKit
 
warn(String) - 类 中的方法com.jfinal.log.JdkLog
 
warn(String, Throwable) - 类 中的方法com.jfinal.log.JdkLog
 
warn(String) - 类 中的方法com.jfinal.log.Log
 
warn(String, Throwable) - 类 中的方法com.jfinal.log.Log
 
warn(String) - 类 中的方法com.jfinal.log.Log4jLog
 
warn(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLog
 
wirtToFile(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
 
wirtToFile(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.BaseModelGenerator
base model 覆盖写入
wirtToFile(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.DataDictionaryGenerator
_DataDictionary.txt 覆盖写入
wirtToFile(StringBuilder) - 类 中的方法com.jfinal.plugin.activerecord.generator.MappingKitGenerator
_MappingKit.java 覆盖写入
wirtToFile(List<TableMeta>) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
 
wirtToFile(TableMeta) - 类 中的方法com.jfinal.plugin.activerecord.generator.ModelGenerator
若 model 文件存在,则不生成,以免覆盖用户手写的代码

X

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

Z

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

_

_getAttrNames() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return attribute names of this model.
_getAttrsEntrySet() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return attribute Set.
_getAttrValues() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return attribute values of this model.
_setAttrs(M) - 类 中的方法com.jfinal.plugin.activerecord.Model
Set attributes with other model.
_setAttrs(Map<String, Object>) - 类 中的方法com.jfinal.plugin.activerecord.Model
Set attributes with Map.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

Copyright © 2016. All Rights Reserved.