与过滤器设计有关的接口有哪些?
A: Filter
B: ServletRequestListener
C: FilterConfig
D: FilterChain
A: Filter
B: ServletRequestListener
C: FilterConfig
D: FilterChain
举一反三
- 过滤器的使用主要是通过3个核心接口进行操作的,分别为Filter接口 、FilterChain 接口、FilterConfig接口。
- 编写Servlet过滤器时,()方法用于调用过滤器链中的下一个过滤器。 A: Servlet B: FilterConfig C: Filter D: FilterChain
- Filter过滤器中哪个方法在过滤器被销毁时被调用? A: init() B: doFilter(ServletRequest req, ServletResponse resp, FilterChain chain) C: destory() D: init(FilterConfig config)
- ( )接口用于调用过滤器中的一系列过滤器 A: FilterChain B: Filter C: ServletContextListener D: HttpSessionArttributeListener
- 过滤器的使用主要是通过3个核心接口进行操作的,分别为Filter接口 、 接口、 FilterConfig接口