| 接口 | 说明 |
|---|---|
| Controller |
Controller 的初始化调用接口。
|
| FileItem |
This class represents a file or form item that was received within a
multipart/form-data POST request. |
| FileItemFactory |
A factory interface for creating
FileItem instances. |
| FileItemHeaders |
This class provides support for accessing the headers for a file or form
item that was received within a
multipart/form-data POST request. |
| FileItemStream |
This interface provides access to a file or form item that was
received within a
multipart/form-data POST request. |
| Invoker |
请求调用
|
| InvokerChain |
请求调用链
|
| InvokerConfig | |
| InvokerCreater |
invoker 扩展接口。
|
| InvokerData |
调用信息
|
| InvokerFilter |
请求过滤器,相当于
Filter 同等作用。 |
| MappingData |
控制器映射信息
|
| MappingSetup |
控制器发现,每当发现一个控制器时都会调用这个接口。
|
| MimeType |
MimeType类型查询接口。
|
| RenderEngine |
渲染引擎
|
| RenderInvoker |
渲染插件 Api
|
| WebApiBinder |
提供了注册Servlet和Filter的方法。
|
| WebApiBinder.FilterBindingBuilder<T> |
负责配置Filter。
|
| WebApiBinder.MappingToBindingBuilder<T> |
负责配置Servlet。
|
| WebApiBinder.RenderEngineBindingBuilder<T> |
负责配置RenderEngine。
|
| WebApiBinder.ServletBindingBuilder |
负责配置Servlet。
|
| WebPlugin |
过滤器链扩展。
|
| 类 | 说明 |
|---|---|
| WebController |
Controller
昨夜西风凋碧树。 |
| WebModule |
WebModule
|
| 枚举 | 说明 |
|---|---|
| FileUploadException.UploadErrorCodes | |
| ServletVersion |
servlet版本
|
| 异常错误 | 说明 |
|---|---|
| FileUploadException |
文件上传异常。
|