| 程序包 | 说明 |
|---|---|
| net.hasor.web |
hasor-web 开发框架。
|
| net.hasor.web.binder |
Definitions。
|
| net.hasor.web.invoker |
hasor-web 框架功能实现。
|
| net.hasor.web.spi | |
| net.hasor.web.wrap |
hasor-web 框架中用到的各种wrap。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Mapping |
Invoker.ownerMapping()
本次请求的 Action,如果没有命中任何 Mapping 那么会返回空。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MappingDef
一个请求地址只能是一个Action类进行处理,Action中的不同方法可以通过 @HttpMethod 等注解映射到 HTTP 协议中 GET、PUT 等行为上。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Mapping |
InvokerSupplier.ownerMapping() |
| 限定符和类型 | 方法和说明 |
|---|---|
Invoker |
InvokerContext.newInvoker(Mapping define,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| 构造器和说明 |
|---|
InvokerSupplier(Mapping ownerInMapping,
AppContext appContext,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MappingDiscoverer.discover(Mapping mappingData)
发现控制器
|
| 限定符和类型 | 方法和说明 |
|---|---|
Mapping |
InvokerWrap.ownerMapping() |
Copyright © 2020. All rights reserved.