[/url] [url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
javax.servlet
Class ServletRequestEventjava.lang.Object
java.util.EventObject
javax.servlet.ServletRequestEvent
All Implemented Interfaces: Serializable Direct Known Subclasses: ServletRequestAttributeEvent public class ServletRequestEvent extends EventObjectThis is the event class for notifications about changes to the servlet request of a web application. 这是一个事件类,用于通知web应用程序中servlet上下文的改变。
Since: v 2.4 See Also: ServletRequestListener, Serialized FormField Summary
Fields inherited from class java.util.EventObject
Constructor Summary
ServletRequestEvent(ServletContext sc, ServletRequest request)
Construct a ServletRequestEvent from the given context. 从给定的上下文中构建一个ServletRequestEvent。
Method Summary
Return the ServletContext that changed. 返回已改变的ServletContext。
Return the ServletRequest that changed. 返回已改变的ServletRequest。
Methods inherited from class java.util.EventObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
ServletRequestEventpublic ServletRequestEvent(ServletContext sc,
ServletRequest request)
Construct a ServletRequestEvent from the given context. 从给定的上下文中构建一个ServletRequestEvent。
Parameters: sc - - the ServletContext of the web application. web应用的ServletContext。 request - - the ServletRequest that is sending the event. 发送事件的ServletRequest。Method Detail
getServletRequestpublic ServletRequest getServletRequest()
Return the ServletRequest that changed. 返回已改变的ServletRequest。
Returns: the ServletRequest that sent the event. 发送事件的ServletRequest。getServletContextpublic ServletContext getServletContext()
Return the ServletContext that changed. 返回已改变的ServletContext。
Returns: the ServletContext of the web application. web应用的ServletContext。[/url][url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.