@WebListener public class AwtAppContextClassloaderListener extends Object implements javax.servlet.ServletContextListener
| Constructor and Description |
|---|
AwtAppContextClassloaderListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce)
Forces the
sun.awt.AppContext singleton to be created and initialized when the context
is initialized. |
public void contextInitialized(javax.servlet.ServletContextEvent sce)
sun.awt.AppContext singleton to be created and initialized when the context
is initialized.contextInitialized in interface javax.servlet.ServletContextListenersce - the event containing the context being initializedpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2009–2020 psi-probe. All rights reserved.