|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.ibm.websphere.servlet.event.ApplicationEvent
com.ibm.websphere.servlet.event.ServletEvent
public class ServletEvent
Generic servlet event.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ServletEvent(java.lang.Object source,
javax.servlet.ServletContext context,
java.lang.String servletName,
java.lang.String servletClassName)
ServletEvent contructor. |
Method Summary | |
---|---|
java.lang.String |
getServletClassName()
Get the name of the servlet class that triggered this event. |
java.lang.String |
getServletName()
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServletEvent(java.lang.Object source, javax.servlet.ServletContext context, java.lang.String servletName, java.lang.String servletClassName)
source
- the object that triggered this event.servletName
- the name of the servlet that triggered the event.Method Detail |
---|
public java.lang.String getServletName()
public java.lang.String getServletClassName()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |