- getAppAssetPath() - 类 中的静态方法com.framework.helper.ConfigHelper
-
获取应用静态资源路径
- getAppBasePackage() - 类 中的静态方法com.framework.helper.ConfigHelper
-
获取应用基础包名
- getAppJspPath() - 类 中的静态方法com.framework.helper.ConfigHelper
-
获取应用 JSP 路径
- getBean(Class<T>) - 类 中的静态方法com.framework.helper.BeanHelper
-
获取 Bean 实例
- getBeanClassSet() - 类 中的静态方法com.framework.helper.ClassHelper
-
获取应用包名下所有 Bean 类(包括:Service、Controller 等)
- getBeanMap() - 类 中的静态方法com.framework.helper.BeanHelper
-
获取 Bean 映射
- getBoolean(String) - 类 中的静态方法com.framework.helper.ConfigHelper
-
根据属性名获取 boolean 类型的属性值
- getBoolean(Properties, String) - 类 中的静态方法com.framework.util.PropsUtil
-
获取 boolean 类型属性(默认值为 false)
- getBoolean(Properties, String, boolean) - 类 中的静态方法com.framework.util.PropsUtil
-
获取 boolean 类型属性(可指定默认值)
- getClassLoader() - 类 中的静态方法com.framework.util.ClassUtil
-
获取类加载器
- getClassSet() - 类 中的静态方法com.framework.helper.ClassHelper
-
获取应用包名下的所有类
- getClassSet(String) - 类 中的静态方法com.framework.util.ClassUtil
-
获取指定包名下的所有类
- getClassSetByAnnotation(Class<? extends Annotation>) - 类 中的静态方法com.framework.helper.ClassHelper
-
获取指定包名(扫描的包)下,被 某个注解的所有类
给 AOP 用的,传入 要扫描的注解,这类型指定的 注解类型。
- getClassSetBySuper(Class<?>) - 类 中的静态方法com.framework.helper.ClassHelper
-
获取指定包名(扫描的包)下,指定父类的所有子类或接口的实现类
给 AOP用的,传入 父类 Class 对象
遍历包下所有的类Class对象,查看是否是 这个 父类 的 子类
- getConnection() - 类 中的静态方法com.framework.helper.DatabaseHelper
-
获取数据库连接
- getControllerClass() - 类 中的方法com.framework.bean.RequestMappingMethodHandler
-
- getControllerClassSet() - 类 中的静态方法com.framework.helper.ClassHelper
-
获取应用包名下所有 Controller 类
- getHandler(String, String) - 类 中的静态方法com.framework.helper.ControllerHelper
-
获取 Handler
- getInt(String) - 类 中的静态方法com.framework.helper.ConfigHelper
-
根据属性名获取 int 类型的属性值
- getInt(Properties, String) - 类 中的静态方法com.framework.util.PropsUtil
-
获取 int 类型的属性值(默认值为 0)
- getInt(Properties, String, int) - 类 中的静态方法com.framework.util.PropsUtil
-
获取 int 类型的属性值(可指定默认值)
- getJdbcDriver() - 类 中的静态方法com.framework.helper.ConfigHelper
-
获取 JDBC 驱动
- getJdbcPassword() - 类 中的静态方法com.framework.helper.ConfigHelper
-
获取 JDBC 密码
- getJdbcUrl() - 类 中的静态方法com.framework.helper.ConfigHelper
-
获取 JDBC URL
- getJdbcUsername() - 类 中的静态方法com.framework.helper.ConfigHelper
-
获取 JDBC 用户名
- getLong(String) - 类 中的方法com.framework.bean.Param
-
根据参数名获取 long 型参数值
- getMap() - 类 中的方法com.framework.bean.Param
-
获取所有字段信息
- getMethodParams() - 类 中的方法com.framework.proxy.ProxyChain
-
- getModel() - 类 中的方法com.framework.bean.Data
-
- getModel() - 类 中的方法com.framework.bean.View
-
- getPath() - 类 中的方法com.framework.bean.View
-
- getRequestMappingMethod() - 类 中的方法com.framework.bean.RequestMappingMethodHandler
-
- getRequestMethod() - 类 中的方法com.framework.bean.RequestInfo
-
- getRequestPath() - 类 中的方法com.framework.bean.RequestInfo
-
- getServiceClassSet() - 类 中的静态方法com.framework.helper.ClassHelper
-
获取应用包名下所有 Service 类
- getString(String) - 类 中的静态方法com.framework.helper.ConfigHelper
-
根据属性名获取 String 类型的属性值
- getString(Properties, String) - 类 中的静态方法com.framework.util.PropsUtil
-
获取 String 类型的属性值(默认值为空字符串)
- getString(Properties, String, String) - 类 中的静态方法com.framework.util.PropsUtil
-
获取 String 类型的属性值(可指定默认值)
- getString(InputStream) - 类 中的静态方法com.framework.util.StreamUtil
-
从输入流中获取字符串
- getTargetClass() - 类 中的方法com.framework.proxy.ProxyChain
-
- getTargetMethod() - 类 中的方法com.framework.proxy.ProxyChain
-