接口 | 说明 |
---|---|
Action |
mvc:动作接口
|
ActionExecuteHandler |
动作执行处理。
|
ActionLoader |
动作加载器
|
ActionReturnHandler |
动作返回处理器
|
ContextAsyncListener |
通用上下文接口 - 异步监听
|
Filter |
过滤器
|
FilterChain |
过滤器调用链
|
Handler |
通用处理接口(实现:Context + Handler 架构)
|
HandlerSlots |
通用处理接口接收槽
|
Render |
通用渲染接口
|
RenderFactory |
渲染器工厂
|
SessionState |
Session 状态器接口
用于对接http自带 sesssion 或 扩展 sesssion(可相互切换)
|
SessionStateFactory |
Session 状态器工厂
|
类 | 说明 |
---|---|
ActionParam |
动作参数
|
Context |
通用上下文接口(实现:Context + Handler 架构)
|
ContextEmpty |
通用上下文,空对象
|
ContextPathFilter |
提供 ContextPath 类似的功能(优先级要极高)
|
ContextUtil |
上下文状态处理工具(独立出来,可为别的业务服务)
|
Cookie |
小饼
|
DownloadedFile |
下载文件模型
|
FileBase |
文件基类
|
FilterChainImpl |
过滤器调用链实现
|
Gateway |
本地网关。
|
HandlerAide |
处理助手,提供前置与后置处理的存储
|
HandlerPipeline |
处理管道,提供处理链的存储
|
MethodHandler |
Method Handler(用于处理 Job 之类的简化函数处理)
|
MethodTypeUtil | |
ModelAndView |
mvc:模型与视图
|
RenderManager |
通过 Render 管理员,以此实现多模板引擎处理
|
Result<T> |
结果(可用于接口开发返回统一结果)
|
SessionStateEmpty | |
UploadedFile |
上传文件模型(例:通过http上传的文件)
|
枚举 | 说明 |
---|---|
MethodType |
方法枚举
|