java.io.SerializableServletContextAttributeEventpublic class ServletContextEvent
extends java.util.EventObject
ServletContextListener,
Serialized Form| Constructor | Description |
|---|---|
ServletContextEvent(ServletContext source) |
Construct a ServletContextEvent from the given context.
|
| Modifier and Type | Method | Description |
|---|---|---|
ServletContext |
getServletContext() |
Return the ServletContext that changed.
|
public ServletContextEvent(ServletContext source)
source - - the ServletContext that is sending the event.public ServletContext getServletContext()
Copyright © 1999-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation.