标签:认证 esc .com 工程 对象 and web应用 文件 which
public interface Filter
doFilter
method. Every Filter has access to a FilterConfig object from which it can obtain its initialization parameters, and a reference to the ServletContext which it can use, for example, to load resources needed for filtering tasks.Examples that have been identified for this design are:
void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException,
标签:认证 esc .com 工程 对象 and web应用 文件 which
原文地址:http://www.cnblogs.com/limingxian537423/p/7126794.html