分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
搜索
书栈网 · BookStack
本次搜索耗时
0.013
秒,为您找到
702
个相关结果.
搜书籍
搜文档
3.7 render 方法
797
2019-08-06
《JFinal v4.3 开发手册》
3.7 render 方法 1、render(String view) 2、render(String view) 方法配置模板引擎 3、render 系列其它方法 4、定制 Controller.render 系方法的实现类 3.7 render 方法 1、render(String view) render(String view) ...
12.3 Json 的四个实现
782
2020-05-29
《JFinal v4.9 开发手册》
12.3 Json 的四个实现 1、JFinalJson A、Model、Record 字段名转换为驼峰格式 B、新增 setSkipNullValueField 配置方法 C、新增 addToJson 扩展方法 2、FastJson 3、Jackson 4、MixedJson 12.3 Json 的四个实现 jfinal 官方默认给...
14.3 configEngine
408
2019-12-05
《JFinal v4.7 开发手册》
14.3 configEngine 14.3 configEngine JFinal 3.0新增了模板引擎模块,继承JFinalConfig的实现类中需要添加public void configEngine(Engine me)方法,以便对模板引擎进行配置。以下是示例代码: public void configEngine ( Engine ...
14.3 configEngine
365
2020-01-02
《JFinal v4.8 开发手册》
14.3 configEngine 14.3 configEngine JFinal 3.0新增了模板引擎模块,继承JFinalConfig的实现类中需要添加public void configEngine(Engine me)方法,以便对模板引擎进行配置。以下是示例代码: public void configEngine ( Engine ...
14.3 configEngine
428
2019-03-27
《JFinal 3.6 教程文档》
14.3 configEngine 14.3 configEngine JFinal 3.0新增了模板引擎模块,继承JFinalConfig的实现类中需要添加public void configEngine(Engine me)方法,以便对模板引擎进行配置。以下是示例代码: public void configEngine ( Engine ...
3.1 概述
413
2020-01-02
《JFinal v4.8 开发手册》
3.1 概述 3.1 概述 Controller是JFinal核心类之一,该类作为MVC模式中的控制器。基于JFinal的Web应用的控制器需要继承该类。Controller是定义Action方法的地点,是组织Action的一种方式,一个Controller可以包含多个Action。Controller是线程安全的。
2.6 configInterceptor(..)
329
2019-12-05
《JFinal v4.7 开发手册》
2.6 configInterceptor(..) 2.6 configInterceptor(..) 此方法用来配置JFinal的全局拦截器,全局拦截器将拦截所有 action 请求,除非使用@Clear在Controller中清除,如下代码配置了名为AuthInterceptor的拦截器。 public void configInterc...
2.6 configInterceptor(..)
526
2019-03-27
《JFinal 3.6 教程文档》
2.6 configInterceptor(..) 2.6 configInterceptor(..) 此方法用来配置JFinal的全局拦截器,全局拦截器将拦截所有 action 请求,除非使用@Clear 在Controller中清除,如下代码配置了名为AuthInterceptor的拦截器。 public void configInter...
6.5 注释
494
2019-12-05
《JFinal v4.7 开发手册》
6.5 注释 6.5 注释 JFinal Template Engine支持单行与多行注释,以下是代码示例: ### 这里是单行注释 #-- 这里是多行注释的第一行 这里是多行注释的第二行 --# 如上所示,单行注释使用三个#字符,多行注释以#—打头,以—#结尾。 与传统模板引擎不同,这里的单行注释采用三个字...
13.1 概述
393
2019-12-05
《JFinal v4.7 开发手册》
13.1 概述 13.1 概述 JFinal 采用微内核全方位扩展架构,全方位是指其扩展方式在空间上的表现形式。JFinal由Handler、Interceptor、Controller、Render、Plugin五大部分组成。本章将简单介绍此架构以及基于此架构所做的一些较为常用的扩展。
1..
«
25
26
27
28
»
..71