|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 WebApiBinder 的软件包 | |
|---|---|
| net.hasor.plugins.controller.support | Web 插件,为 WebMVC 开发提供支持。 |
| net.hasor.plugins.resource | Web 插件,提供一个 Servlet 作为入口,使用这个 Servlet 可以将 Classpath 中的资源作为 Web资源响应。 |
| net.hasor.plugins.restful.support | Web 插件,为 Web 下 Restful 风格 MVC 开发提供支持。 |
| net.hasor.plugins.result | 提供 WebMVC 下 action 返回值的处理。 |
| net.hasor.plugins.servlet3 | Web 插件,用于支持注解化注册 Servlet、Filter。 |
| net.hasor.web.binder.support | |
| net.hasor.web.module | |
| net.hasor.web.plugin | |
| net.hasor.plugins.controller.support 中 WebApiBinder 的使用 |
|---|
| 参数类型为 WebApiBinder 的 net.hasor.plugins.controller.support 中的方法 | |
|---|---|
void |
WebControllerPlugin.loadPlugin(WebApiBinder apiBinder)
|
| net.hasor.plugins.resource 中 WebApiBinder 的使用 |
|---|
| 参数类型为 WebApiBinder 的 net.hasor.plugins.resource 中的方法 | |
|---|---|
void |
ResourcePlugin.loadPlugin(WebApiBinder apiBinder)
|
| net.hasor.plugins.restful.support 中 WebApiBinder 的使用 |
|---|
| 参数类型为 WebApiBinder 的 net.hasor.plugins.restful.support 中的方法 | |
|---|---|
void |
RestfulServicesPlugin.loadPlugin(WebApiBinder apiBinder)
|
| net.hasor.plugins.result 中 WebApiBinder 的使用 |
|---|
| 参数类型为 WebApiBinder 的 net.hasor.plugins.result 中的方法 | |
|---|---|
void |
ResultPlugin.loadPlugin(WebApiBinder apiBinder)
|
| net.hasor.plugins.servlet3 中 WebApiBinder 的使用 |
|---|
| 参数类型为 WebApiBinder 的 net.hasor.plugins.servlet3 中的方法 | |
|---|---|
protected void |
JavaEEPlugin.loadFilter(WebApiBinder apiBinder)
装载Filter |
void |
JavaEEPlugin.loadPlugin(WebApiBinder webBinder)
|
protected void |
JavaEEPlugin.loadServlet(WebApiBinder apiBinder)
装载Servlet |
| net.hasor.web.binder.support 中 WebApiBinder 的使用 |
|---|
| 实现 WebApiBinder 的 net.hasor.web.binder.support 中的类 | |
|---|---|
class |
WebApiBinderModule
该类是 WebApiBinder接口实现。 |
| net.hasor.web.module 中 WebApiBinder 的使用 |
|---|
| 参数类型为 WebApiBinder 的 net.hasor.web.module 中的方法 | |
|---|---|
abstract void |
WebModule.init(WebApiBinder apiBinder)
初始化过程。 |
| net.hasor.web.plugin 中 WebApiBinder 的使用 |
|---|
| 参数类型为 WebApiBinder 的 net.hasor.web.plugin 中的方法 | |
|---|---|
abstract void |
AbstractWebHasorPlugin.loadPlugin(WebApiBinder apiBinder)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||