Class ScxRouteHandler
java.lang.Object
cool.scx.web.ScxRouteHandler
-
Field Summary
Fields -
Method Summary
-
Field Details
-
method
-
isVoid
public final boolean isVoid -
instance
-
clazz
-
-
Method Details
-
accept
-
path
- Specified by:
pathin interfacecool.scx.http.routing.Route
-
methods
- Specified by:
methodsin interfacecool.scx.http.routing.Route
-
pathMatcher
public cool.scx.http.routing.PathMatcher pathMatcher()- Specified by:
pathMatcherin interfacecool.scx.http.routing.Route
-
methodMatcher
public cool.scx.http.routing.MethodMatcher methodMatcher()- Specified by:
methodMatcherin interfacecool.scx.http.routing.Route
-
order
public int order()- Specified by:
orderin interfacecool.scx.http.routing.Route
-
handler
- Specified by:
handlerin interfacecool.scx.http.routing.Route
-