类 FilterUtils
java.lang.Object
com.github.xiaoymin.knife4j.extend.util.FilterUtils
- 从以下版本开始:
- knife4j
- 作者:
- xiaoymin@foxmail.com 2023/2/25 18:56
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidwriteForbiddenCode(javax.servlet.http.HttpServletResponse httpServletResponse) 响应Basic信息static voidwriteJakartaForbiddenCode(jakarta.servlet.http.HttpServletResponse httpServletResponse) 响应Basic
-
构造器详细资料
-
FilterUtils
public FilterUtils()
-
-
方法详细资料
-
writeForbiddenCode
public static void writeForbiddenCode(javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException 响应Basic信息- 参数:
servletRequest-httpServletResponse-- 抛出:
IOException
-
writeJakartaForbiddenCode
public static void writeJakartaForbiddenCode(jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException 响应Basic- 参数:
httpServletResponse-- 抛出:
IOException
-