public class ServletContextEvent extends EventObject
ServletContextListener,
Serialized Form source | Constructor and Description |
|---|
ServletContextEvent (ServletContext source)
Construct a ServletContextEvent from the given context.
|
| Modifier and Type | Method and Description |
|---|---|
ServletContext |
getServletContext ()
Return the ServletContext that changed.
|
getSource, toString public ServletContextEvent(ServletContext source)
source - - the ServletContext that is sending the event.public ServletContext getServletContext()
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.