| 程序包 | 说明 |
|---|---|
| net.hasor.web |
hasor-web 开发框架。
|
| net.hasor.web.invoker |
hasor-web 框架功能实现。
|
| net.hasor.web.mime | |
| net.hasor.web.render |
渲染器插件。
|
| net.hasor.web.valid |
hasor-web 框架的表单验证功能。
|
| net.hasor.web.wrap |
hasor-web 框架中用到的各种wrap。
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Invoker
请求调用
|
interface |
RenderInvoker
渲染插件 Api
|
interface |
WebApiBinder
提供了注册Servlet和Filter的方法。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
InvokerSupplier
Invoker 接口实现类。 |
class |
InvokerWebApiBinder
该类是
WebApiBinder接口实现。 |
| 构造器和说明 |
|---|
InvokerWebApiBinder(ServletVersion curVersion,
MimeType mimeType,
ApiBinder apiBinder) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MimeTypeSupplier
MimeType 接口实现。 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RenderInvokerSupplier |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ValidInvoker
表单验证框架Api接口
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ValidInvokerSupplier
表单验证器,Invoker 扩展实现类。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
InvokerWrap
Invoker 接口包装器 |
class |
WebApiBinderWrap
WebApiBinder 接口包装器 |