cn.dreampie.route.core
类 RouteHandler
java.lang.Object
cn.dreampie.route.handler.Handler
cn.dreampie.route.core.RouteHandler
public final class RouteHandler
- extends Handler
ActionHandler
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteHandler
public RouteHandler(RouteBuilder routeBuilder)
handle
public final void handle(HttpRequest request,
HttpResponse response,
boolean[] isHandled)
- handle
- 指定者:
- 类
Handler 中的 handle
- 参数:
request - HttpServletRequest of this http requestresponse - HttpServletRequest of this http requestisHandled - RestyFilter will invoke doFilter() method if isHandled[0] == false,
it is usually to tell Filter should handle the static resource.
Copyright © 2015. All rights reserved.