public class DruidStatViewHandler extends Handler
next, nextHandler| Constructor and Description |
|---|
DruidStatViewHandler(String visitPath) |
DruidStatViewHandler(String visitPath,
IDruidStatViewAuth druidStatViewAuth) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(String target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean[] isHandled)
Handle target
|
public DruidStatViewHandler(String visitPath)
public DruidStatViewHandler(String visitPath, IDruidStatViewAuth druidStatViewAuth)
public void handle(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean[] isHandled)
Handlerhandle in class Handlertarget - url target of this web http requestrequest - HttpServletRequest of this http requestresponse - HttpServletRequest of this http requestisHandled - JFinalFilter will invoke doFilter() method if isHandled[0] == false,
it is usually to tell Filter should handle the static resource.Copyright © 2018. All rights reserved.