| 程序包 | 说明 |
|---|---|
| com.blade.mvc.handler | |
| com.blade.mvc.hook | |
| com.blade.security.web.auth | |
| com.blade.security.web.csrf |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object[] |
MethodArgument.getArgs(Signature signature) |
void |
RequestExecution.handle(Signature signature)
handle route signature
|
boolean |
RequestExecution.invokeHook(List<Route> hooks,
Signature signature)
invoke hooks
|
boolean |
RequestExecution.invokeHook(Signature routeSignature,
Route hookRoute)
Invoke WebHook
|
boolean |
RequestExecution.invokeMiddleware(List<Route> middleware,
Signature signature) |
void |
RequestExecution.routeHandle(Signature signature)
Actual routing method execution
|
| 限定符和类型 | 方法和说明 |
|---|---|
default boolean |
WebHook.after(Signature signature)
In the route calls after execution
|
boolean |
WebHook.before(Signature signature)
In the route calls before execution
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
BasicAuthMiddleware.before(Signature signature) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CsrfMiddleware.before(Signature signature) |
Copyright © 2018. All rights reserved.