程序包的使用
cn.taketoday.web.servlet.filter
-
类说明
Filterthat parses form data for HTTP PUT, PATCH, and DELETE requests and exposes it as Servlet request parameters.Hide "Forwarded" or "X-Forwarded-*" headers.Responsible for the contextPath, requestURI, and requestURL with forwarded headers in mind, and also taking into account changes to the path of the underlying delegate request (e.g. on a Servlet FORWARD).Simple base implementation ofFilterwhich treats its config parameters (init-paramentries within thefiltertag inweb.xml) as bean properties.Filterthat converts posted method parameters into HTTP methods, retrievable viaHttpServletRequest.getMethod().Filter base class that aims to guarantee a single execution per request dispatch, on any servlet container.AnOrderedFilter.