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

accessible(T) - 类 中的静态方法com.domeke.core.kit.Reflect
Conveniently render an AccessibleObject accessible
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(Syslog) - 类 中的静态方法com.domeke.core.thread.ThreadSysLog
向队列中增加Syslog对象,基于ConcurrentLinkedQueue
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
addCookie(HttpServletResponse, String, String, boolean, String, String, int) - 类 中的静态方法com.domeke.core.kit.WebKit
 
addError(String, String) - 类 中的方法com.jfinal.validate.Validator
Add message when validate failure.
addExcludeClasses(Class<? extends Controller>...) - 类 中的方法com.domeke.core.route.AutoBindRoutes
 
addExcludeClasses(List<Class<? extends Controller>>) - 类 中的方法com.domeke.core.route.AutoBindRoutes
 
addExcludeClasses(Class<? extends Model>...) - 类 中的方法com.domeke.core.tablebind.AutoTableBindPlugin
 
addExcludeClasses(List<Class<? extends Model>>) - 类 中的方法com.domeke.core.tablebind.AutoTableBindPlugin
 
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(...) in YourJFinalConfig.configInterceptor(Interceptors me)
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
 
addJars(String...) - 类 中的方法com.domeke.core.route.AutoBindRoutes
 
addJars(List<String>) - 类 中的方法com.domeke.core.tablebind.AutoTableBindPlugin
 
addJars(String...) - 类 中的方法com.domeke.core.tablebind.AutoTableBindPlugin
 
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
Agreement - com.domeke.core.model中的类
 
Agreement() - 类 的构造器com.domeke.core.model.Agreement
 
AgreementService - com.domeke.core.service中的类
 
AgreementService() - 类 的构造器com.domeke.core.service.AgreementService
 
AnsiSqlDialect - com.jfinal.plugin.activerecord.dialect中的类
AnsiSqlDialect.
AnsiSqlDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.AnsiSqlDialect
 
as(Class<P>) - 类 中的方法com.domeke.core.kit.Reflect
Create a proxy for the wrapped object allowing to typesafely invoke methods on it using a custom interface
authenticated() - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
已认证通过的用户。
AuthFun - com.domeke.core.beetl.fun中的类
 
AuthFun() - 类 的构造器com.domeke.core.beetl.fun.AuthFun
 
AutoBindRoutes - com.domeke.core.route中的类
 
AutoBindRoutes() - 类 的构造器com.domeke.core.route.AutoBindRoutes
 
autoScan(boolean) - 类 中的方法com.domeke.core.route.AutoBindRoutes
 
autoScan(boolean) - 类 中的方法com.domeke.core.tablebind.AutoTableBindPlugin
 
AutoTableBindPlugin - com.domeke.core.tablebind中的类
SimpleNameStyles 中已有的命名风格以及映射的表明如下表: DEFAULT FIRST_LOWER UP LOWER UP_UNDERLINE LOWER_UNDERLINE DevInfo.java DevInfo devInfo DEVINFO devinfo DEV_INFO dev_info ParamNameStyles 含有构造参数的命名风格: module(test) lowerModule(test) upModule(test) upUnderlineModule(test) lowerUnderlineModule(test) DevInfo.java test_DevInfo test_devinfo test_DEVINFO test_DEV_INFO test_dev_info 当model到表的映射不符合规范需要单独配置,需要在model上加上TableName注解 例如:@TableBind(tableName = "user", pkName = "userid")
AutoTableBindPlugin(DataSource) - 类 的构造器com.domeke.core.tablebind.AutoTableBindPlugin
 
AutoTableBindPlugin(DataSource, INameStyle) - 类 的构造器com.domeke.core.tablebind.AutoTableBindPlugin
 
AutoTableBindPlugin(IDataSourceProvider) - 类 的构造器com.domeke.core.tablebind.AutoTableBindPlugin
 
AutoTableBindPlugin(IDataSourceProvider, INameStyle) - 类 的构造器com.domeke.core.tablebind.AutoTableBindPlugin
 

B

BaseController - com.domeke.core.controller中的类
 
BaseController() - 类 的构造器com.domeke.core.controller.BaseController
 
BaseModel<M extends Model<M>> - com.domeke.core.model中的类
Model基础类
BaseModel() - 类 的构造器com.domeke.core.model.BaseModel
 
BaseService - com.domeke.core.service中的类
 
BaseService() - 类 的构造器com.domeke.core.service.BaseService
 
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.
beanName(Object) - 类 中的静态方法com.jfinal.kit.StrKit
获取bean名称
beans(Map<String, Object>) - 类 中的方法com.domeke.core.render.ExcelRender
 
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
 
byteArr2HexStr(byte[]) - 类 中的静态方法com.domeke.core.kit.EncryptionDecryption
将byte数组转换为表示16进制值的字符串, 如:byte[]{8,18}转换为:0813, 和public static byte[] hexStr2ByteArr(String strIn) 互为可逆的转换过程

C

Cache - com.jfinal.plugin.redis中的类
Cache.
CACHE_NAME_PAGE - 类 中的静态变量com.domeke.core.base.config.DictKeys
URL缓存Key
CACHE_NAME_SYSTEM - 类 中的静态变量com.domeke.core.base.config.DictKeys
系统缓存,主要是权限和数据字典等
CACHE_TYPE_REDIS - 类 中的静态变量com.domeke.core.kit.CodeKit
 
cacheAll() - 类 中的方法com.domeke.core.model.Operator
 
cacheAll() - 接口 中的方法com.domeke.core.service.cache.ICacheService
 
cacheAll() - 类 中的方法com.domeke.core.service.CodeService
 
cacheAll() - 类 中的方法com.domeke.core.service.CompanyService
 
cacheAll() - 类 中的方法com.domeke.core.service.DistrictAreaService
 
cacheAll() - 类 中的方法com.domeke.core.service.DistrictCityService
 
cacheAll() - 类 中的方法com.domeke.core.service.DistrictService
 
cacheAll() - 类 中的方法com.domeke.core.service.MenuService
 
cacheAll() - 类 中的方法com.domeke.core.service.ModuleService
 
cacheAll() - 类 中的方法com.domeke.core.service.RoleService
 
cacheAll() - 类 中的方法com.domeke.core.service.UserRoleService
 
cacheAll() - 类 中的方法com.domeke.core.service.UserService
 
cacheAll() - 类 中的方法com.domeke.core.thread.CacheThread
初始化所有缓存信息
cacheCodeList() - 类 中的方法com.domeke.core.service.CodeService
 
cacheDistrict() - 类 中的方法com.domeke.core.service.DistrictService
 
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.
cacheProvince() - 类 中的方法com.domeke.core.service.DistrictService
 
cacheProvinceList() - 类 中的方法com.domeke.core.service.DistrictService
 
CACHESTART_ADMIN_MENU - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DICT - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DICT_LIST - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DICT_NAME - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DICT_TEMPLATE - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DISTRICT - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DISTRICT_AREA - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DISTRICT_AREA_LIST - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DISTRICT_CITY - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DISTRICT_CITY_LIST - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DISTRICT_LIST - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DISTRICT_PROVINCE - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_DISTRICT_PROVINCE_LIST - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_GROUP - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_INDEX_MENU - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_OPERATOR - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_PARAM - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_PARAM_CHILD - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_ROLE - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_STATION - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CACHESTART_USER - 接口 中的静态变量com.domeke.core.service.cache.ICacheService
 
CacheThread - com.domeke.core.thread中的类
 
CacheThread(ICacheService...) - 类 的构造器com.domeke.core.thread.CacheThread
 
CACHETYPE - 类 中的静态变量com.domeke.core.kit.CodeKit
 
call(Object[], Context) - 类 中的方法com.domeke.core.beetl.fun.AuthFun
 
call(Object[], Context) - 类 中的方法com.domeke.core.beetl.fun.Code2Name
 
call(Object[], Context) - 类 中的方法com.domeke.core.beetl.fun.DateFormat
 
call(String) - 类 中的方法com.domeke.core.kit.Reflect
Call a method by its name.
call(String, Object...) - 类 中的方法com.domeke.core.kit.Reflect
Call a method by its 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.CaseInsensitiveSet - com.jfinal.plugin.activerecord中的类
 
CaseInsensitiveMap() - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveMap
 
CaseInsensitiveSet() - 类 的构造器com.jfinal.plugin.activerecord.CaseInsensitiveContainerFactory.CaseInsensitiveSet
 
checkFile(String) - 类 中的静态方法com.domeke.core.kit.VideoKit
 
checkName(String) - 类 中的方法com.domeke.core.model.Company
检查公司名是否已存在
checkName(String) - 类 中的方法com.domeke.core.model.Role
检查角色名是否重复
checkName(String) - 类 中的方法com.domeke.core.service.CompanyService
 
checkName(String) - 类 中的方法com.domeke.core.service.RoleService
 
checkUrlPara(int, int) - 类 中的方法com.jfinal.core.Controller
 
checkUrlPara(int) - 类 中的方法com.jfinal.core.Controller
 
checkUserNameAndEmail(String, String) - 类 中的方法com.domeke.core.service.UserService
检查用户名、邮箱是否重复
checkUserRole(String, String) - 类 中的方法com.domeke.core.service.UserRoleService
 
checkVideoType(String) - 类 中的静态方法com.domeke.core.kit.VideoKit
 
CIPHER_ALGORITHM - 类 中的静态变量com.domeke.core.kit.EncryptionKit
加密/解密算法 / 工作模式 / 填充方式
classpath(String) - 类 中的方法com.domeke.core.kit.ClassSearcher
 
ClassSearcher - com.domeke.core.kit中的类
 
ClassSearcher(Class) - 类 的构造器com.domeke.core.kit.ClassSearcher
 
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
 
ClearShiro - com.domeke.core.shiro中的注释类型
用来清除所有的Shiro访问控制注解,适合于Controller绝大部分方法都需要做访问控制,个别不需要做访问控制的场合。
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
 
Code2Name - com.domeke.core.beetl.fun中的类
 
Code2Name() - 类 的构造器com.domeke.core.beetl.fun.Code2Name
 
CodeKit - com.domeke.core.kit中的类
 
CodeKit() - 类 的构造器com.domeke.core.kit.CodeKit
 
CodeService - com.domeke.core.service中的类
 
CodeService() - 类 的构造器com.domeke.core.service.CodeService
 
CodeTable - com.domeke.core.model中的类
 
CodeTable() - 类 的构造器com.domeke.core.model.CodeTable
 
CodeTableService - com.domeke.core.service中的类
 
CodeTableService() - 类 的构造器com.domeke.core.service.CodeTableService
 
CodeType - com.domeke.core.model中的类
 
CodeType() - 类 的构造器com.domeke.core.model.CodeType
 
codeTypeDao - 类 中的静态变量com.domeke.core.model.CodeType
 
CodeTypeService - com.domeke.core.service中的类
 
CodeTypeService() - 类 的构造器com.domeke.core.service.CodeTypeService
 
CollectionKit - com.domeke.core.kit中的类
 
CollectionKit() - 类 的构造器com.domeke.core.kit.CollectionKit
 
com.domeke.core.base.config - 程序包 com.domeke.core.base.config
 
com.domeke.core.beetl - 程序包 com.domeke.core.beetl
 
com.domeke.core.beetl.fun - 程序包 com.domeke.core.beetl.fun
 
com.domeke.core.controller - 程序包 com.domeke.core.controller
 
com.domeke.core.db.sql - 程序包 com.domeke.core.db.sql
 
com.domeke.core.kit - 程序包 com.domeke.core.kit
 
com.domeke.core.model - 程序包 com.domeke.core.model
 
com.domeke.core.plugin - 程序包 com.domeke.core.plugin
 
com.domeke.core.render - 程序包 com.domeke.core.render
 
com.domeke.core.route - 程序包 com.domeke.core.route
 
com.domeke.core.service - 程序包 com.domeke.core.service
 
com.domeke.core.service.cache - 程序包 com.domeke.core.service.cache
 
com.domeke.core.shiro - 程序包 com.domeke.core.shiro
 
com.domeke.core.solr - 程序包 com.domeke.core.solr
 
com.domeke.core.tablebind - 程序包 com.domeke.core.tablebind
 
com.domeke.core.thread - 程序包 com.domeke.core.thread
 
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.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.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
 
COMMOND_IMAGE - 类 中的静态变量com.domeke.core.kit.VideoKit
 
COMMOND_VIDEO - 类 中的静态变量com.domeke.core.kit.VideoKit
 
CommonKit - com.domeke.core.kit中的类
公共工具类
CommonKit() - 类 的构造器com.domeke.core.kit.CommonKit
 
Company - com.domeke.core.model中的类
公司model
Company() - 类 的构造器com.domeke.core.model.Company
 
CompanyService - com.domeke.core.service中的类
公司service
CompanyService() - 类 的构造器com.domeke.core.service.CompanyService
 
compareTo(Object) - 类 中的方法com.domeke.core.model.CodeTable
 
compressVideo(File, String) - 类 中的静态方法com.domeke.core.kit.VideoKit
 
config() - 类 中的方法com.domeke.core.route.AutoBindRoutes
 
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
CONFIG_DEVMODE - 类 中的静态变量com.domeke.core.base.config.DictKeys
开发模式
CONFIG_DOMAIN_KEY - 类 中的静态变量com.domeke.core.base.config.DictKeys
# 域名或者服务器IP,多个逗号隔开,验证Referer时使用
CONFIG_LUCENEINDEX - 类 中的静态变量com.domeke.core.base.config.DictKeys
是否重新构建Lucene索引(构建索引实在是慢)
CONFIG_MAIL_FROM - 类 中的静态变量com.domeke.core.base.config.DictKeys
mail 配置:邮件服务器账号
CONFIG_MAIL_HOST - 类 中的静态变量com.domeke.core.base.config.DictKeys
mail 配置:邮件服务器地址
CONFIG_MAIL_PASSWORD - 类 中的静态变量com.domeke.core.base.config.DictKeys
mail 配置:邮件服务器密码
CONFIG_MAIL_PORT - 类 中的静态变量com.domeke.core.base.config.DictKeys
mail 配置:邮件服务器端口
CONFIG_MAIL_TO - 类 中的静态变量com.domeke.core.base.config.DictKeys
mail 配置:接收邮件地址
CONFIG_MAIL_USERNAME - 类 中的静态变量com.domeke.core.base.config.DictKeys
mail 配置:邮件服务器名称
CONFIG_MAXAGE_KEY - 类 中的静态变量com.domeke.core.base.config.DictKeys
# cookie 值的时间
CONFIG_MAXPOSTSIZE_KEY - 类 中的静态变量com.domeke.core.base.config.DictKeys
#文件上传大小限制 10 * 1024 * 1024 = 10M
CONFIG_PASSERRORCOUNT_KEY - 类 中的静态变量com.domeke.core.base.config.DictKeys
密码最大错误次数
CONFIG_PASSERRORHOUR_KEY - 类 中的静态变量com.domeke.core.base.config.DictKeys
密码错误最大次数后间隔登陆时间(小时)
CONFIG_SCAN_JAR - 类 中的静态变量com.domeke.core.base.config.DictKeys
扫描的jar
CONFIG_SCAN_PACKAGE - 类 中的静态变量com.domeke.core.base.config.DictKeys
扫描的包
CONFIG_SECURITYKEY_KEY - 类 中的静态变量com.domeke.core.base.config.DictKeys
加密密钥
configConstant(Constants) - 类 中的方法com.jfinal.config.JFinalConfig
 
configHandler(Handlers) - 类 中的方法com.jfinal.config.JFinalConfig
 
configInterceptor(Interceptors) - 类 中的方法com.jfinal.config.JFinalConfig
 
configPlugin(Plugins) - 类 中的方法com.jfinal.config.JFinalConfig
 
configRoute(Routes) - 类 中的方法com.jfinal.config.JFinalConfig
 
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
 
ControllerBind - com.domeke.core.route中的注释类型
 
CPI - com.jfinal.plugin.activerecord中的类
Cross Package Invoking pattern for package activerecord.
CPI() - 类 的构造器com.jfinal.plugin.activerecord.CPI
 
create() - 类 中的方法com.domeke.core.kit.Reflect
Call a constructor.
create(Object...) - 类 中的方法com.domeke.core.kit.Reflect
Call a constructor.
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

dao - 类 中的静态变量com.domeke.core.model.Agreement
 
dao - 类 中的静态变量com.domeke.core.model.CodeTable
 
dao - 类 中的静态变量com.domeke.core.model.Company
 
dao - 类 中的静态变量com.domeke.core.model.District
 
dao - 类 中的静态变量com.domeke.core.model.Emailconfig
 
dao - 类 中的静态变量com.domeke.core.model.FileAttachment
 
dao - 类 中的静态变量com.domeke.core.model.Information
 
dao - 类 中的静态变量com.domeke.core.model.LoginCount
 
dao - 类 中的静态变量com.domeke.core.model.Loginlog
 
dao - 类 中的静态变量com.domeke.core.model.Menu
 
dao - 类 中的静态变量com.domeke.core.model.Module
 
dao - 类 中的静态变量com.domeke.core.model.Operator
 
dao - 类 中的静态变量com.domeke.core.model.Role
 
dao - 类 中的静态变量com.domeke.core.model.User
 
dao - 类 中的静态变量com.domeke.core.model.UserRole
 
DateFormat - com.domeke.core.beetl.fun中的类
 
DateFormat() - 类 的构造器com.domeke.core.beetl.fun.DateFormat
 
dateFormat - 类 中的静态变量com.jfinal.ext.kit.DateKit
 
dateFormat - 类 中的静态变量com.jfinal.ext.kit.DateTimeKit
 
DateKit - com.jfinal.ext.kit中的类
DateKit.
DateKit() - 类 的构造器com.jfinal.ext.kit.DateKit
 
DateTimeKit - com.jfinal.ext.kit中的类
DateKit.
DateTimeKit() - 类 的构造器com.jfinal.ext.kit.DateTimeKit
 
Db - com.jfinal.plugin.activerecord中的类
Db.
Db() - 类 的构造器com.jfinal.plugin.activerecord.Db
 
DB_CONNECTION_DBNAME - 类 中的静态变量com.domeke.core.base.config.DictKeys
数据库连接参数:数据库名称
DB_CONNECTION_DRIVERCLASS - 类 中的静态变量com.domeke.core.base.config.DictKeys
数据库连接参数:驱动
DB_CONNECTION_IP - 类 中的静态变量com.domeke.core.base.config.DictKeys
数据库连接参数:数据库服务器IP
DB_CONNECTION_JDBCURL - 类 中的静态变量com.domeke.core.base.config.DictKeys
数据库连接参数:连接URL
DB_CONNECTION_PASSWORD - 类 中的静态变量com.domeke.core.base.config.DictKeys
数据库连接参数:密码
DB_CONNECTION_PORT - 类 中的静态变量com.domeke.core.base.config.DictKeys
数据库连接参数:数据库服务器端口
DB_CONNECTION_USERNAME - 类 中的静态变量com.domeke.core.base.config.DictKeys
数据库连接参数:用户名
DB_DATASOURCE_MAIN - 类 中的静态变量com.domeke.core.base.config.DictKeys
主数据源名称:系统主数据源
DB_FILTERS - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_INITIALSIZE - 类 中的静态变量com.domeke.core.base.config.DictKeys
数据库连接池参数:初始化连接大小
DB_JDBC_STAT - 类 中的静态变量com.domeke.core.base.config.DictKeys
druid 监控
DB_LOGABANDONED - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_MAXACTIVE - 类 中的静态变量com.domeke.core.base.config.DictKeys
数据库连接池参数:最多连接数
DB_MAXPOOLPREPAREDSTATEMENTPERCONNECTIONSIZE - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_MAXWAIT - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_MINEVICTABLEIDLETIMEMILLIS - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_MINIDLE - 类 中的静态变量com.domeke.core.base.config.DictKeys
数据库连接池参数:最少连接数
DB_REMOVEABANDONED - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_REMOVEABANDONEDTIMEOUTMILLIS - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_SHOWSQL - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_TESTONBORROW - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_TESTONRETURN - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_TESTWHILEIDLE - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_TIMEBETWEENCONNECTERRORMILLIS - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_TIMEBETWEENEVICTIONRUNSMILLIS - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_TYPE_KEY - 类 中的静态变量com.domeke.core.base.config.DictKeys
当前数据库类型
DB_TYPE_MYSQL - 类 中的静态变量com.domeke.core.base.config.DictKeys
当前数据库类型:mysql
DB_TYPE_ORACLE - 类 中的静态变量com.domeke.core.base.config.DictKeys
当前数据库类型:oracle
DB_TYPE_POSTGRESQL - 类 中的静态变量com.domeke.core.base.config.DictKeys
当前数据库类型:postgresql
DB_VALIDATIONQUERY - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_VALIDATIONQUERY_MYSQL - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
DB_VALIDATIONQUERY_ORACLE - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
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
 
decimalFormatToString(double, String) - 类 中的静态方法com.domeke.core.kit.CommonKit
double精度调整
decode(String) - 类 中的静态方法com.jfinal.kit.StrKit
Url Base64解码
decr(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 中储存的数字值减一。
decrBy(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 所储存的值减去减量 decrement 。
decrypt(byte[]) - 类 中的方法com.domeke.core.kit.EncryptionDecryption
解密字节数组
decrypt(String) - 类 中的方法com.domeke.core.kit.EncryptionDecryption
解密字符串
decrypt(byte[], byte[]) - 类 中的静态方法com.domeke.core.kit.EncryptionKit
解密
DEFAULT - 类 中的静态变量com.domeke.core.tablebind.SimpleNameStyles
 
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_PAGENUMBER - 类 中的静态变量com.domeke.core.base.config.DictKeys
分页参数初始化值:默认显示第几页
DEFAULT_PAGESIZE - 类 中的静态变量com.domeke.core.base.config.DictKeys
分页参数初始化值:默认每页显示几多
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() - 类 中的方法com.domeke.core.model.BaseModel
是否可以物理删除,如果含有datastate字段,则只能物理删除
delete(BaseModel<?>) - 类 中的方法com.domeke.core.service.BaseService
 
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.
deleteAgreementById(String) - 类 中的方法com.domeke.core.service.AgreementService
 
deleteById(Object) - 类 中的方法com.domeke.core.model.BaseModel
是否可以物理删除,如果含有datastate字段,则只能物理删除
deleteById(String) - 类 中的方法com.domeke.core.service.FileAttachmentService
 
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.
deleteCodeTableById(String) - 类 中的方法com.domeke.core.service.CodeTableService
根据码表ID删除,支持批量删除
deleteCodeTypeById(String) - 类 中的方法com.domeke.core.service.CodeTypeService
根据码表类型ID删除,支持批量删除
deleteEmailconfigById(String) - 类 中的方法com.domeke.core.service.EmailconfigService
根据邮件账户ID删除邮件账户
deleteInformationById(String) - 类 中的方法com.domeke.core.service.InformationService
 
deleteLogId(String) - 类 中的方法com.domeke.core.service.LoginLogService
删除日志
destory() - 类 中的静态方法com.domeke.core.db.sql.SqlKit
清除加载的sql
destroy() - 类 中的方法com.jfinal.core.JFinalFilter
 
Dialect - com.jfinal.plugin.activerecord.dialect中的类
Dialect.
Dialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.Dialect
 
DictKeys - com.domeke.core.base.config中的类
常量数据字典
DictKeys() - 类 的构造器com.domeke.core.base.config.DictKeys
 
District - com.domeke.core.model中的类
 
District() - 类 的构造器com.domeke.core.model.District
 
DistrictAreaService - com.domeke.core.service中的类
 
DistrictAreaService() - 类 的构造器com.domeke.core.service.DistrictAreaService
 
DistrictCityService - com.domeke.core.service中的类
 
DistrictCityService() - 类 的构造器com.domeke.core.service.DistrictCityService
 
DistrictKit - com.domeke.core.kit中的类
 
DistrictKit() - 类 的构造器com.domeke.core.kit.DistrictKit
 
DistrictService - com.domeke.core.service中的类
 
DistrictService() - 类 的构造器com.domeke.core.service.DistrictService
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.jfinal.core.JFinalFilter
 
doIntercept(Invocation) - 类 中的方法com.jfinal.aop.PrototypeInterceptor
 
DomekeBeetlRender - com.domeke.core.beetl中的类
 
DomekeBeetlRender(GroupTemplate, String) - 类 的构造器com.domeke.core.beetl.DomekeBeetlRender
 
DomekeBeetlRenderFactory - com.domeke.core.beetl中的类
 
DomekeBeetlRenderFactory() - 类 的构造器com.domeke.core.beetl.DomekeBeetlRenderFactory
 
DomekeCaptchaRender - com.domeke.core.kit中的类
 
DomekeCaptchaRender() - 类 的构造器com.domeke.core.kit.DomekeCaptchaRender
 
DomekeCaptchaRender(String) - 类 的构造器com.domeke.core.kit.DomekeCaptchaRender
 
DomekeCaptchaRender(int, int, int, boolean) - 类 的构造器com.domeke.core.kit.DomekeCaptchaRender
 
DomekeCaptchaRender(String, int, int, int, boolean) - 类 的构造器com.domeke.core.kit.DomekeCaptchaRender
 
DruidKit - com.domeke.core.kit中的类
 
DruidKit() - 类 的构造器com.domeke.core.kit.DruidKit
 
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
 
Emailconfig - com.domeke.core.model中的类
 
Emailconfig() - 类 的构造器com.domeke.core.model.Emailconfig
 
EmailconfigService - com.domeke.core.service中的类
 
EmailconfigService() - 类 的构造器com.domeke.core.service.EmailconfigService
 
encode(String) - 类 中的静态方法com.jfinal.kit.StrKit
Url Base64编码
ENCODING - 类 中的静态变量com.jfinal.kit.StrKit
字符编码
encrypt(byte[]) - 类 中的方法com.domeke.core.kit.EncryptionDecryption
加密字节数组
encrypt(String) - 类 中的方法com.domeke.core.kit.EncryptionDecryption
加密字符串
encrypt(String, String) - 类 中的静态方法com.domeke.core.kit.EncryptionKit
普通加密
encrypt(byte[], byte[]) - 类 中的静态方法com.domeke.core.kit.EncryptionKit
加密
EncryptionDecryption - com.domeke.core.kit中的类
 
EncryptionDecryption() - 类 的构造器com.domeke.core.kit.EncryptionDecryption
默认构造方法,使用默认密钥
EncryptionDecryption(String) - 类 的构造器com.domeke.core.kit.EncryptionDecryption
指定密钥构造方法
EncryptionKit - com.domeke.core.kit中的类
 
EncryptionKit() - 类 的构造器com.domeke.core.kit.EncryptionKit
 
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.domeke.core.kit.Reflect
equals(Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
 
equals(Object) - 类 中的方法com.jfinal.plugin.activerecord.Record
 
equals(Object) - 类 中的方法com.jfinal.token.Token
 
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
 
ExcelRender - com.domeke.core.render中的类
 
ExcelRender(String) - 类 的构造器com.domeke.core.render.ExcelRender
 
execute(ICallback) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
 
execute(ICallback) - 类 中的方法com.jfinal.plugin.activerecord.DbPro
 
exists(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
检查给定 key 是否存在。
expire(Object, int) - 类 中的方法com.jfinal.plugin.redis.Cache
为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。
expireAt(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
EXPIREAT 的作用和 EXPIRE 类似,都用于为 key 设置生存时间。

F

FakeStaticHandler - com.jfinal.ext.handler中的类
FakeStaticHandler.
FakeStaticHandler() - 类 的构造器com.jfinal.ext.handler.FakeStaticHandler
 
FakeStaticHandler(String) - 类 的构造器com.jfinal.ext.handler.FakeStaticHandler
 
field(String) - 类 中的方法com.domeke.core.kit.Reflect
Get a wrapped field.
fields() - 类 中的方法com.domeke.core.kit.Reflect
Get a Map containing field names and wrapped values for the fields' values.
FileAttachment - com.domeke.core.model中的类
 
FileAttachment() - 类 的构造器com.domeke.core.model.FileAttachment
 
FileAttachmentService - com.domeke.core.service中的类
 
FileAttachmentService() - 类 的构造器com.domeke.core.service.FileAttachmentService
 
FileKit - com.jfinal.kit中的类
FileKit.
FileKit() - 类 的构造器com.jfinal.kit.FileKit
 
filename(String) - 类 中的方法com.domeke.core.render.ExcelRender
 
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
 
filterDataState(Table, String) - 类 中的静态方法com.domeke.core.db.sql.SqlKit
 
filterDataStateParams(Object...) - 类 中的静态方法com.domeke.core.db.sql.SqlKit
 
find(String, Object...) - 类 中的方法com.domeke.core.model.BaseModel
 
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.
findFCHRByParams(Map<String, Object>) - 类 中的方法com.domeke.core.model.FileAttachment
多表关联 fileattachment community house room
findFileAttachmentsByParams(Map<String, Object>) - 类 中的方法com.domeke.core.model.FileAttachment
获取 系列 文件集
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
 
FIRST_LOWER - 类 中的静态变量com.domeke.core.tablebind.SimpleNameStyles
 
firstCharToLowerCase(String) - 类 中的静态方法com.jfinal.kit.StrKit
首字母变小写
firstCharToUpperCase(String) - 类 中的静态方法com.jfinal.kit.StrKit
首字母变大写
firstDayOfWeek(LocalDate) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
获取指定时间所在周的第一天的日期
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(Date, String) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
格式化
format(String, String, String) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
格式化
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.domeke.core.kit.Reflect
Get the wrapped object
get(String) - 类 中的方法com.domeke.core.kit.Reflect
Get a field value.
get(String) - 类 中的静态方法com.domeke.core.plugin.I18NPlugin
获取国际化Map
get(String, String) - 类 中的静态方法com.domeke.core.plugin.I18NPlugin
获取国际化值
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. actionKey = controllerKey + methodName
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.domeke.core.model.District
 
getAll() - 接口 中的方法com.jfinal.token.ITokenCache
 
getAllActionKeys() - 类 中的方法com.jfinal.core.JFinal
 
getAreaList(String) - 类 中的静态方法com.domeke.core.kit.DistrictKit
 
getAreaList() - 类 中的方法com.domeke.core.model.District
 
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.domeke.core.kit.PropsKit
 
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(String) - 类 中的方法com.domeke.core.model.Operator
 
getCache(String) - 接口 中的方法com.domeke.core.service.cache.ICacheService
 
getCache(String) - 类 中的方法com.domeke.core.service.CodeService
 
getCache(String) - 类 中的方法com.domeke.core.service.CompanyService
 
getCache(String) - 类 中的方法com.domeke.core.service.DistrictAreaService
 
getCache(String) - 类 中的方法com.domeke.core.service.DistrictCityService
 
getCache(String) - 类 中的方法com.domeke.core.service.DistrictService
 
getCache(String) - 类 中的方法com.domeke.core.service.MenuService
获取缓存
getCache(String) - 类 中的方法com.domeke.core.service.ModuleService
 
getCache(String) - 类 中的方法com.domeke.core.service.RoleService
 
getCache(String) - 类 中的方法com.domeke.core.service.UserRoleService
 
getCache(String) - 类 中的方法com.domeke.core.service.UserService
获取缓存
getCache() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getCache() - 类 中的方法com.jfinal.plugin.redis.RedisInterceptor
通过继承 RedisInterceptor 类并覆盖此方法,可以指定 当前线程所使用的 cache
getCacheManager() - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
 
getChildList(List<Menu>, Menu) - 类 中的方法com.domeke.core.service.MenuService
 
getCityList(String) - 类 中的静态方法com.domeke.core.kit.DistrictKit
 
getCityList() - 类 中的方法com.domeke.core.model.District
 
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(HttpServletRequest) - 类 中的静态方法com.domeke.core.kit.WebKit
获取上下文URL全路径
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.
getCookieByName(HttpServletRequest, String) - 类 中的静态方法com.domeke.core.kit.WebKit
获得cookie
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.
getCookieValueByName(HttpServletRequest, String) - 类 中的静态方法com.domeke.core.kit.WebKit
获取cookie的值
getCounter(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
获取记数器的值
getCurrentTime() - 类 中的方法com.domeke.core.model.BaseModel
获得当前时间
getCurrentUser(HttpServletRequest, boolean) - 类 中的方法com.domeke.core.controller.BaseController
获取当前用户信息
getCurrentUser(HttpServletRequest, boolean) - 类 中的静态方法com.domeke.core.kit.WebKit
获取当前登录用户
getCurrernWeekEnd() - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
获取本周最后一天日期
getCurrernWeekStart() - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
获取本周第一天日期
getDataSource() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
getDataSource() - 接口 中的方法com.jfinal.plugin.activerecord.IDataSourceProvider
 
getDataSource() - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
getDate() - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
获取当前时间
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
getDateDaySpace(Date, Date) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
返回两个日期之间隔了多少天
getDateHourSpace(Date, Date) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
返回两个日期之间隔了多少小时
getDatePattern() - 类 中的方法com.jfinal.validate.Validator
 
getDateTime() - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
获取当前时间的时间戳
getDeclaredField(Class<?>, String) - 类 中的方法com.domeke.core.kit.Reflect
TODO:(简单描述方法作用).
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
 
getDistrict(String, String) - 类 中的静态方法com.domeke.core.kit.DistrictKit
 
getDistrict(String) - 类 中的静态方法com.domeke.core.kit.DistrictKit
 
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
getDruidPlugin(String) - 类 中的静态方法com.domeke.core.kit.DruidKit
根据传入的数据源名称获取数据源信息
getDruidPlugin() - 类 中的静态方法com.domeke.core.kit.DruidKit
获取默认数据源
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
 
getFieldValueList(Collection<? extends Model<?>>, String, Class<T>) - 类 中的静态方法com.domeke.core.kit.CollectionKit
根据key截取集合指定值
getFile(String, String, Integer, String) - 类 中的方法com.jfinal.core.Controller
 
getFile(String, String, int) - 类 中的方法com.jfinal.core.Controller
 
getFile(String, String) - 类 中的方法com.jfinal.core.Controller
 
getFile() - 类 中的方法com.jfinal.core.Controller
 
getFile(String) - 类 中的方法com.jfinal.core.Controller
 
getFile() - 类 中的方法com.jfinal.upload.UploadFile
 
getFileExt(String) - 类 中的静态方法com.jfinal.kit.StrKit
根据内容类型判断文件扩展名
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
 
getHandlerProperty() - 类 中的静态方法com.domeke.core.kit.DruidKit
 
getHtmlRender(String) - 类 中的方法com.jfinal.render.RenderFactory
 
getHTMLToString(String) - 类 中的静态方法com.domeke.core.kit.WebKit
把页面的信息替换成我们想要的信息存放数据库里面
getId() - 接口 中的方法com.jfinal.plugin.auth.ISession
 
getId() - 类 中的方法com.jfinal.token.Token
Returns a string containing the unique identifier assigned to this token.
getImagePath(File) - 类 中的静态方法com.domeke.core.kit.VideoKit
 
getInstance() - 类 中的静态方法com.domeke.core.kit.SolrKit
 
getInstance() - 类 中的静态方法com.domeke.core.solr.SolrServerClient
SolrServerClient 是线程安全的 需要采用单例模式 此处实现方法适用于高频率调用查询
getInt(String) - 类 中的静态方法com.domeke.core.kit.PropsKit
 
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
 
getIpAddr(HttpServletRequest) - 类 中的静态方法com.domeke.core.kit.WebKit
获取客户端IP地址
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
 
getLastWeekEnd() - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
获取上周最后一天日期
getLastWeekStart() - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
获取上周第一天日期
getList(String) - 类 中的静态方法com.domeke.core.kit.CodeKit
返回码表列表
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.
getLong(String) - 类 中的静态方法com.domeke.core.kit.PropsKit
 
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(String, String) - 类 中的静态方法com.domeke.core.kit.CodeKit
获取码表值
getName(String) - 类 中的静态方法com.domeke.core.kit.DistrictKit
 
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
 
getParamMap(HttpServletRequest) - 类 中的静态方法com.domeke.core.kit.WebKit
获取ParameterMap
getParamMap() - 类 中的静态方法com.domeke.core.plugin.PropertiesPlugin
 
getParamMapValue(String) - 类 中的静态方法com.domeke.core.plugin.PropertiesPlugin
获取系统配置参数值
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
 
getPKValue() - 类 中的方法com.domeke.core.model.BaseModel
获取主键值
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
 
getProvince() - 类 中的静态方法com.domeke.core.kit.DistrictKit
获取省份码表值
getProvinceList() - 类 中的方法com.domeke.core.model.District
 
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(String) - 类 中的方法com.domeke.core.beetl.DomekeBeetlRenderFactory
 
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
getReqLoginLog() - 类 中的方法com.domeke.core.controller.BaseController
 
getRequest() - 类 中的方法com.jfinal.core.Controller
Return HttpServletRequest.
getRequestURIWithParam(HttpServletRequest) - 类 中的静态方法com.domeke.core.kit.WebKit
获取完整请求路径(含内容路径及请求参数)
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() - 类 中的方法com.domeke.core.solr.SolrServerClient
初始化的HttpSolrServer 对象,并获取此唯一对象 配置按需调整
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)。
getSql(String) - 类 中的静态方法com.domeke.core.db.sql.SqlKit
获取SQL,固定SQL
getSql(String, Map<String, Object>) - 类 中的静态方法com.domeke.core.db.sql.SqlKit
获取SQL,动态SQL
getSql(String, Map<String, String>, LinkedList<Object>) - 类 中的静态方法com.domeke.core.db.sql.SqlKit
获取SQL,动态SQL
getSql(String) - 类 中的方法com.domeke.core.model.BaseModel
获取SQL,固定SQL
getSql(String, Map<String, Object>) - 类 中的方法com.domeke.core.model.BaseModel
获取SQL,动态SQL
getSql(String, Map<String, String>, LinkedList<Object>) - 类 中的方法com.domeke.core.model.BaseModel
获取SQL,动态SQL
getSql(String) - 类 中的方法com.domeke.core.service.BaseService
获取SQL,固定SQL
getSql(String, Map<String, Object>) - 类 中的方法com.domeke.core.service.BaseService
获取SQL,动态SQL
getSql(String, Map<String, String>, LinkedList<Object>) - 类 中的方法com.domeke.core.service.BaseService
获取SQL,动态SQL
getSqlTimestamp(Date) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
主要是给jfinal使用,数据库只认java.sql
getSqlTimestamp(long) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
主要是给jfinal使用,数据库只认java.sql
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
getString(String) - 类 中的静态方法com.domeke.core.kit.PropsKit
 
getSubject() - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
获取 Subject
getSyslog() - 类 中的静态方法com.domeke.core.thread.ThreadSysLog
获取Syslog对象,基于ConcurrentLinkedQueue
getTable() - 类 中的方法com.domeke.core.model.BaseModel
获取表映射对象
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
 
getUser(String) - 类 中的静态方法com.domeke.core.kit.CodeKit
 
getUserOperator(User) - 类 中的方法com.domeke.core.model.User
 
getUuidByJdk(boolean) - 类 中的静态方法com.domeke.core.kit.CommonKit
 
getValue(String, String) - 类 中的静态方法com.domeke.core.kit.CodeKit
获取码表值
getValue(ELContext, Object, Object) - 类 中的方法com.jfinal.plugin.activerecord.ModelRecordElResolver
 
getValueByName(String, String) - 类 中的静态方法com.domeke.core.kit.CodeKit
根据名称获取码表值
getVelocityViewExtension() - 类 中的方法com.jfinal.config.Constants
 
getVideoPath(File) - 类 中的静态方法com.domeke.core.kit.VideoKit
 
getView() - 类 中的方法com.jfinal.render.Render
 
getViewExtension() - 类 中的方法com.domeke.core.beetl.DomekeBeetlRenderFactory
 
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
 
groupTemplate - 类 中的静态变量com.domeke.core.beetl.DomekeBeetlRenderFactory
 
guest() - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
验证当前用户是否为“访客”,即未认证(包含未记住)的用户。

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
 
hasAllRoles(String) - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
验证当前用户是否属于以下所有角色。
hasAnyRoles(String) - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
验证当前用户是否属于以下任意一个角色。
hasChild(List<Menu>, Menu) - 类 中的方法com.domeke.core.service.MenuService
 
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.domeke.core.kit.Reflect
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
 
hasPermission(String) - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
验证当前用户是否拥有指定权限,使用时与lacksPermission 搭配使用
hasPrivilegeOperator(Operator, User) - 类 中的静态方法com.domeke.core.kit.WebKit
判断用户是否对某个功能具有操作权限
hasRole(String) - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
验证当前用户是否属于该角色?
hdel(Object, Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
hexists(Object, Object) - 类 中的方法com.jfinal.plugin.redis.Cache
查看哈希表 key 中,给定域 field 是否存在。
hexStr2ByteArr(String) - 类 中的静态方法com.domeke.core.kit.EncryptionDecryption
将表示16进制值的字符串转换为byte数组, 和public static String byteArr2HexStr(byte[] arrB) 互为可逆的转换过程
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
 
HtmlTagKit - com.domeke.core.kit中的类
 
HtmlTagKit() - 类 的构造器com.domeke.core.kit.HtmlTagKit
 
HtmltoText(String) - 类 中的静态方法com.domeke.core.kit.WebKit
去除HTML代码
HttpKit - com.jfinal.kit中的类
HttpKit
hvals(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回哈希表 key 中所有域的值。

I

i18n(String) - 类 中的静态方法com.domeke.core.plugin.I18NPlugin
根据i18n参数查询获取哪个字段的值
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
 
I18NPlugin - com.domeke.core.plugin中的类
初始化I18N数据信息的加载
I18NPlugin() - 类 的构造器com.domeke.core.plugin.I18NPlugin
 
IAtom - com.jfinal.plugin.activerecord中的接口
IAtom support transaction of database.
ICache - com.jfinal.plugin.activerecord.cache中的接口
ICache.
ICacheService - com.domeke.core.service.cache中的接口
 
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.
IMainRenderFactory - com.jfinal.render中的接口
IMainRenderFactory.
INameStyle - com.domeke.core.tablebind中的接口
 
includeAllJarsInLib(boolean) - 类 中的方法com.domeke.core.kit.ClassSearcher
 
includeAllJarsInLib(boolean) - 类 中的方法com.domeke.core.route.AutoBindRoutes
 
includeAllJarsInLib(boolean) - 类 中的方法com.domeke.core.tablebind.AutoTableBindPlugin
 
incr(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 中储存的数字值增一。
incrBy(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
将 key 所储存的值加上增量 increment 。
Information - com.domeke.core.model中的类
 
Information() - 类 的构造器com.domeke.core.model.Information
 
InformationService - com.domeke.core.service中的类
 
InformationService() - 类 的构造器com.domeke.core.service.InformationService
 
init(boolean) - 类 中的静态方法com.domeke.core.db.sql.SqlKit
初始化加载sql语句到map
init(FilterConfig) - 类 中的方法com.jfinal.core.JFinalFilter
 
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
 
InitDatabaseKit - com.domeke.core.kit中的类
 
InitDatabaseKit() - 类 的构造器com.domeke.core.kit.InitDatabaseKit
 
initKey() - 类 中的静态方法com.domeke.core.kit.EncryptionKit
生成密钥
injars(List<String>) - 类 中的方法com.domeke.core.kit.ClassSearcher
 
inJars(String...) - 类 中的方法com.domeke.core.kit.ClassSearcher
 
intercept(Invocation) - 类 中的方法com.domeke.core.shiro.ShiroInterceptor
 
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.
isBetween(LocalDate, LocalDate, LocalDate) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
指定时间是否在两个时间之间
isBlank(Collection<T>) - 类 中的静态方法com.domeke.core.kit.CollectionKit
 
isBlank(Map<T, M>) - 类 中的静态方法com.domeke.core.kit.MapKit
 
isBlank(String) - 类 中的静态方法com.jfinal.kit.StrKit
 
isDevMode() - 类 中的方法com.jfinal.plugin.activerecord.Config
 
isEmpty() - 类 中的方法com.domeke.core.model.BaseModel
 
ISerializer - com.jfinal.plugin.redis.serializer中的接口
ISerializer.
IServer - com.jfinal.server中的接口
 
ISession - com.jfinal.plugin.auth中的接口
 
isFalse(Object) - 类 中的方法com.jfinal.kit.Ret
key 存在,并且 value 为 false,则返回 true
isFirstPage() - 类 中的方法com.jfinal.plugin.activerecord.Page
 
isInTransaction() - 类 中的方法com.jfinal.plugin.activerecord.Config
Return true if current thread in transaction.
isLastPage() - 类 中的方法com.jfinal.plugin.activerecord.Page
 
isNotBlank(Collection<T>) - 类 中的静态方法com.domeke.core.kit.CollectionKit
 
isNotBlank(Map<T, M>) - 类 中的静态方法com.domeke.core.kit.MapKit
 
isNotBlank(String) - 类 中的静态方法com.jfinal.kit.StrKit
字符串不为 null 而且不为 "" 时返回 true
isNotEmpty() - 类 中的方法com.domeke.core.model.BaseModel
 
isNull(Collection<T>) - 类 中的静态方法com.domeke.core.kit.CollectionKit
 
isNull(Map<T, M>) - 类 中的静态方法com.domeke.core.kit.MapKit
 
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
 
isSetFacet() - 类 中的方法com.domeke.core.kit.SolrKit
 
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
ITokenCache - com.jfinal.token中的接口
ITokenCache.

J

JavascriptRender - com.jfinal.render中的类
JavascriptRender.
JavascriptRender(String) - 类 的构造器com.jfinal.render.JavascriptRender
 
JaxbKit - com.domeke.core.kit中的类
 
JaxbKit() - 类 的构造器com.domeke.core.kit.JaxbKit
 
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
 
KEY_ALGORITHM - 类 中的静态变量com.domeke.core.kit.EncryptionKit
密钥算法
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
 
keywordVali(String) - 类 中的静态方法com.domeke.core.db.sql.SqlKit
sql查询关键字过滤效验

L

lacksPermission(String) - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
与hasPermission标签逻辑相反,当前用户没有制定权限时,验证通过。
lacksRole(String) - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
与hasRole标签逻辑相反,当用户不属于该角色时验证通过。
lastDayOfWeek(LocalDate) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
获取指定时间所在州的最后一天的日期
libDir(String) - 类 中的方法com.domeke.core.kit.ClassSearcher
 
lindex(Object, long) - 类 中的方法com.jfinal.plugin.redis.Cache
返回列表 key 中,下标为 index 的元素。
listFiles(File, List<File>) - 类 中的静态方法com.domeke.core.db.sql.SqlKit
 
llen(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回列表 key 的长度。
load(String) - 类 中的静态方法com.jfinal.plugin.activerecord.Sqls
加载 sql 文件.
load() - 接口 中的方法com.jfinal.plugin.ehcache.IDataLoader
 
loadPropertyFile(String) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(String, String) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(File) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file.
loadPropertyFile(File, String) - 类 中的方法com.jfinal.config.JFinalConfig
Load property file Example:
loadPropertyFile(new File("/var/config/my_config.txt"), "UTF-8");
LOG - 类 中的静态变量com.domeke.core.kit.ClassSearcher
 
LOG - 类 中的静态变量com.domeke.core.kit.JaxbKit
 
log - 类 中的变量com.domeke.core.plugin.I18NPlugin
 
log - 类 中的变量com.domeke.core.plugin.PropertiesPlugin
 
log - 类 中的变量com.domeke.core.tablebind.AutoTableBindPlugin
 
logger - 类 中的静态变量com.domeke.core.db.sql.SqlKit
 
logger - 类 中的变量com.domeke.core.route.AutoBindRoutes
 
login(String) - 类 中的方法com.domeke.core.model.User
 
login(String) - 类 中的方法com.domeke.core.service.UserService
 
LOGIN_INFO_0 - 类 中的静态变量com.domeke.core.base.config.DictKeys
用户登录状态码:用户不存在
LOGIN_INFO_1 - 类 中的静态变量com.domeke.core.base.config.DictKeys
用户登录状态码:停用账户
LOGIN_INFO_2 - 类 中的静态变量com.domeke.core.base.config.DictKeys
用户登录状态码:密码错误次数超限
LOGIN_INFO_3 - 类 中的静态变量com.domeke.core.base.config.DictKeys
用户登录状态码:密码验证成功
LOGIN_INFO_4 - 类 中的静态变量com.domeke.core.base.config.DictKeys
用户登录状态码:密码验证失败
LoginCount - com.domeke.core.model中的类
 
LoginCount() - 类 的构造器com.domeke.core.model.LoginCount
 
LoginCountService - com.domeke.core.service中的类
 
LoginCountService() - 类 的构造器com.domeke.core.service.LoginCountService
 
Loginlog - com.domeke.core.model中的类
 
Loginlog() - 类 的构造器com.domeke.core.model.Loginlog
 
LoginLogService - com.domeke.core.service中的类
 
LoginLogService() - 类 的构造器com.domeke.core.service.LoginLogService
 
LogInterceptor - com.jfinal.ext.interceptor中的类
LogInterceptor.
LogInterceptor() - 类 的构造器com.jfinal.ext.interceptor.LogInterceptor
 
LOWER - 类 中的静态变量com.domeke.core.tablebind.SimpleNameStyles
 
LOWER_UNDERLINE - 类 中的静态变量com.domeke.core.tablebind.SimpleNameStyles
 
lowerCase(String) - 类 中的静态方法com.jfinal.kit.StrKit
Converts a String to lower case as per String.toLowerCase().
lowerCase(String, Locale) - 类 中的静态方法com.jfinal.kit.StrKit
Converts a String to lower case as per String.toLowerCase(Locale) .
lowerModule(String) - 类 中的静态方法com.domeke.core.tablebind.ParamNameStyles
 
lowerUnderlineModule(String) - 类 中的静态方法com.domeke.core.tablebind.ParamNameStyles
 
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.domeke.core.kit.CommonKit
 
main(String[]) - 类 中的静态方法com.domeke.core.kit.InitDatabaseKit
 
main(String[]) - 类 中的静态方法com.domeke.core.kit.SolrKit
 
main(String[]) - 类 中的静态方法com.domeke.core.kit.VideoKit
 
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
 
MapKit - com.domeke.core.kit中的类
 
MapKit() - 类 的构造器com.domeke.core.kit.MapKit
 
marshal(Object) - 类 中的静态方法com.domeke.core.kit.JaxbKit
object -> string
md5(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
md5Encrypt(String) - 类 中的静态方法com.domeke.core.kit.EncryptionKit
 
me(String) - 类 中的静态方法com.domeke.core.render.ExcelRender
 
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
 
Menu - com.domeke.core.model中的类
 
Menu() - 类 的构造器com.domeke.core.model.Menu
 
MenuService - com.domeke.core.service中的类
 
MenuService() - 类 的构造器com.domeke.core.service.MenuService
 
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
 
modifyStr(String) - 类 中的方法com.domeke.core.service.MenuService
 
Module - com.domeke.core.model中的类
 
Module() - 类 的构造器com.domeke.core.model.Module
 
module(String) - 类 中的静态方法com.domeke.core.tablebind.ParamNameStyles
 
ModuleService - com.domeke.core.service中的类
模块service
ModuleService() - 类 的构造器com.domeke.core.service.ModuleService
 
move(Object, int) - 类 中的方法com.jfinal.plugin.redis.Cache
将当前数据库的 key 移动到给定的数据库 db 当中。
mset(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
同时设置一个或多个 key-value 对。
MultipartRequest - com.jfinal.upload中的类
MultipartRequest.
MultipartRequest(HttpServletRequest, String, int, String) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, String, int) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest, String) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MultipartRequest(HttpServletRequest) - 类 的构造器com.jfinal.upload.MultipartRequest
 
MysqlDialect - com.jfinal.plugin.activerecord.dialect中的类
MysqlDialect.
MysqlDialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.MysqlDialect
 

N

name(String) - 接口 中的方法com.domeke.core.tablebind.INameStyle
 
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
 
notAuthenticated() - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
未认证通过用户,与authenticated标签相对应。
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
 
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
对象被引用的数量
of(Class) - 类 中的静态方法com.domeke.core.kit.ClassSearcher
 
on(String) - 类 中的静态方法com.domeke.core.kit.Reflect
Wrap a class name.
on(Class<?>) - 类 中的静态方法com.domeke.core.kit.Reflect
Wrap a class.
on(Object) - 类 中的静态方法com.domeke.core.kit.Reflect
Wrap an object.
onChange() - 类 中的方法com.jfinal.server.Scanner
 
OneConnectionPerThread - com.jfinal.plugin.activerecord中的类
One Connection Per Thread for one request.
OneConnectionPerThread() - 类 的构造器com.jfinal.plugin.activerecord.OneConnectionPerThread
 
Operator - com.domeke.core.model中的类
权限对象
Operator() - 类 的构造器com.domeke.core.model.Operator
 
OperatorService - com.domeke.core.service中的类
权限service
OperatorService() - 类 的构造器com.domeke.core.service.OperatorService
 
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
 
ParamNameStyles - com.domeke.core.tablebind中的类
 
ParamNameStyles() - 类 的构造器com.domeke.core.tablebind.ParamNameStyles
 
parse(String, String) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
解析
parse(String) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
解析
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
 
principal() - 类 中的方法com.domeke.core.shiro.ShiroMethod
输出当前用户信息,通常为登录帐号信息。
process(File, int) - 类 中的静态方法com.domeke.core.kit.VideoKit
 
processHtmlSpecialTag(Model<?>, String...) - 类 中的静态方法com.domeke.core.kit.HtmlTagKit
 
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");
PropertiesPlugin - com.domeke.core.plugin中的类
读取Properties配置文件数据放入缓存
PropertiesPlugin(Properties) - 类 的构造器com.domeke.core.plugin.PropertiesPlugin
 
PropKit - com.jfinal.kit中的类
PropKit.
PropsKit - com.domeke.core.kit中的类
 
PropsKit() - 类 的构造器com.domeke.core.kit.PropsKit
 
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(String[], String, Class<T>, Page<T>, String[]) - 类 中的静态方法com.domeke.core.kit.SolrKit
 
query(Object) - 类 中的方法com.domeke.core.service.RoleService
获取角色信息
query(Object) - 类 中的方法com.domeke.core.service.UserService
获取用户信息
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
 
queryAgreementList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.Agreement
 
queryAgreementList(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.AgreementService
通过参数查询协议
queryAllAgreement() - 类 中的方法com.domeke.core.service.AgreementService
 
queryAllCodeTable() - 类 中的方法com.domeke.core.service.CodeTableService
查询所有码表
queryAllCodeType() - 类 中的方法com.domeke.core.service.CodeTypeService
查询所有码表类型
queryAllCompany() - 类 中的方法com.domeke.core.service.CompanyService
 
queryAllEmailconfig() - 类 中的方法com.domeke.core.service.EmailconfigService
查询所有邮件账户
queryAllInformation() - 类 中的方法com.domeke.core.service.InformationService
 
queryAllMenu() - 类 中的方法com.domeke.core.service.MenuService
 
queryAllModule() - 类 中的方法com.domeke.core.service.ModuleService
 
queryAllOperator() - 类 中的方法com.domeke.core.service.OperatorService
 
queryAllRole() - 类 中的方法com.domeke.core.service.RoleService
 
queryAllUser() - 类 中的方法com.domeke.core.service.UserService
 
queryAllUserRole() - 类 中的方法com.domeke.core.service.UserRoleService
 
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
 
queryByFilter(Map<String, Object>) - 类 中的方法com.domeke.core.service.CompanyService
 
queryByFilter(Map<String, Object>) - 类 中的方法com.domeke.core.service.ModuleService
 
queryByFilter(Map<String, Object>) - 类 中的方法com.domeke.core.service.OperatorService
 
queryByFilter(Map<String, Object>) - 类 中的方法com.domeke.core.service.RoleService
 
queryByFilter(Map<String, Object>) - 类 中的方法com.domeke.core.service.UserRoleService
 
queryByFilter(Map<String, Object>) - 类 中的方法com.domeke.core.service.UserService
 
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
 
queryCodeTableById(String) - 类 中的方法com.domeke.core.service.CodeTableService
根据码表ID查询
queryCodeTableList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.CodeTable
 
queryCodeTableList(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.CodeTableService
根据码表名称与码表查询
queryCodeTypeById(String) - 类 中的方法com.domeke.core.service.CodeTypeService
根据码表类型ID查询
queryCodeTypeList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.CodeType
 
queryCodeTypeList() - 类 中的方法com.domeke.core.service.CodeTableService
 
queryCodeTypeList(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.CodeTypeService
根据码表类型名称与码表类型查询
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
 
queryCompanyCodedata() - 类 中的方法com.domeke.core.model.Company
获取公司码表
queryCompanyList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.Company
分页查询
queryCompanyList(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.CompanyService
 
queryCompanyList() - 类 中的方法com.domeke.core.service.UserService
 
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
 
queryEmailconfigByParams(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.EmailconfigService
根据参数查找邮件账户
queryEmailconfigList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.Emailconfig
 
queryEmailconfigList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.Information
 
queryFileAttachmentListByParams(Map<String, Object>) - 类 中的方法com.domeke.core.model.FileAttachment
 
queryFileAttachmentListByParams(Map<String, Object>) - 类 中的方法com.domeke.core.service.FileAttachmentService
 
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
 
queryInformationByParams(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.InformationService
 
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
 
queryLoginLogList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.Loginlog
 
queryLoginLogList(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.LoginLogService
 
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
 
queryMenuById(String) - 类 中的方法com.domeke.core.service.MenuService
 
queryMenuChild(String) - 类 中的方法com.domeke.core.service.MenuService
 
queryMenuParent() - 类 中的方法com.domeke.core.service.MenuService
 
queryMenuTree() - 类 中的方法com.domeke.core.service.MenuService
 
queryModuleCodedata() - 类 中的方法com.domeke.core.service.ModuleService
 
queryModuleList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.Module
分页查询
queryModuleList(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.ModuleService
 
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
 
queryOperatorList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.Operator
 
queryOperatorList(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.OperatorService
 
queryParentCompany() - 类 中的方法com.domeke.core.service.CompanyService
 
queryParentModule() - 类 中的方法com.domeke.core.service.ModuleService
 
queryRoleIdNameList() - 类 中的方法com.domeke.core.service.RoleService
 
queryRoleList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.Role
分页查询
queryRoleList(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.RoleService
 
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
 
queryUserIdNameList() - 类 中的方法com.domeke.core.service.UserService
 
queryUserList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.User
 
queryUserList(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.UserService
 
queryUserRole(String, String) - 类 中的方法com.domeke.core.model.UserRole
 
queryUserRoleList(int, Map<String, Object>) - 类 中的方法com.domeke.core.model.UserRole
分页
queryUserRoleList(int, Map<String, Object>) - 类 中的方法com.domeke.core.service.UserRoleService
 

R

random - 类 中的静态变量com.jfinal.ext.kit.SessionIdKit
 
randomKey() - 类 中的方法com.jfinal.plugin.redis.Cache
从当前数据库中随机返回(不删除)一个 key 。
randomNumber(int) - 类 中的静态方法com.jfinal.kit.StrKit
 
readCookieMap(HttpServletRequest) - 类 中的静态方法com.domeke.core.kit.WebKit
获得所有cookie
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
 
recursionFn(List<Menu>, Menu) - 类 中的方法com.domeke.core.service.MenuService
 
recursiveTree(String) - 类 中的方法com.domeke.core.service.MenuService
 
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 工具类 例如: Redis.use().set("key", "value"); Redis.use().get("key");
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
 
referer_pattern - 类 中的静态变量com.jfinal.kit.StrKit
 
Reflect - com.domeke.core.kit中的类
A wrapper for an Object or Class upon which reflective calls can be made.
ReflectException - com.domeke.core.kit中的异常错误
ReflectException(String) - 异常错误 的构造器com.domeke.core.kit.ReflectException
 
ReflectException(String, Throwable) - 异常错误 的构造器com.domeke.core.kit.ReflectException
 
ReflectException() - 异常错误 的构造器com.domeke.core.kit.ReflectException
 
ReflectException(Throwable) - 异常错误 的构造器com.domeke.core.kit.ReflectException
 
regExp_accountNumber - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_chinese_1 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_chinese_2 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_email - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_float_1 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_float_2 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_float_3 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_float_4 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_float_5 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_html_1 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_idCard - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_integer_1 - 类 中的静态变量com.jfinal.kit.StrKit
常用正则表达式
regExp_integer_2 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_integer_3 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_integer_4 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_integer_5 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_ip - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_letter_1 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_letter_2 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_letter_3 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_letter_4 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_letter_5 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_line - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_postbody - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_qq - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_startEndEmpty - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_telephone - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_url_1 - 类 中的静态变量com.jfinal.kit.StrKit
 
regExp_url_2 - 类 中的静态变量com.jfinal.kit.StrKit
 
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
 
removeCache() - 类 中的方法com.domeke.core.model.Operator
 
removeCache(String) - 类 中的方法com.domeke.core.model.Operator
 
removeCache() - 接口 中的方法com.domeke.core.service.cache.ICacheService
 
removeCache(String) - 接口 中的方法com.domeke.core.service.cache.ICacheService
 
removeCache() - 类 中的方法com.domeke.core.service.CodeService
 
removeCache(String) - 类 中的方法com.domeke.core.service.CodeService
 
removeCache() - 类 中的方法com.domeke.core.service.CompanyService
 
removeCache(String) - 类 中的方法com.domeke.core.service.CompanyService
 
removeCache() - 类 中的方法com.domeke.core.service.DistrictAreaService
 
removeCache(String) - 类 中的方法com.domeke.core.service.DistrictAreaService
 
removeCache() - 类 中的方法com.domeke.core.service.DistrictCityService
 
removeCache(String) - 类 中的方法com.domeke.core.service.DistrictCityService
 
removeCache() - 类 中的方法com.domeke.core.service.DistrictService
 
removeCache(String) - 类 中的方法com.domeke.core.service.DistrictService
 
removeCache(String) - 类 中的方法com.domeke.core.service.MenuService
删除缓存
removeCache() - 类 中的方法com.domeke.core.service.MenuService
 
removeCache() - 类 中的方法com.domeke.core.service.ModuleService
 
removeCache(String) - 类 中的方法com.domeke.core.service.ModuleService
 
removeCache() - 类 中的方法com.domeke.core.service.RoleService
 
removeCache(String) - 类 中的方法com.domeke.core.service.RoleService
 
removeCache() - 类 中的方法com.domeke.core.service.UserRoleService
 
removeCache(String) - 类 中的方法com.domeke.core.service.UserRoleService
 
removeCache(String) - 类 中的方法com.domeke.core.service.UserService
删除缓存
removeCache() - 类 中的方法com.domeke.core.service.UserService
 
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() - 类 中的方法com.domeke.core.beetl.DomekeBeetlRender
 
render() - 类 中的方法com.domeke.core.kit.DomekeCaptchaRender
 
render() - 类 中的方法com.domeke.core.render.ExcelRender
 
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.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.
renderTimeKey - 类 中的静态变量com.domeke.core.beetl.DomekeBeetlRender
render耗时计算key
RenderType - com.jfinal.plugin.ehcache中的类
RenderType
RenderType() - 类 的构造器com.jfinal.plugin.ehcache.RenderType
 
renderXml(String) - 类 中的方法com.jfinal.core.Controller
Render with xml view using freemarker.
replace(String, String, String) - 类 中的静态方法com.jfinal.kit.StrKit
 
replaceFormatSqlOrderBy(String) - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
 
reqLoginLog - 类 中的变量com.domeke.core.controller.BaseController
 
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
 
Role - com.domeke.core.model中的类
角色model
Role() - 类 的构造器com.domeke.core.model.Role
 
RoleService - com.domeke.core.service中的类
角色service
RoleService() - 类 的构造器com.domeke.core.service.RoleService
 
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.domeke.core.thread.CacheThread
 
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() - 类 中的方法com.domeke.core.model.BaseModel
重写save方法
save(Model<?>) - 类 中的方法com.domeke.core.service.BaseService
 
save(BaseModel<?>) - 类 中的方法com.domeke.core.service.BaseService
 
save(UserRole) - 类 中的方法com.domeke.core.service.UserRoleService
保存用户角色信息
save(User) - 类 中的方法com.domeke.core.service.UserService
添加用户
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.
saveCodeTable() - 类 中的方法com.domeke.core.model.CodeTable
 
saveCodeType() - 类 中的方法com.domeke.core.model.CodeType
 
saveUser() - 类 中的方法com.domeke.core.model.User
 
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
返回一个集合的全部成员,该集合是所有给定集合之间的差集。
search() - 类 中的方法com.domeke.core.kit.ClassSearcher
 
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")
SERVICE - 类 中的静态变量com.domeke.core.service.AgreementService
 
SERVICE - 类 中的静态变量com.domeke.core.service.CodeTableService
 
SERVICE - 类 中的静态变量com.domeke.core.service.CodeTypeService
 
SERVICE - 类 中的静态变量com.domeke.core.service.CompanyService
 
SERVICE - 类 中的静态变量com.domeke.core.service.EmailconfigService
 
SERVICE - 类 中的静态变量com.domeke.core.service.FileAttachmentService
 
SERVICE - 类 中的静态变量com.domeke.core.service.InformationService
 
SERVICE - 类 中的静态变量com.domeke.core.service.LoginCountService
 
SERVICE - 类 中的静态变量com.domeke.core.service.LoginLogService
 
SERVICE - 类 中的静态变量com.domeke.core.service.MenuService
 
SERVICE - 类 中的静态变量com.domeke.core.service.ModuleService
 
SERVICE - 类 中的静态变量com.domeke.core.service.OperatorService
 
SERVICE - 类 中的静态变量com.domeke.core.service.RoleService
 
SERVICE - 类 中的静态变量com.domeke.core.service.UserRoleService
 
SERVICE - 类 中的静态变量com.domeke.core.service.UserService
 
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.domeke.core.kit.Reflect
Set a field value.
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 就覆写旧值,无视类型。
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 = "/".
setCount(String) - 类 中的方法com.domeke.core.service.LoginCountService
 
setCurrentUser(HttpServletRequest, HttpServletResponse, User, boolean) - 类 中的方法com.domeke.core.controller.BaseController
设置当前用户信息
setCurrentUser(HttpServletRequest, HttpServletResponse, User, boolean) - 类 中的静态方法com.domeke.core.kit.WebKit
设置当前登录用户
setDateFromat(String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
setDateFromat(String) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
 
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.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.
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
 
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
 
setMaxPoolPreparedStatementPerConnectionSize(int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMaxPostSize(int) - 类 中的方法com.jfinal.config.Constants
Set max size of http post.
setMaxWait(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMenuList(String) - 类 中的方法com.domeke.core.controller.BaseController
获取菜单列表,并设置到属性表里
setMinEvictableIdleTimeMillis(long) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setMinEvictableIdleTimeMillis(int) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setMinIdle(int) - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
 
setNumTestsPerEvictionRun(int) - 类 中的方法com.jfinal.plugin.redis.RedisPlugin
 
setProperties(Properties) - 类 中的静态方法com.jfinal.render.FreeMarkerRender
 
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
 
setReqLoginLog(Loginlog) - 类 中的方法com.domeke.core.controller.BaseController
 
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.
setSetFacet(boolean) - 类 中的方法com.domeke.core.kit.SolrKit
 
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
 
setThreadRun(boolean) - 类 中的静态方法com.domeke.core.thread.ThreadSysLog
 
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
 
setTimeFromat(String) - 类 中的静态方法com.jfinal.ext.kit.DateTimeKit
 
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
 
sha1Encrypt(String) - 类 中的静态方法com.domeke.core.kit.EncryptionKit
 
sha256(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha256Encrypt(String) - 类 中的静态方法com.domeke.core.kit.EncryptionKit
 
sha384(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha384Encrypt(String) - 类 中的静态方法com.domeke.core.kit.EncryptionKit
 
sha512(String) - 类 中的静态方法com.jfinal.kit.HashKit
 
sha512Encrypt(String) - 类 中的静态方法com.domeke.core.kit.EncryptionKit
 
ShiroInterceptor - com.domeke.core.shiro中的类
 
ShiroInterceptor() - 类 的构造器com.domeke.core.shiro.ShiroInterceptor
 
ShiroKit - com.domeke.core.shiro中的类
ShiroKit.
ShiroMethod - com.domeke.core.shiro中的类
ShiroMethod.
ShiroPlugin - com.domeke.core.shiro中的类
Shiro插件,启动时加载所有Shiro访问控制注解。
ShiroPlugin(Routes) - 类 的构造器com.domeke.core.shiro.ShiroPlugin
构造函数
SimpleNameStyles - com.domeke.core.tablebind中的类
 
SimpleNameStyles() - 类 的构造器com.domeke.core.tablebind.SimpleNameStyles
 
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 中的所有成员。
SOLR_ADMIN_URL - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
SolrKit<T> - com.domeke.core.kit中的类
 
SolrServerClient - com.domeke.core.solr中的类
 
spop(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
移除并返回集合中的一个随机元素。
Sqlite3Dialect - com.jfinal.plugin.activerecord.dialect中的类
SqliteDialect.
Sqlite3Dialect() - 类 的构造器com.jfinal.plugin.activerecord.dialect.Sqlite3Dialect
 
SqlKit - com.domeke.core.db.sql中的类
 
SqlKit() - 类 的构造器com.domeke.core.db.sql.SqlKit
 
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
 
SqlXmlPlugin - com.domeke.core.plugin中的类
 
SqlXmlPlugin() - 类 的构造器com.domeke.core.plugin.SqlXmlPlugin
 
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.domeke.core.plugin.I18NPlugin
 
start() - 类 中的方法com.domeke.core.plugin.PropertiesPlugin
 
start() - 类 中的方法com.domeke.core.plugin.SqlXmlPlugin
 
start() - 类 中的方法com.domeke.core.shiro.ShiroPlugin
启动插件
start() - 类 中的方法com.domeke.core.tablebind.AutoTableBindPlugin
 
start() - 类 中的静态方法com.jfinal.core.JFinal
 
start(String, int, String, int) - 类 中的静态方法com.jfinal.core.JFinal
 
start() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
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
 
startSaveDBThread() - 类 中的静态方法com.domeke.core.thread.ThreadSysLog
启动入库线程
StaticHtmlRender - com.jfinal.ext.render中的类
生成静态 html
StaticHtmlRender() - 类 的构造器com.jfinal.ext.render.StaticHtmlRender
 
stop() - 类 中的方法com.domeke.core.plugin.I18NPlugin
 
stop() - 类 中的方法com.domeke.core.plugin.PropertiesPlugin
 
stop() - 类 中的方法com.domeke.core.plugin.SqlXmlPlugin
 
stop() - 类 中的方法com.domeke.core.shiro.ShiroPlugin
停止插件
stop() - 类 中的方法com.domeke.core.tablebind.AutoTableBindPlugin
 
stop() - 类 中的静态方法com.jfinal.core.JFinal
 
stop() - 类 中的方法com.jfinal.plugin.activerecord.ActiveRecordPlugin
 
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
 
suffix(String) - 类 中的方法com.domeke.core.route.AutoBindRoutes
 
sunion(Object...) - 类 中的方法com.jfinal.plugin.redis.Cache
返回多个集合的并集,多个集合由 keys 指定 不存在的 key 被视为空集。
switchView(String, Controller) - 类 中的方法com.jfinal.i18n.I18nInterceptor
在有些 web 系统中,页面需要国际化的文本过多,并且 css 以及 html 也因为际化而大不相同, 对于这种应用场景先直接制做多套同名称的国际化视图,并将这些视图以 locale 为子目录分类存放, 最后使用本拦截器根据 locale 动态切换视图,而不必对视图中的文本逐个进行国际化切换,省时省力。
Syslog - com.domeke.core.model中的类
 
Syslog() - 类 的构造器com.domeke.core.model.Syslog
 

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
 
TableBind - com.domeke.core.tablebind中的注释类型
 
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
 
templetFile(String) - 类 中的方法com.domeke.core.render.ExcelRender
 
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
 
ThreadSysLog - com.domeke.core.thread中的类
操作日志入库处理
ThreadSysLog() - 类 的构造器com.domeke.core.thread.ThreadSysLog
 
timeFormat - 类 中的静态变量com.jfinal.ext.kit.DateKit
 
timeFormat - 类 中的静态变量com.jfinal.ext.kit.DateTimeKit
 
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.
toList(T...) - 类 中的静态方法com.domeke.core.kit.CollectionKit
将参数转成list形式
toRecord() - 类 中的方法com.jfinal.plugin.activerecord.Model
Convert model to record.
toSql(String) - 类 中的方法com.domeke.core.service.BaseService
把11,22,33...转成'11','22','33'...
toSql(String[]) - 类 中的方法com.domeke.core.service.BaseService
把数组转成'11','22','33'...
toStr(Date) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
toStr(Date, String) - 类 中的静态方法com.jfinal.ext.kit.DateKit
 
toString() - 类 中的方法com.domeke.core.kit.Reflect
toString() - 类 中的方法com.jfinal.plugin.activerecord.Model
 
toString() - 类 中的方法com.jfinal.plugin.activerecord.Record
 
toString() - 枚举 中的方法com.jfinal.render.ContentType
 
toTimestamp(String, String) - 类 中的静态方法com.jfinal.kit.StrKit
 
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() - 类 中的方法com.domeke.core.kit.Reflect
Get the type of the wrapped object.
type(Object) - 类 中的方法com.jfinal.plugin.redis.Cache
返回 key 所储存的值的类型。

U

unloadAllPropertyFiles() - 类 中的方法com.jfinal.config.JFinalConfig
 
unloadPropertyFile(String) - 类 中的方法com.jfinal.config.JFinalConfig
 
unmarshal(String, Class<T>) - 类 中的静态方法com.domeke.core.kit.JaxbKit
string -> object
unmarshal(File, Class<T>) - 类 中的静态方法com.domeke.core.kit.JaxbKit
 
UP - 类 中的静态变量com.domeke.core.tablebind.SimpleNameStyles
 
UP_UNDERLINE - 类 中的静态变量com.domeke.core.tablebind.SimpleNameStyles
 
update() - 类 中的方法com.domeke.core.model.BaseModel
重写update方法
update(Model<?>) - 类 中的方法com.domeke.core.service.BaseService
 
update(BaseModel<?>) - 类 中的方法com.domeke.core.service.BaseService
 
update(UserRole) - 类 中的方法com.domeke.core.service.UserRoleService
 
update(User) - 类 中的方法com.domeke.core.service.UserService
用户更新
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.
updatePassword() - 类 中的方法com.domeke.core.model.User
 
updateUser() - 类 中的方法com.domeke.core.model.User
 
UPLOAD_CONTEXT - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
UPLOAD_FILE_PATH - 类 中的静态变量com.domeke.core.base.config.DictKeys
 
UploadFile - com.jfinal.upload中的类
UploadFile.
UploadFile(String, String, String, String, String) - 类 的构造器com.jfinal.upload.UploadFile
 
upModule(String) - 类 中的静态方法com.domeke.core.tablebind.ParamNameStyles
 
upperCase(String) - 类 中的静态方法com.jfinal.kit.StrKit
 
upperCase(String, Locale) - 类 中的静态方法com.jfinal.kit.StrKit
Converts a String to upper case as per String.toUpperCase(Locale) .
upUnderlineModule(String) - 类 中的静态方法com.domeke.core.tablebind.ParamNameStyles
 
urlEncode(String) - 类 中的静态方法com.jfinal.kit.StrKit
URL编码(utf-8)
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
 
User - com.domeke.core.model中的类
用户model
User() - 类 的构造器com.domeke.core.model.User
 
user() - 类 中的静态方法com.domeke.core.shiro.ShiroMethod
认证通过或已记住的用户。
userLinks(String, List<String>) - 类 中的静态方法com.jfinal.kit.StrKit
处理提到某人 @xxxx
UserRole - com.domeke.core.model中的类
用户角色model
UserRole() - 类 的构造器com.domeke.core.model.UserRole
 
UserRoleService - com.domeke.core.service中的类
用户角色sevice
UserRoleService() - 类 的构造器com.domeke.core.service.UserRoleService
 
UserService - com.domeke.core.service中的类
用户service
UserService() - 类 的构造器com.domeke.core.service.UserService
 

V

validate(Controller, String) - 类 中的静态方法com.domeke.core.kit.DomekeCaptchaRender
 
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
 
version - 类 中的静态变量com.jfinal.render.ErrorRender
 
VideoKit - com.domeke.core.kit中的类
 
VideoKit() - 类 的构造器com.domeke.core.kit.VideoKit
 
view - 类 中的变量com.jfinal.render.Render
 
viewExtension - 类 中的静态变量com.domeke.core.beetl.DomekeBeetlRenderFactory
 
ViewType - com.jfinal.render中的枚举
View types of jfinal support.

W

WebKit - com.domeke.core.kit中的类
 
WebKit() - 类 的构造器com.domeke.core.kit.WebKit
 
wrapper(Class<?>) - 类 中的静态方法com.domeke.core.kit.Reflect
Get a wrapper type for a primitive type, or the argument type itself, if it is not a primitive type.

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.