A B C D E F G H I J K L M N P R S T U W
A
- ActionCacheHandler - cn.samehope.jcart.core.handler中的类
-
ACTION缓存处理
- ActionCacheHandler() - 类 的构造器cn.samehope.jcart.core.handler.ActionCacheHandler
-
- ActionCacheManager - cn.samehope.jcart.core.handler.action中的类
-
- ActionCacheManager() - 类 的构造器cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- ActionCacheMapper - cn.samehope.jcart.core.handler.action中的注释类型
-
- add(String, Hook) - 类 中的静态方法cn.samehope.jcart.core.hook.HookKit
-
添加钩子责任链处理类
- add(String, Hook, int) - 类 中的静态方法cn.samehope.jcart.core.hook.HookKit
-
添加钩子责任链处理类
- add(IJCartPlugin) - 类 中的方法cn.samehope.jcart.core.plugin.JCartPluginKit
-
添加插件
- add(File) - 类 中的方法cn.samehope.jcart.core.plugin.JCartPluginKit
-
上传JAR包后调用此方法
- addMethodAuth(RouterMapping, Class<?>) - 类 中的静态方法cn.samehope.jcart.core.route.RouteAuthKit
-
添加对应的信息到集合中
- afterJFinalStart() - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
本方法会在 jfinal 启动过程完成之后被回调,详见 jfinal 手册
- areNotBlank(String...) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- areNotEmpty(String...) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- ATTR_GLOBAL_ADMIN_TITLE - 类 中的静态变量cn.samehope.jcart.core.SysConsts
-
- ATTR_GLOBAL_META_DESCRIPTION - 类 中的静态变量cn.samehope.jcart.core.SysConsts
-
- ATTR_GLOBAL_META_KEYWORDS - 类 中的静态变量cn.samehope.jcart.core.SysConsts
-
- ATTR_GLOBAL_PRODUCT_NAME - 类 中的静态变量cn.samehope.jcart.core.SysConsts
-
- ATTR_GLOBAL_WEB_NAME - 类 中的静态变量cn.samehope.jcart.core.SysConsts
-
- ATTR_GLOBAL_WEB_SUBTITLE - 类 中的静态变量cn.samehope.jcart.core.SysConsts
-
- ATTR_GLOBAL_WEB_TITLE - 类 中的静态变量cn.samehope.jcart.core.SysConsts
-
B
- BaseController - cn.samehope.jcart.core中的类
-
Controller子类 提供
提供一些基础工具
- BaseController() - 类 的构造器cn.samehope.jcart.core.BaseController
-
- BaseHook - cn.samehope.jcart.core.hook中的类
-
- BaseHook() - 类 的构造器cn.samehope.jcart.core.hook.BaseHook
-
- BaseService<M extends com.jfinal.plugin.activerecord.Model<M>> - cn.samehope.jcart.core中的类
-
基础类
- BaseService() - 类 的构造器cn.samehope.jcart.core.BaseService
-
C
- CACHE_BINARY_TREE - 类 中的静态变量cn.samehope.jcart.core.menu.MenuKit
-
- CACHE_GLOBAL_HOOK - 类 中的静态变量cn.samehope.jcart.core.SysConsts
-
- CACHE_GLOBAL_HOOK_HANDLER - 类 中的静态变量cn.samehope.jcart.core.SysConsts
-
- CACHE_GLOBAL_HOOK_NUM - 类 中的静态变量cn.samehope.jcart.core.SysConsts
-
- CACHE_NAME - 类 中的静态变量cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- classForName(String) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
类名反射实例
- clearCache() - 类 中的静态方法cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- cn.samehope.jcart.core - 程序包 cn.samehope.jcart.core
-
- cn.samehope.jcart.core.handler - 程序包 cn.samehope.jcart.core.handler
-
- cn.samehope.jcart.core.handler.action - 程序包 cn.samehope.jcart.core.handler.action
-
- cn.samehope.jcart.core.hook - 程序包 cn.samehope.jcart.core.hook
-
- cn.samehope.jcart.core.menu - 程序包 cn.samehope.jcart.core.menu
-
- cn.samehope.jcart.core.plugin - 程序包 cn.samehope.jcart.core.plugin
-
- cn.samehope.jcart.core.render - 程序包 cn.samehope.jcart.core.render
-
- cn.samehope.jcart.core.route - 程序包 cn.samehope.jcart.core.route
-
- cn.samehope.jcart.core.util - 程序包 cn.samehope.jcart.core.util
-
- configAppConstant(Constants) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
扩展APP JFINAL系统常量
- configAppEngine(Engine) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
扩展APP JFINAL模板
- configAppHandler(Handlers) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
扩展APP处理器
- configAppInterceptor(Interceptors) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
扩展APP拦截器
- configAppPlugin(Plugins) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
扩展APP JFINAL插件
- configConstant(Constants) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
配置基本常量
- configEngine(Engine) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
配置模板引擎,通常情况只需配置共享的模板函数
- configHandler(Handlers) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
配置处理器
- configInterceptor(Interceptors) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
配置全局拦截器
- configPlugin(Plugins) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
项目启动 加载项目插件
- configRoute(Routes) - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
路由拆分到 FrontRutes 与 AdminRoutes 之中配置的好处:
1:可分别配置不同的 baseViewPath 与 Interceptor
2:避免多人协同开发时,频繁修改此文件带来的版本冲突
3:避免本文件中内容过多,拆分后可读性增强
4:便于分模块管理路由
- createTree(List<T>, T, String, String, String) - 类 中的静态方法cn.samehope.jcart.core.util.TreeUtils
-
D
- dao - 类 中的变量cn.samehope.jcart.core.BaseService
-
- debug(String) - 类 中的静态方法cn.samehope.jcart.core.util.LogUtil
-
- delete(M) - 类 中的方法cn.samehope.jcart.core.BaseService
-
删除
- deleteById(Object...) - 类 中的方法cn.samehope.jcart.core.BaseService
-
根据ID 删除model
- DruidUtil - cn.samehope.jcart.core.util中的类
-
DRUID
- DruidUtil() - 类 的构造器cn.samehope.jcart.core.util.DruidUtil
-
E
- enableCache(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- error(String) - 类 中的静态方法cn.samehope.jcart.core.util.LogUtil
-
- escapeHtml(String) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- exec(Object...) - 类 中的方法cn.samehope.jcart.core.hook.BaseHook
-
- exec(Object...) - 类 中的方法cn.samehope.jcart.core.hook.Hook
-
执行方法
F
- findAll() - 类 中的方法cn.samehope.jcart.core.BaseService
-
查找全部数据
- findById(Object) - 类 中的方法cn.samehope.jcart.core.BaseService
-
根据ID查找model
G
- getAnnotationValue(String, Annotation) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取注解某个属性的值
- getAttribute(String) - 类 中的方法cn.samehope.jcart.core.JSession
-
- getAttributeNames() - 类 中的方法cn.samehope.jcart.core.JSession
-
- getCache(HttpServletRequest, String) - 类 中的静态方法cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- getCacheContentType(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- getCacheKey(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- getClassAnnotation(Class, Class<?>) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取类上的注解
- getClassAnnotation(Class, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取类上的注解
- getClassAnnotation(Class, String) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取类上的注解
- getCreationTime() - 类 中的方法cn.samehope.jcart.core.JSession
-
- getdao() - 类 中的方法cn.samehope.jcart.core.BaseService
-
- getDruidStatViewHandler() - 类 中的静态方法cn.samehope.jcart.core.util.DruidUtil
-
- getField(String, Class<?>) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
根据属性名获取属性
- getField(String, String) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取目标类的属性
- getField(String, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取目标对象的属性
- getFieldAnnotation(Field, Class) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取属性上的注解
- getFieldAnnotationValue(String, Class, String, Class) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
- getFields(Class<?>, Class<?>) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取当前类的属性 包括父类
- getFields(Class<?>) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
已过时。
- getHandlerList(String) - 类 中的静态方法cn.samehope.jcart.core.hook.HookKit
-
获取对应的钩子责任链
- getHookHandler(String) - 类 中的静态方法cn.samehope.jcart.core.hook.HookKit
-
获取对应的责任链初始类
- getI18nRes() - 类 中的方法cn.samehope.jcart.core.BaseController
-
- getI18nValue(String) - 类 中的方法cn.samehope.jcart.core.BaseController
-
- getId() - 类 中的方法cn.samehope.jcart.core.JSession
-
- getId() - 类 中的方法cn.samehope.jcart.core.menu.Menu
-
- getIPAddress() - 类 中的方法cn.samehope.jcart.core.BaseController
-
- getIpAddress(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.util.RequestUtil
-
- getJarDesc() - 类 中的方法cn.samehope.jcart.core.plugin.Mf
-
- getJarName() - 类 中的方法cn.samehope.jcart.core.plugin.Mf
-
- getJarProperty(File) - 类 中的静态方法cn.samehope.jcart.core.plugin.JCartPluginKit
-
读取JAR包中的配置文件信息
- getKeys(String) - 类 中的静态方法cn.samehope.jcart.core.menu.MenuKit
-
获取相关节点下的 所有节点信息
- getKeys(List<T>, T, String, String) - 类 中的静态方法cn.samehope.jcart.core.util.TreeUtils
-
根据父节点的关联值 查找
- getLastAccessedTime() - 类 中的方法cn.samehope.jcart.core.JSession
-
- getMaxInactiveInterval() - 类 中的方法cn.samehope.jcart.core.JSession
-
- getMethod(String, Class<?>) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取某个类的某个方法(当前类和父类)
- getMethod(String, Class<?>, Class<?>) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取某个类的某个方法(当前类和父类) 带一个参数
- getMethod(String, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取某个类的某个方法(当前类和父类)
- getMethod(String, Object, Class<?>) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取某个类的某个方法(当前类和父类) 一个参数
- getMethod(String, String) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取某个类的某个方法(当前类和父类)
- getMethod(String, String, Class<?>) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取某个类的某个方法(当前类和父类) 一个参数
- getMethodAnnotation(Method, Class) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取方法上的注解
- getMethodAnnotationValue(String, Class, String, Class) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取某个类的某个方法上的某个注解的属性
- getMethodName(String) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取get方法
- getName() - 类 中的方法cn.samehope.jcart.core.menu.Menu
-
- getNodes() - 类 中的方法cn.samehope.jcart.core.menu.Menu
-
- getOrderNo() - 类 中的方法cn.samehope.jcart.core.hook.Hook
-
- getPageNumber() - 类 中的方法cn.samehope.jcart.core.BaseController
-
- getPageSize() - 类 中的方法cn.samehope.jcart.core.BaseController
-
- getParaCount() - 类 中的方法cn.samehope.jcart.core.BaseController
-
- getPid() - 类 中的方法cn.samehope.jcart.core.menu.Menu
-
- getPluginClass() - 类 中的方法cn.samehope.jcart.core.plugin.Mf
-
- getRender(String) - 类 中的方法cn.samehope.jcart.core.render.MyRenderFactory
-
- getRouteMethodMap() - 类 中的静态方法cn.samehope.jcart.core.route.RouteAuthKit
-
- getServletContext() - 类 中的方法cn.samehope.jcart.core.JSession
-
- getSession() - 类 中的方法cn.samehope.jcart.core.BaseController
-
- getSession(boolean) - 类 中的方法cn.samehope.jcart.core.BaseController
-
- getSessionAttr(String) - 类 中的方法cn.samehope.jcart.core.BaseController
-
- getSessionContext() - 类 中的方法cn.samehope.jcart.core.JSession
-
- getStatus() - 类 中的方法cn.samehope.jcart.core.plugin.Mf
-
- getUrl() - 类 中的方法cn.samehope.jcart.core.menu.Menu
-
- getUsefulClass(Class<?>) - 类 中的静态方法cn.samehope.jcart.core.BaseService
-
- getUserAgent(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.util.RequestUtil
-
- getValue(String) - 类 中的方法cn.samehope.jcart.core.JSession
-
- getValueByField(String, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取属性的值
- getValueByField(Field, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
获取属性的值
- getValueByGetMethod(String, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
通过get方法取值
- getValueByGetMethod(Field, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
通过get方法取值
- getValueNames() - 类 中的方法cn.samehope.jcart.core.JSession
-
H
- handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法cn.samehope.jcart.core.handler.ActionCacheHandler
-
- handle(String, HttpServletRequest, HttpServletResponse, boolean[]) - 类 中的方法cn.samehope.jcart.core.handler.SysHandler
-
- Hook - cn.samehope.jcart.core.hook中的类
-
- Hook() - 类 的构造器cn.samehope.jcart.core.hook.Hook
-
- HookKit - cn.samehope.jcart.core.hook中的类
-
钩子责任链工具类
- HookKit() - 类 的构造器cn.samehope.jcart.core.hook.HookKit
-
I
- IJCartPlugin - cn.samehope.jcart.core.plugin中的接口
-
插件接口类
- info(String) - 类 中的静态方法cn.samehope.jcart.core.util.LogUtil
-
- install() - 接口 中的方法cn.samehope.jcart.core.plugin.IJCartPlugin
-
插件安装
- installPlugins(Mf) - 类 中的静态方法cn.samehope.jcart.core.plugin.JCartPluginKit
-
执行安装方法
- invalidate() - 类 中的方法cn.samehope.jcart.core.JSession
-
- isAjaxRequest() - 类 中的方法cn.samehope.jcart.core.BaseController
-
- isAjaxRequest(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.util.RequestUtil
-
- isBlank(String) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- isCloseActionCache() - 类 中的静态方法cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- isEnableCache(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- isIEBrowser() - 类 中的方法cn.samehope.jcart.core.BaseController
-
是否是IE浏览器
- isIEBrowser(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.util.RequestUtil
-
是否是IE浏览器
- isMoblieBrowser() - 类 中的方法cn.samehope.jcart.core.BaseController
-
是否是手机浏览器
- isMoblieBrowser(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.util.RequestUtil
-
是否是手机浏览器
- isMultipartRequest() - 类 中的方法cn.samehope.jcart.core.BaseController
-
- isMultipartRequest(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.util.RequestUtil
-
- isNew() - 类 中的方法cn.samehope.jcart.core.JSession
-
- isNotBlank(String) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- isNotEmpty(String) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- isNumeric(String) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- isSubClassOrEquesClass(Class<?>, Class<?>) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
判断 clazz是否是target的子类型或者相等
- isWechatBrowser() - 类 中的方法cn.samehope.jcart.core.BaseController
-
是否是微信浏览器
- isWechatBrowser(HttpServletRequest) - 类 中的静态方法cn.samehope.jcart.core.util.RequestUtil
-
是否是微信浏览器
J
- JCartConfig - cn.samehope.jcart.core中的类
-
core包启动类
- JCartConfig() - 类 的构造器cn.samehope.jcart.core.JCartConfig
-
- JCartPluginKit - cn.samehope.jcart.core.plugin中的类
-
插件工具类
- JCartPluginKit() - 类 的构造器cn.samehope.jcart.core.plugin.JCartPluginKit
-
- JSession - cn.samehope.jcart.core中的类
-
SESSION共享
- JSession(Controller) - 类 的构造器cn.samehope.jcart.core.JSession
-
K
- KEY_BINARY_TREE_LIST - 类 中的静态变量cn.samehope.jcart.core.menu.MenuKit
-
- KEY_BINARY_TREE_NODE - 类 中的静态变量cn.samehope.jcart.core.menu.MenuKit
-
L
- loadAppHook() - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
系统加载后,app需要加载的HOOK
- loadAppMenu() - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
系统加载后,app需要加载的菜单
- loadAppPlugin() - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
系统加载后,app需要APP插件
- loadAppStart() - 类 中的方法cn.samehope.jcart.core.JCartConfig
-
系统加载后,app需要启动的内容
- LogUtil - cn.samehope.jcart.core.util中的类
-
- LogUtil() - 类 的构造器cn.samehope.jcart.core.util.LogUtil
-
M
- main(String[]) - 类 中的静态方法cn.samehope.jcart.core.hook.HookKit
-
- main(String[]) - 类 中的静态方法cn.samehope.jcart.core.JCartConfig
-
启动入口,运行此 main 方法可以启动项目,此main方法可以放置在任意的Class类定义中,不一定要放于此
使用本方法启动过第一次以后,会在开发工具的 debug、run configuration 中自动生成
一条启动配置项,可对该自动生成的配置再继续添加更多的配置项,例如 VM argument 可配置为:
-XX:PermSize=64M -XX:MaxPermSize=256M
上述 VM 配置可以缓解热加载功能出现的异常
- main(String[]) - 类 中的静态方法cn.samehope.jcart.core.util.TreeUtils
-
- manifestKey(File) - 类 中的静态方法cn.samehope.jcart.core.util.ManifestUtil
-
- ManifestUtil - cn.samehope.jcart.core.util中的类
-
- ManifestUtil() - 类 的构造器cn.samehope.jcart.core.util.ManifestUtil
-
- match(String, String) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- Menu - cn.samehope.jcart.core.menu中的类
-
菜单实体类
- Menu(String, String, String, String) - 类 的构造器cn.samehope.jcart.core.menu.Menu
-
构造方法
- MenuKit - cn.samehope.jcart.core.menu中的类
-
菜单工具类
- MenuKit() - 类 的构造器cn.samehope.jcart.core.menu.MenuKit
-
- Mf - cn.samehope.jcart.core.plugin中的类
-
插件对象
- Mf(String, String, String, String) - 类 的构造器cn.samehope.jcart.core.plugin.Mf
-
- MyRender - cn.samehope.jcart.core.render中的类
-
渲染模板时,不同的配置使用不同的模板文件;并可将渲染的页面对象保存到缓存中
- MyRender(String) - 类 的构造器cn.samehope.jcart.core.render.MyRender
-
- MyRenderFactory - cn.samehope.jcart.core.render中的类
-
- MyRenderFactory() - 类 的构造器cn.samehope.jcart.core.render.MyRenderFactory
-
N
- next - 类 中的变量cn.samehope.jcart.core.hook.Hook
-
持有下一个处理请求的对象
P
- paginate(int, int, String, String, Object...) - 类 中的方法cn.samehope.jcart.core.BaseService
-
分页查询
- PLUGINSTATUS_INSTALL - 类 中的静态变量cn.samehope.jcart.core.plugin.JCartPluginKit
-
- PLUGINSTATUS_UNINSTALL - 类 中的静态变量cn.samehope.jcart.core.plugin.JCartPluginKit
-
- PLUGINSTATUS_USE - 类 中的静态变量cn.samehope.jcart.core.plugin.JCartPluginKit
-
- propFileName - 类 中的静态变量cn.samehope.jcart.core.plugin.JCartPluginKit
-
- propToJsonStr(Properties) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- put(Menu) - 类 中的静态方法cn.samehope.jcart.core.menu.MenuKit
-
添加菜单到菜单树
- putCache(HttpServletRequest, Object) - 类 中的静态方法cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- putValue(String, Object) - 类 中的方法cn.samehope.jcart.core.JSession
-
R
- ReflectUtils - cn.samehope.jcart.core.util中的类
-
- ReflectUtils() - 类 的构造器cn.samehope.jcart.core.util.ReflectUtils
-
- remove(String, Hook) - 类 中的静态方法cn.samehope.jcart.core.hook.HookKit
-
移除责任链处理类
- removeAttribute(String) - 类 中的方法cn.samehope.jcart.core.JSession
-
- removeSessionAttr(String) - 类 中的方法cn.samehope.jcart.core.BaseController
-
- removeValue(String) - 类 中的方法cn.samehope.jcart.core.JSession
-
- render() - 类 中的方法cn.samehope.jcart.core.render.MyRender
-
- RequestUtil - cn.samehope.jcart.core.util中的类
-
- RequestUtil() - 类 的构造器cn.samehope.jcart.core.util.RequestUtil
-
- RouteAuthKit - cn.samehope.jcart.core.route中的类
-
路由权限工具类
- RouteAuthKit() - 类 的构造器cn.samehope.jcart.core.route.RouteAuthKit
-
- RouteClassKit - cn.samehope.jcart.core.route中的类
-
解析文件,查找注解文件
- RouteClassKit() - 类 的构造器cn.samehope.jcart.core.route.RouteClassKit
-
- RouterAuth - cn.samehope.jcart.core.route中的注释类型
-
路由方法注解
- RouterMapping - cn.samehope.jcart.core.route中的注释类型
-
路由注解
S
- save(M) - 类 中的方法cn.samehope.jcart.core.BaseService
-
保存到数据库
- scanSubClass(Class<T>, String, String) - 类 中的静态方法cn.samehope.jcart.core.route.RouteClassKit
-
- scanSubClass(Class<T>, String, String, boolean) - 类 中的静态方法cn.samehope.jcart.core.route.RouteClassKit
-
扫描class和指定的lib
- scanSubClass(Class<T>, File, boolean) - 类 中的静态方法cn.samehope.jcart.core.route.RouteClassKit
-
- setAttribute(String, Object) - 类 中的方法cn.samehope.jcart.core.JSession
-
- setCacheContentType(HttpServletRequest, String) - 类 中的静态方法cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- setCacheKey(HttpServletRequest, String) - 类 中的静态方法cn.samehope.jcart.core.handler.action.ActionCacheManager
-
- setHeader(String, String) - 类 中的方法cn.samehope.jcart.core.BaseController
-
- setId(String) - 类 中的方法cn.samehope.jcart.core.menu.Menu
-
- setJarDesc(String) - 类 中的方法cn.samehope.jcart.core.plugin.Mf
-
- setJarName(String) - 类 中的方法cn.samehope.jcart.core.plugin.Mf
-
- setMaxInactiveInterval(int) - 类 中的方法cn.samehope.jcart.core.JSession
-
- setName(String) - 类 中的方法cn.samehope.jcart.core.menu.Menu
-
- setNodes(List<Menu>) - 类 中的方法cn.samehope.jcart.core.menu.Menu
-
- setOrderNo(Integer) - 类 中的方法cn.samehope.jcart.core.hook.Hook
-
- setPid(String) - 类 中的方法cn.samehope.jcart.core.menu.Menu
-
- setPluginClass(String) - 类 中的方法cn.samehope.jcart.core.plugin.Mf
-
- setSessionAttr(String, Object) - 类 中的方法cn.samehope.jcart.core.BaseController
-
- setStatus(String) - 类 中的方法cn.samehope.jcart.core.plugin.Mf
-
- setUrl(String) - 类 中的方法cn.samehope.jcart.core.menu.Menu
-
- setValueByField(String, Object, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
通过属性赋值
- setValueByField(Field, Object, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
通过属性赋值
- setValueBySetMethod(String, Object, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
通过set方法赋值
- setValueBySetMethod(Field, Object, Object) - 类 中的静态方法cn.samehope.jcart.core.util.ReflectUtils
-
通过set方法赋值
- start() - 接口 中的方法cn.samehope.jcart.core.plugin.IJCartPlugin
-
插件启动
- startJCartPlugins() - 类 中的静态方法cn.samehope.jcart.core.plugin.JCartPluginKit
-
执行启动类
读取插件配置文件,启动相关插件
- stop() - 接口 中的方法cn.samehope.jcart.core.plugin.IJCartPlugin
-
插件停止
- stopPlugins(Mf) - 类 中的静态方法cn.samehope.jcart.core.plugin.JCartPluginKit
-
执行停止方法
- StringUtil - cn.samehope.jcart.core.util中的类
-
- StringUtil() - 类 的构造器cn.samehope.jcart.core.util.StringUtil
-
- SysConsts - cn.samehope.jcart.core中的类
-
- SysConsts() - 类 的构造器cn.samehope.jcart.core.SysConsts
-
- SysHandler - cn.samehope.jcart.core.handler中的类
-
参数设置
- SysHandler() - 类 的构造器cn.samehope.jcart.core.handler.SysHandler
-
T
- toBigInteger(String, BigInteger) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- toInt(String, int) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- toLong(String, Long) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- TreeUtils - cn.samehope.jcart.core.util中的类
-
- TreeUtils() - 类 的构造器cn.samehope.jcart.core.util.TreeUtils
-
U
- unInstall() - 接口 中的方法cn.samehope.jcart.core.plugin.IJCartPlugin
-
插件卸载
- uninstallPlugins(Mf) - 类 中的静态方法cn.samehope.jcart.core.plugin.JCartPluginKit
-
执行卸载方法
读取插件配置文件,启动相关插件
- update(M) - 类 中的方法cn.samehope.jcart.core.BaseService
-
更新
- urlDecode(String) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- urlEncode(String) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
- urlRedirect(String) - 类 中的静态方法cn.samehope.jcart.core.util.StringUtil
-
W
- writeProperties(String, String) - 类 中的静态方法cn.samehope.jcart.core.plugin.JCartPluginKit
-
写入配置文件
A B C D E F G H I J K L M N P R S T U W
Copyright © 2018. All rights reserved.