com.ibm.websphere.servlet.event
Class ServletInvocationEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.websphere.servlet.event.ApplicationEvent
|
+--com.ibm.websphere.servlet.event.ServletEvent
|
+--com.ibm.websphere.servlet.event.ServletInvocationEvent
- All Implemented Interfaces:
- java.io.Serializable
- public abstract synchronized class ServletInvocationEvent
- extends ServletEvent
- See Also:
- Serialized Form
Constructor Summary |
ServletInvocationEvent(java.lang.Object,
javax.servlet.ServletContext,
java.lang.String,
java.lang.String,
javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServletInvocationEvent
public ServletInvocationEvent(java.lang.Object,
javax.servlet.ServletContext,
java.lang.String,
java.lang.String,
javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
getRequestURL
public java.lang.String getRequestURL()
getResponseTime
public abstract long getResponseTime()
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
getResponse
public javax.servlet.http.HttpServletResponse getResponse()