Package com.ibm.websphere.servlet.event
Class ServletEvent
java.lang.Object
java.util.EventObject
com.ibm.websphere.servlet.event.ApplicationEvent
com.ibm.websphere.servlet.event.ServletEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ServletErrorEvent
,ServletInvocationEvent
Generic servlet event.
- See Also:
-
Constructor Summary
ConstructorDescriptionServletEvent
(Object source, jakarta.servlet.ServletContext context, String servletName, String servletClassName) ServletEvent contructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the servlet class that triggered this event.Get the name of the servlet that triggered this event.Methods inherited from class com.ibm.websphere.servlet.event.ApplicationEvent
getServletContext, getServletNames
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Method Details
-
getServletName
Get the name of the servlet that triggered this event. -
getServletClassName
Get the name of the servlet class that triggered this event.
-