- 浏览: 62526 次
- 性别:
- 来自: 应县
最新评论
-
fc19861011:
请问你解决了吗?poi修改word中生成的图表数据找了好久没发 ...
jacob 怎么改变 word图表的数据呢? -
longgol:
GridPanel中mouseover事件获取列index
...
GridPanel中mouseover事件获取行index
javax.servlet
Interface FilterChain
public interface FilterChain
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource. Filters use the FilterChain to invoke the next filter in the chain, or if the calling filter is the last filter in the chain, to invoke the resource at the end of the chain. FilterChain是一个由servlet容器提供给开发人员的对象,给出某资源的过滤请求的调用链视图。 Filter使用FilterChain调用链中的下一个过滤器,如果调用过滤器是链中的最后一个过滤器, 调用链尾部的资源。
Since:
Servlet 2.3
See Also:
Filter
Method Summary
void
doFilter(ServletRequest request, ServletResponse response)
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked. 使得链中的下一个过滤器被调用,如果该调用过滤器已是链中的最后一个过滤器, 那么使得链尾部的资源被调用。
Method Detail
doFilterpublic void doFilter(ServletRequest request, ServletResponse response) throws IOException, ServletException
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked. 使得链中的下一个过滤器被调用,如果该调用过滤器已是链中的最后一个过滤器, 那么使得链尾部的资源被调用。
Parameters:
request - the request to pass along the chain. 沿着链传递的请求。
response - the response to pass along the chain. 沿着链传递的响应。
Throws:
IOException
ServletException
Since:
2.3
Interface FilterChain
public interface FilterChain
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource. Filters use the FilterChain to invoke the next filter in the chain, or if the calling filter is the last filter in the chain, to invoke the resource at the end of the chain. FilterChain是一个由servlet容器提供给开发人员的对象,给出某资源的过滤请求的调用链视图。 Filter使用FilterChain调用链中的下一个过滤器,如果调用过滤器是链中的最后一个过滤器, 调用链尾部的资源。
Since:
Servlet 2.3
See Also:
Filter
Method Summary
void
doFilter(ServletRequest request, ServletResponse response)
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked. 使得链中的下一个过滤器被调用,如果该调用过滤器已是链中的最后一个过滤器, 那么使得链尾部的资源被调用。
Method Detail
doFilterpublic void doFilter(ServletRequest request, ServletResponse response) throws IOException, ServletException
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked. 使得链中的下一个过滤器被调用,如果该调用过滤器已是链中的最后一个过滤器, 那么使得链尾部的资源被调用。
Parameters:
request - the request to pass along the chain. 沿着链传递的请求。
response - the response to pass along the chain. 沿着链传递的响应。
Throws:
IOException
ServletException
Since:
2.3
发表评论
-
Tomcat集群与负载均衡
2011-01-26 16:00 612在单一的服务器上执行W ... -
xalan-2.7.0.jar下载地址
2011-01-26 15:59 3203xalan-2.7.0.jar下载地址:http://svn. ... -
provider org.apache.xalan.processor.TransformerFactoryImpl not found
2011-01-26 15:58 984完整的Exception: Exception startin ... -
Apache与Tomcat整合的简单方法
2011-01-26 15:57 6961、准备,下载需要的文件。这里假定你已经正确安装配置好了JDK ... -
(转)Tomcat源码学习(一)
2011-01-26 15:57 619Tomcat源码学习(一) http://carllgc.bl ... -
Tomat源码学习(二) [图片]
2011-01-26 15:55 746Tomat源码学习(二) Tomat6的整体架构 在上篇文 ... -
Tomat6架构探讨(续)
2011-01-26 15:54 737Tomat源码学习(二) 下面,我们重点针对Catalin ... -
JNDI
2011-01-26 15:49 739Java术语 英文全称是:Java ... -
JSP内建对象- - 转
2011-01-26 15:48 589① out - javax.servlet.jsp.jspWr ... -
全面理解String(JAVA复习)- -
2011-01-26 15:48 6101. 首先String不属 ... -
初学者如何开发出高质量的J2EE系统 (转载)
2011-01-26 15:47 725J2EE学习者越来越多,J2E ... -
关于JSP中的taglib uri
2011-01-26 15:47 1025自定义标签在jsp中应用是需要声明标签库,有下面两种方式: 1 ... -
context-param和init-param区别
2011-01-26 15:46 478web.xml里面可以定义两种参数: (1)applicati ... -
javax.servlet.Filter运用
2011-01-26 15:46 720Servlets Filter 是Servlet 2.3 规范 ... -
引用 五个有用的过滤器 Filter
2011-01-26 15:45 644引用 xyz 的 五个有用的过滤器 Filter 来源:htt ... -
spring:简单的属性参考
2011-01-26 15:43 574在定义文件(XML配置文件)中定义Bean时,可以直接指定一个 ... -
spring:Inversion of Control具体实现【资料搜集】
2011-01-26 15:42 632IoC(Inversion of Control)控制反转的具 ... -
学习Spring前必须了解的几点【资料搜集】
2011-01-26 15:42 891轻量级(Lightweight) 轻量级的形容是相对于 ... -
struts2:主题: Interceptor在Struts2中的应用... [图片]
2011-01-26 15:41 712Interceptor(拦截器)将Action共用的行为独立出 ... -
struts2配置文件介绍
2011-01-26 15:40 666一、Struts2配置文件 Struts2相关的配置文件有w ...
相关推荐
- `Filter`和`FilterChain`: 用于实现请求过滤器,可以在请求到达Servlet之前进行预处理,或在响应发送回客户端之后进行后处理。 - `DispatcherType`: 定义了不同的请求调度类型,如REQUEST、FORWARD、INCLUDE等。...
javax.servlet.FilterChain.class javax.servlet.ServletRequestEvent.class javax.servlet.Filter.class javax.servlet.FilterConfig.class javax.servlet.ServletRequestAttributeListener.class javax.servlet....
10. **FilterChain接口**:在过滤器链中,代表后续过滤器和最终的目标Servlet,调用`doFilter()`方法可以按顺序执行过滤器链。 11. **FilterConfig接口**:类似于ServletConfig,提供了过滤器的配置信息。 通过...
7. **FilterChain**:`javax.servlet.FilterChain`接口代表一个过滤器链,一个请求在到达目标Servlet之前,会依次通过链上的每个过滤器。 8. **DispatcherType**:`javax.servlet.DispatcherType`枚举类型定义了...
5. `javax.servlet.Filter`和`FilterChain`:这些接口用于实现过滤器功能,可以在请求到达Servlet之前或之后进行拦截处理,如身份验证、日志记录、性能优化等。 6. `javax.servlet.annotation`包:包含了各种注解,...
`Filter`可以通过`FilterChain`来调用下一个过滤器或最终的Servlet。 `ServletContextListener`接口则用于监听Servlet上下文(`ServletContext`)的生命周期事件,如Web应用程序启动和停止。通过实现该接口,开发者...
`javax.servlet jar`是Java开发Web应用程序时必不可少的一个库,它是Java Servlet API的核心组成部分。Java Servlet API是一个Java标准,由Sun Microsystems(现为Oracle)定义并由Java Community Process(JCP)...
- **基本的Servlet和Filter**:定义了`Servlet`、`GenericServlet`、`HttpServlet`等核心接口和类,以及`Filter`和`FilterChain`,用于拦截和修改请求和响应。 - **MVC模式支持**:虽然不直接实现MVC,但`Servlet`和...
`javax.servlet` API是Java平台上的一个核心组件,主要用于构建Web应用程序。这个API提供了一组接口和类,允许开发者创建Servlets,这是处理HTTP请求的Java程序。在本篇文章中,我们将深入探讨`javax.servlet` API的...
1. **Servlet接口**:所有Servlet都必须实现`javax.servlet.Servlet`接口,它定义了Servlet的基本行为。然而,通常我们不会直接实现这个接口,而是继承`javax.servlet.GenericServlet`或`javax.servlet....
这里我们关注的是两个特定的JAR文件:`javax.jms.jar`和`servlet-api.jar`,它们分别与Java消息服务(Java Message Service,JMS)和Java Servlet API相关。 **Java消息服务(JMS)**是Java平台上的一个标准接口,...
javax.servlet.FilterChain javax.servlet.http.Cookie javax.servlet.FilterConfig javax.servlet.ServletConfig javax.servlet.GenericServlet javax.servlet.ServletContext javax.servlet.ServletRequest javax....
FilterChain - interface javax.servlet.FilterChain. A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a ...
6. `javax.servlet.FilterChain`:在Filter链中传递请求和响应的对象,让多个Filter可以顺序执行。 `servlet-api.jar`通常作为开发环境的依赖库,不包含实际的Servlet实现,只提供编程接口。在部署到生产环境时,...
`javax.servlet.Filter`接口定义了过滤器的行为,而`javax.servlet.FilterChain`则用于调用下一个过滤器或目标Servlet。 8. **DispatcherType**:`javax.servlet.DispatcherType`枚举类型定义了Servlet的调度类型,...
import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; public class ...
import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax....
import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; public class ...
import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax....