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.
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(Config) - 类 的构造器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, DataSource, 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(String, IDataSourceProvider, int) - 类 的构造器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(Object) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
addAll(Collection) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
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() 起作用
addFilter(Filter) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
addGlobalActionInterceptor(Interceptor) - 类 中的方法com.jfinal.config.Interceptors
Add the global action interceptor to intercept all the actions.
addGlobalServiceInterceptor(Interceptor...) - 类 中的静态方法com.jfinal.aop.Enhancer
Add global service interceptor, the same as me.addGlobalServiceInterceptor(...)
addGlobalServiceInterceptor(Interceptor...) - 类 中的静态方法com.jfinal.aop.InterceptorBuilder
 
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
 
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
 

B

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.
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(Interceptor[], Class<?>, Method) - 类 中的静态方法com.jfinal.aop.InterceptorBuilder
Build Interceptors.
build(ResultSet, Class<? extends Model>) - 类 中的静态方法com.jfinal.plugin.activerecord.ModelBuilder
 
build(Config, ResultSet) - 类 中的静态方法com.jfinal.plugin.activerecord.RecordBuilder
 
buildModel(ResultSet, Class<? extends Model>, int) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 

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.
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
CaptchaRender(String) - 类 的构造器com.jfinal.ext.render.CaptchaRender
 
CaseInsensitiveContainerFactory - com.jfinal.plugin.activerecord中的类
 
CaseInsensitiveContainerFactory() - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
CaseInsensitiveContainerFactory(boolean) - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
CaseInsensitiveContainerFactory.CaseInsensitiveMap - 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
 
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.kit.PropKit
 
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
 
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.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.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
 
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) - 类 的构造器com.jfinal.plugin.activerecord.Config
Constructor with DataSource
Config(String, DataSource, Dialect) - 类 的构造器com.jfinal.plugin.activerecord.Config
Constructor with DataSource and Dialect
Config(String, DataSource, Dialect, Boolean, Boolean, Integer, IContainerFactory, ICache) - 类 的构造器com.jfinal.plugin.activerecord.Config
Constructor with full parameters
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
Const - com.jfinal.core中的接口
Global constants definition
Constants - com.jfinal.config中的类
The constant for JFinal runtime.
Constants() - 类 的构造器com.jfinal.config.Constants
 
contains(Object) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
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
containsKey(Object) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
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
 
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
 
createRender() - 类 中的方法com.jfinal.plugin.ehcache.RenderInfo
 
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

dateFormat - 类 中的静态变量com.jfinal.ext.kit.DateKit
 
DateKit - com.jfinal.ext.kit中的类
DateKit.
DateKit() - 类 的构造器com.jfinal.ext.kit.DateKit
 
Db - com.jfinal.plugin.activerecord中的类
Db.
Db() - 类 的构造器com.jfinal.plugin.activerecord.Db
 
DbKit - com.jfinal.plugin.activerecord中的类
DbKit
DbPro - com.jfinal.plugin.activerecord中的类
DbPro.
DbPro() - 类 的构造器com.jfinal.plugin.activerecord.DbPro
 
DbPro(String) - 类 的构造器com.jfinal.plugin.activerecord.DbPro
 
debug(String) - 类 中的方法com.jfinal.log.JdkLogger
 
debug(String, Throwable) - 类 中的方法com.jfinal.log.JdkLogger
 
debug(String) - 类 中的方法com.jfinal.log.Log4jLogger
 
debug(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLogger
 
debug(String) - 类 中的方法com.jfinal.log.Logger
 
debug(String, Throwable) - 类 中的方法com.jfinal.log.Logger
 
decr(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 中储存的数字值减一。
decrBy(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 所储存的值减去减量 decrement 。
DEFAULT_DEV_MODE - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_ENCODING - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_FILE_RENDER_BASE_PATH - 接口 中的静态变量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_URL_PARA_SEPARATOR - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_VELOCITY_EXTENSION - 接口 中的静态变量com.jfinal.core.Const
 
DEFAULT_VIEW_TYPE - 接口 中的静态变量com.jfinal.core.Const
 
defaultKeyNamingPolicy - 接口 中的静态变量com.jfinal.plugin.redis.IKeyNamingPolicy
 
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
 
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
 
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(Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
equals(Object) - 类 中的方法com.jfinal.plugin.activerecord.Record
 
equals(Object) - 类 中的方法com.jfinal.token.Token
 
error(String) - 类 中的方法com.jfinal.log.JdkLogger
 
error(String, Throwable) - 类 中的方法com.jfinal.log.JdkLogger
 
error(String) - 类 中的方法com.jfinal.log.Log4jLogger
 
error(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLogger
 
error(String) - 类 中的方法com.jfinal.log.Logger
 
error(String, Throwable) - 类 中的方法com.jfinal.log.Logger
 
errorCode - 类 中的变量com.jfinal.render.ErrorRender
 
ErrorRender - com.jfinal.render中的类
ErrorRender.
ErrorRender(int, String) - 类 的构造器com.jfinal.render.ErrorRender
 
EvictInterceptor - com.jfinal.plugin.ehcache中的类
EvictInterceptor.
EvictInterceptor() - 类 的构造器com.jfinal.plugin.ehcache.EvictInterceptor
 
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 命令类似,但它以毫秒为单位设置 key 的过期 unix 时间戳,而不是像 EXPIREAT 那样,以秒为单位。

F

FakeStaticHandler - com.jfinal.ext.handler中的类
FakeStaticHandler.
FakeStaticHandler() - 类 的构造器com.jfinal.ext.handler.FakeStaticHandler
 
FakeStaticHandler(String) - 类 的构造器com.jfinal.ext.handler.FakeStaticHandler
 
fatal(String) - 类 中的方法com.jfinal.log.JdkLogger
JdkLogger fatal is the same as the error.
fatal(String, Throwable) - 类 中的方法com.jfinal.log.JdkLogger
JdkLogger fatal is the same as the error.
fatal(String) - 类 中的方法com.jfinal.log.Log4jLogger
 
fatal(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLogger
 
fatal(String) - 类 中的方法com.jfinal.log.Logger
 
fatal(String, Throwable) - 类 中的方法com.jfinal.log.Logger
 
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(StringBuilder, List<Object>, String, String[], Record) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
forDbSave(StringBuilder, List<Object>, String, String[], Record) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forDbSave(StringBuilder, List<Object>, String, String[], Record) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forDbSave(StringBuilder, List<Object>, String, String[], Record) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forDbSave(StringBuilder, List<Object>, String, String[], Record) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forDbSave(StringBuilder, List<Object>, String, String[], Record) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forDbSave(StringBuilder, List<Object>, String, String[], Record) - 类 中的方法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(StringBuilder, 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(StringBuilder, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
forPaginate(StringBuilder, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.MysqlDialect
 
forPaginate(StringBuilder, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.OracleDialect
 
forPaginate(StringBuilder, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.PostgreSqlDialect
 
forPaginate(StringBuilder, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
forPaginate(StringBuilder, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.dialect.SqlServerDialect
 
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

generate(HttpServletRequest) - 类 中的方法com.jfinal.ext.kit.SessionIdKit
 
generateSalt(int) - 类 中的静态方法com.jfinal.kit.HashKit
md5 128bit 16bytes sha1 160bit 20bytes sha256 256bit 32bytes sha384 384bit 48bites sha512 512bit 64bites
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(Object) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
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.activerecord.Model
Return attribute names of this model.
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
 
getAttrsEntrySet() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return attribute Set.
getAttrsMap() - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory
 
getAttrsMap() - 接口 中的方法com.jfinal.plugin.activerecord.IContainerFactory
 
getAttrsMap() - 类 中的方法com.jfinal.plugin.activerecord.OrderedFieldContainerFactory
 
getAttrValues() - 类 中的方法com.jfinal.plugin.activerecord.Model
Return attribute values of this model.
getBaseName() - 类 中的方法com.jfinal.i18n.I18nInterceptor
Return the baseName, which is used as base name of the i18n resource file.
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
 
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
 
getColumnValues() - 类 中的方法com.jfinal.plugin.activerecord.Record
Return column values of this record.
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.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
获取记数器的值
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.validate.Validator
 
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
 
getFileRenderPath() - 类 中的方法com.jfinal.config.Constants
 
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
 
getGlobalActionInterceptor() - 类 中的方法com.jfinal.config.Interceptors
 
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);
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.
getLocalePara() - 类 中的方法com.jfinal.i18n.I18nInterceptor
Return the localePara, which is used as para name to get locale from the request para and the cookie.
getLogger(Class<?>) - 接口 中的方法com.jfinal.log.ILoggerFactory
 
getLogger(String) - 接口 中的方法com.jfinal.log.ILoggerFactory
 
getLogger(Class<?>) - 类 中的方法com.jfinal.log.JdkLoggerFactory
 
getLogger(String) - 类 中的方法com.jfinal.log.JdkLoggerFactory
 
getLogger(Class<?>) - 类 中的方法com.jfinal.log.Log4jLoggerFactory
 
getLogger(String) - 类 中的方法com.jfinal.log.Log4jLoggerFactory
 
getLogger(Class<?>) - 类 中的静态方法com.jfinal.log.Logger
 
getLogger(String) - 类 中的静态方法com.jfinal.log.Logger
 
getLogger(Class<?>) - 类 中的方法com.jfinal.log.NullLoggerFactory
 
getLogger(String) - 类 中的方法com.jfinal.log.NullLoggerFactory
 
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>, String) - 类 中的方法com.jfinal.core.Controller
Get model from http request.
getModelClass() - 类 中的方法com.jfinal.plugin.activerecord.Table
 
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
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.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
 
getSaveDirectory() - 类 中的方法com.jfinal.upload.UploadFile
 
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
 
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();
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(ELContext, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
getUploadedFileSaveDirectory() - 类 中的方法com.jfinal.config.Constants
 
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 中,所有的域和值。
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.
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.
IKeyNamingPolicy - com.jfinal.plugin.redis中的接口
IKeyNamingPolicy.
ILoggerFactory - com.jfinal.log中的接口
ILoggerFactory.
IMainRenderFactory - com.jfinal.render中的接口
IMainRenderFactory.
incr(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 中储存的数字值增一。
incrBy(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 所储存的值加上增量 increment 。
info(String) - 类 中的方法com.jfinal.log.JdkLogger
 
info(String, Throwable) - 类 中的方法com.jfinal.log.JdkLogger
 
info(String) - 类 中的方法com.jfinal.log.Log4jLogger
 
info(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLogger
 
info(String) - 类 中的方法com.jfinal.log.Logger
 
info(String, Throwable) - 类 中的方法com.jfinal.log.Logger
 
init(FilterConfig) - 类 中的方法com.jfinal.core.JFinalFilter
 
init() - 类 中的静态方法com.jfinal.log.Logger
 
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
 
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.TxByActionKeys
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxByMethods
 
intercept(Invocation) - 类 中的方法com.jfinal.plugin.activerecord.tx.TxByRegex
 
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.
InterceptorBuilder - com.jfinal.aop中的类
InterceptorBuilder
InterceptorBuilder() - 类 的构造器com.jfinal.aop.InterceptorBuilder
 
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
 
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
 
invoke() - 类 中的方法com.jfinal.aop.Invocation
 
invoke(Object, Method, Object[]) - 类 中的方法com.jfinal.plugin.activerecord.SqlReporter
 
IPlugin - com.jfinal.plugin中的接口
IPlugin
isActionInvocation() - 类 中的方法com.jfinal.aop.Invocation
return true if it is action invocation.
isBlank(String) - 类 中的静态方法com.jfinal.kit.StrKit
字符串为 null 或者为 "" 时返回 true
isDebugEnabled() - 类 中的方法com.jfinal.log.JdkLogger
 
isDebugEnabled() - 类 中的方法com.jfinal.log.Log4jLogger
 
isDebugEnabled() - 类 中的方法com.jfinal.log.Logger
 
isDevMode() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
ISerializer - com.jfinal.plugin.redis.serializer中的接口
ISerializer.
isErrorEnabled() - 类 中的方法com.jfinal.log.JdkLogger
 
isErrorEnabled() - 类 中的方法com.jfinal.log.Log4jLogger
 
isErrorEnabled() - 类 中的方法com.jfinal.log.Logger
 
IServer - com.jfinal.server中的接口
 
ISession - com.jfinal.plugin.auth中的接口
 
isFalse(Object) - 类 中的方法com.jfinal.kit.Ret
key 存在,并且 value 为 false,则返回 true
isFatalEnabled() - 类 中的方法com.jfinal.log.JdkLogger
 
isFatalEnabled() - 类 中的方法com.jfinal.log.Log4jLogger
 
isFatalEnabled() - 类 中的方法com.jfinal.log.Logger
 
isFirstPage() - 类 中的方法com.jfinal.plugin.activerecord.Page
 
isInfoEnabled() - 类 中的方法com.jfinal.log.JdkLogger
 
isInfoEnabled() - 类 中的方法com.jfinal.log.Log4jLogger
 
isInfoEnabled() - 类 中的方法com.jfinal.log.Logger
 
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
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
 
isReadOnly(ELContext, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
isShowSql() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
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.log.JdkLogger
 
isWarnEnabled() - 类 中的方法com.jfinal.log.Log4jLogger
 
isWarnEnabled() - 类 中的方法com.jfinal.log.Logger
 
ITokenCache - com.jfinal.token中的接口
ITokenCache.

J

JavascriptRender - com.jfinal.render中的类
JavascriptRender.
JavascriptRender(String) - 类 的构造器com.jfinal.render.JavascriptRender
 
JdkLogger - com.jfinal.log中的类
JdkLogger.
JdkLoggerFactory - com.jfinal.log中的类
JdkLoggerFactory.
JdkLoggerFactory() - 类 的构造器com.jfinal.log.JdkLoggerFactory
 
JdkSerializer - com.jfinal.plugin.redis.serializer中的类
JdkSerializer.
JdkSerializer() - 类 的构造器com.jfinal.plugin.redis.serializer.JdkSerializer
 
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
 
JSON_RENDER - 类 中的静态变量com.jfinal.plugin.ehcache.RenderType
 
JsonKit - com.jfinal.kit中的类
Convert object to json string.
JsonKit() - 类 的构造器com.jfinal.kit.JsonKit
 
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.
keepModel(Class, String) - 类 中的方法com.jfinal.core.Controller
 
keepModel(Class) - 类 中的方法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
 
keys(String) - 类 中的方法com.jfinal.plugin.redis.Cache
查找所有符合给定模式 pattern 的 key 。
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 的元素。
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");
Log4jLogger - com.jfinal.log中的类
Log4jLogger.
Log4jLoggerFactory - com.jfinal.log中的类
Log4jLoggerFactory.
Log4jLoggerFactory() - 类 的构造器com.jfinal.log.Log4jLoggerFactory
 
Logger - com.jfinal.log中的类
The five logging levels used by Log are (in order): 1.
Logger() - 类 的构造器com.jfinal.log.Logger
 
LogInterceptor - com.jfinal.ext.interceptor中的类
LogInterceptor.
LogInterceptor() - 类 的构造器com.jfinal.ext.interceptor.LogInterceptor
 
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
 
md5(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
me() - 类 中的静态方法com.jfinal.core.JFinal
 
me() - 类 中的静态方法com.jfinal.ext.kit.SessionIdKit
 
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
 
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
 
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

NestedTransactionHelpException - com.jfinal.plugin.activerecord中的异常错误
NestedTransactionHelpException
Notice the outer transaction that the nested transaction return false
NestedTransactionHelpException(String) - 异常错误 的构造器com.jfinal.plugin.activerecord.NestedTransactionHelpException
 
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.InterceptorBuilder
 
NullLoggerFactory - com.jfinal.log中的类
NullLoggerFactory.
NullLoggerFactory() - 类 的构造器com.jfinal.log.NullLoggerFactory
 
NullRender - com.jfinal.render中的类
NullRender.
NullRender() - 类 的构造器com.jfinal.render.NullRender
 

O

objectIdletime(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
对象没有被访问的空闲时间
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
 

P

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(int, int, String, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginate(int, int, 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, 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, String, String) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
paginateByCache(String, Object, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
Paginate by cache.
paginateByCache(String, Object, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
paginateByCache(String, Object, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.Model
Paginate by cache.
paginateByCache(String, Object, int, int, String, String) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
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
 
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(String, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.cache.EhCache
 
put(String, Object, Object) - 接口 中的方法com.jfinal.plugin.activerecord.cache.ICache
 
put(Object, Object) - 类 中的方法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) - 类 中的方法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 。
readIncommingRequestData(HttpServletRequest) - 类 中的静态方法com.jfinal.kit.HttpKit
 
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
 
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(Object) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
remove(Object) - 类 中的方法com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
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
 
removeConfig(String) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
removeCookie(String) - 类 中的方法com.jfinal.core.Controller
Remove Cookie with path = "/".
removeCookie(String, String) - 类 中的方法com.jfinal.core.Controller
Remove Cookie.
removeCookie(String, String, String) - 类 中的方法com.jfinal.core.Controller
Remove Cookie.
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.ErrorRender
 
render() - 类 中的方法com.jfinal.render.FileRender
 
render() - 类 中的方法com.jfinal.render.FreeMarkerRender
 
render() - 类 中的方法com.jfinal.render.HtmlRender
 
render() - 类 中的方法com.jfinal.render.JavascriptRender
 
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
 
render() - 类 中的方法com.jfinal.render.XmlRender
 
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.
replaceFormatSqlOrderBy(String) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
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
 
Ret(Object, Object) - 类 的构造器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 作为起始索引值。
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
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.
setBaseViewPath(String) - 类 中的方法com.jfinal.config.Constants
Set the base path for all views
setCache(ICache) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
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.kit.JsonKit
 
setConvertDepth(int) - 类 中的静态方法com.jfinal.render.JsonRender
 
setCookie(Cookie) - 类 中的方法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) - 类 中的方法com.jfinal.core.Controller
Set Cookie to response.
setCookie(String, String, int) - 类 中的方法com.jfinal.core.Controller
Set Cookie with path = "/".
setDateFromat(String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
setDatePattern(String) - 类 中的静态方法com.jfinal.kit.JsonKit
 
setDatePattern(String) - 类 中的方法com.jfinal.validate.Validator
 
setDefaultBaseName(String) - 类 中的静态方法com.jfinal.i18n.I18n
 
setDefaultLocale(String) - 类 中的静态方法com.jfinal.i18n.I18n
 
setDevMode(boolean) - 类 中的方法com.jfinal.config.Constants
Set development mode.
setDevMode(boolean) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
setDialect(Dialect) - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
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
 
setFileRenderPath(String) - 类 中的方法com.jfinal.config.Constants
Set the path of file render of controller.
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.
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
 
setJspViewExtension(String) - 类 中的方法com.jfinal.config.Constants
Set Jsp view extension.
setKeyNamingPolicy(IKeyNamingPolicy) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setLogAbandoned(boolean) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setLogger(boolean) - 类 中的静态方法com.jfinal.plugin.activerecord.SqlReporter
 
setLoggerFactory(ILoggerFactory) - 类 中的方法com.jfinal.config.Constants
 
setLoggerFactory(ILoggerFactory) - 类 中的静态方法com.jfinal.log.Logger
 
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
 
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
 
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
 
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
 
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
已过时。
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.kit.JsonKit
 
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
setUploadedFileSaveDirectory(String) - 类 中的方法com.jfinal.config.Constants
Set the save directory for upload file.
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
 
sha1(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha256(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha384(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha512(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sinter(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回多个集合的交集,多个集合由 keys 指定
sismember(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
判断 member 元素是否集合 key 的成员。
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
 
StringKit - com.jfinal.kit中的类
已过时。
StringKit() - 类 的构造器com.jfinal.kit.StringKit
已过时。
 
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 动态切换视图,而不必对视图中的文本逐个进行国际化切换,省时省力。

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.
takeOverDbPaginate(Connection, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
takeOverDbPaginate(Connection, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.Dialect
 
takeOverModelPaginate(Connection, Class<? extends Model>, int, int, String, String, Object...) - 类 中的方法com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
takeOverModelPaginate(Connection, Class<? extends Model>, int, int, 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
 
timeFormat - 类 中的静态变量com.jfinal.ext.kit.DateKit
 
toDate(String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
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.
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
 
TxByActionKeys - com.jfinal.plugin.activerecord.tx中的类
TxByActionKeys
TxByActionKeys(String...) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByActionKeys
 
TxByMethods - com.jfinal.plugin.activerecord.tx中的类
TxByMethods
TxByMethods(String...) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByMethods
 
TxByRegex - com.jfinal.plugin.activerecord.tx中的类
TxByRegex.
TxByRegex(String) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByRegex
 
TxByRegex(String, boolean) - 类 的构造器com.jfinal.plugin.activerecord.tx.TxByRegex
 
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(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回 key 所储存的值的类型。

U

unloadAllPropertyFiles() - 类 中的方法com.jfinal.config.JFinalConfig
 
unloadPropertyFile(String) - 类 中的方法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
 
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) - 类 中的方法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.
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.serializer.FstSerializer
 
valueFromBytes(byte[]) - 接口 中的方法com.jfinal.plugin.redis.serializer.ISerializer
 
valueFromBytes(byte[]) - 类 中的方法com.jfinal.plugin.redis.serializer.JdkSerializer
 
valueOf(String) - 枚举 中的静态方法com.jfinal.render.ContentType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jfinal.render.ViewType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.jfinal.render.ContentType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jfinal.render.ViewType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
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.log.JdkLogger
 
warn(String, Throwable) - 类 中的方法com.jfinal.log.JdkLogger
 
warn(String) - 类 中的方法com.jfinal.log.Log4jLogger
 
warn(String, Throwable) - 类 中的方法com.jfinal.log.Log4jLogger
 
warn(String) - 类 中的方法com.jfinal.log.Logger
 
warn(String, Throwable) - 类 中的方法com.jfinal.log.Logger
 

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 值。
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 © 2015. All Rights Reserved.