| 程序包 | 说明 |
|---|---|
| net.hasor.web |
hasor-web 开发框架。
|
| net.hasor.web.invoker |
hasor-web 框架功能实现。
|
| net.hasor.web.valid |
hasor-web 框架的表单验证功能。
|
| net.hasor.web.wrap |
hasor-web 框架中用到的各种wrap。
|
| 限定符和类型 | 方法和说明 |
|---|---|
WebApiBinder |
WebApiBinder.addSetup(MappingSetup setup)
添加MappingSetup
|
| 限定符和类型 | 方法和说明 |
|---|---|
WebApiBinder |
WebApiBinder.addSetup(BindInfo<? extends MappingSetup> setup)
添加MappingSetup
|
WebApiBinder |
WebApiBinder.addSetup(Class<? extends MappingSetup> setup)
添加MappingSetup
|
WebApiBinder |
WebApiBinder.addSetup(Provider<? extends MappingSetup> setup)
添加MappingSetup
|
| 限定符和类型 | 方法和说明 |
|---|---|
WebApiBinder |
InvokerWebApiBinder.addSetup(MappingSetup setup) |
| 限定符和类型 | 方法和说明 |
|---|---|
WebApiBinder |
InvokerWebApiBinder.addSetup(BindInfo<? extends MappingSetup> setup) |
WebApiBinder |
InvokerWebApiBinder.addSetup(Class<? extends MappingSetup> setup) |
WebApiBinder |
InvokerWebApiBinder.addSetup(Provider<? extends MappingSetup> setup) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ValidWebPlugin
表单验证器插件
|
| 限定符和类型 | 方法和说明 |
|---|---|
WebApiBinder |
WebApiBinderWrap.addSetup(MappingSetup setup) |
| 限定符和类型 | 方法和说明 |
|---|---|
WebApiBinder |
WebApiBinderWrap.addSetup(BindInfo<? extends MappingSetup> setup) |
WebApiBinder |
WebApiBinderWrap.addSetup(Class<? extends MappingSetup> setup) |
WebApiBinder |
WebApiBinderWrap.addSetup(Provider<? extends MappingSetup> setup) |