@FunctionalInterface public interface ContextHandler extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RequestContext context)
Performs request handling with the specified context.
|
void handle(RequestContext context)
context - the specified contextCopyright © 2009–2019 B3log. All rights reserved.