站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.web.context.support.RequestHandledEvent (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.web.context.support.RequestHandledEvent

Packages that use RequestHandledEvent
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes. 
org.springframework.web.portlet.context Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. 
 

Uses of RequestHandledEvent in org.springframework.web.context.support
 

Subclasses of RequestHandledEvent in org.springframework.web.context.support
 class ServletRequestHandledEvent
          Servlet-specific subclass of RequestHandledEvent, adding servlet-specific context information.
 

Uses of RequestHandledEvent in org.springframework.web.portlet.context
 

Subclasses of RequestHandledEvent in org.springframework.web.portlet.context
 class PortletRequestHandledEvent
          Portlet-specific subclass of RequestHandledEvent, adding portlet-specific context information.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.