- generate(String, Object) - 类 中的静态方法top.lshaci.framework.utils.FreemarkerUtil
-
Process the specified FreeMarker template with the given model and write the result to the given Writer
- generate(String, Object, Writer) - 类 中的静态方法top.lshaci.framework.utils.FreemarkerUtil
-
Process the specified FreeMarker template with the given model and write the result to the given Writer
- generate(String, Object, OutputStream) - 类 中的静态方法top.lshaci.framework.utils.FreemarkerUtil
-
Process the specified FreeMarker template with the given model and write the result to the given OutputStream
- getApplicationContext() - 类 中的静态方法top.lshaci.framework.utils.SpringBeanUtil
-
Get application context
- getBean(String) - 类 中的静态方法top.lshaci.framework.utils.SpringBeanUtil
-
Get bean by the given name
- getBean(Class<T>) - 类 中的静态方法top.lshaci.framework.utils.SpringBeanUtil
-
Get bean by the given object type
- getBean(String, Class<T>) - 类 中的静态方法top.lshaci.framework.utils.SpringBeanUtil
-
Get bean by the name and given object type