| Interface | Description |
|---|---|
| Handler |
A handler interface for
Dispatcher to do the inner process. |
| Class | Description |
|---|---|
| AfterHandleHandler |
After processing method (
ContextHandler.handle(RequestContext) or method annotated RequestProcessing). |
| BeforeHandleHandler |
Before processing method (
ContextHandler.handle(RequestContext) or method annotated RequestProcessing). |
| ContextHandleHandler |
Invokes processing method (
ContextHandler.handle(RequestContext) or method annotated RequestProcessing). |
| ContextHandlerMeta |
Context handler metadata.
|
| MatchResult |
The route matched-result bean.
|
| RouteHandler |
Route handler
|
| StaticResourceHandler |
Static resource handler.
|
Copyright © 2009–2019 B3log. All rights reserved.