| 接口 | 说明 |
|---|---|
| Const |
Global constants definition
|
| 类 | 说明 |
|---|---|
| Action |
Action
|
| ActionHandler |
ActionHandler
|
| ActionMapping |
ActionMapping
|
| ActionReporter |
ActionReporter
|
| Controller |
Controller
昨夜西风凋碧树。 |
| ControllerFactory |
ControllerFactory
|
| CPI |
Cross Package Invoking pattern for package core.
|
| FastControllerFactory |
FastControllerFactory 用于回收使用 Controller 对象,提升性能
由于 Controller 会被回收利用,所以使用之前一定要确保 controller
对象中的属性值没有线程安全问题
警告:如果用户自己的 Controller 或者 BaseController 之中声明了属性,
并且这些属性不能被多线程共享,则不能直接使用 FastControllerFactory,
否则会有线程安全问题
jfinal 3.5 版本可以通过覆盖 Controller.
|
| ForwardActionRender |
ForwardActionRender
|
| Injector |
Injector.
|
| JFinal |
JFinal
|
| JFinalFilter |
JFinal framework filter
|
| PathScanner |
PathScanner 扫描 @Path 注解,实现路由扫描功能
|
| 异常错误 | 说明 |
|---|---|
| ActionException |
ActionException.
|
| 注释类型 | 说明 |
|---|---|
| ActionKey |
ActionKey is used to configure actionKey for method of controller.
|
| NotAction |
NotAction is used to configure the method in controller is not an action
|
| Path |
Path 注解用于配置 Controller 的 controllerPath 以及 viewPath
搭配 PathScanner 实现路由扫描功能
|
Copyright © 2022. All rights reserved.