public class ActionHandler extends Handler
next, nextHandler| 构造器和说明 |
|---|
ActionHandler(com.jfinal.core.ActionMapping actionMapping,
Constants constants) |
public ActionHandler(com.jfinal.core.ActionMapping actionMapping,
Constants constants)
public final void handle(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean[] isHandled)
handle 在类中 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 © 2017. All rights reserved.