Class ScxRouteHandler
java.lang.Object
cool.scx.web.ScxRouteHandler
- All Implemented Interfaces:
cool.scx.common.functional.ScxConsumer<RoutingContext, Throwable>,Route
public final class ScxRouteHandler
extends Object
implements Route, cool.scx.common.functional.ScxConsumer<RoutingContext, Throwable>
ScxRouteHandler
- Version:
- 0.0.1
- Author:
- scx567888
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(RoutingContext context) cool.scx.common.functional.ScxConsumer<RoutingContext, Throwable> handler()methods()intorder()path()
-
Field Details
-
method
-
isVoid
public final boolean isVoid -
instance
-
clazz
-
-
Method Details
-
accept
- Specified by:
acceptin interfacecool.scx.common.functional.ScxConsumer<RoutingContext, Throwable>- Throws:
Throwable
-
path
-
methods
-
typeMatcher
- Specified by:
typeMatcherin interfaceRoute
-
pathMatcher
- Specified by:
pathMatcherin interfaceRoute
-
methodMatcher
- Specified by:
methodMatcherin interfaceRoute
-
order
-
handler
-