public class WebAppContextLoader extends Object implements javax.servlet.ServletContextListener
@WebListener
annotation. Overriding of this class is allowed
but not advised as it is now deprecated.
GSF's own Groovy Loader / support has been deprecated, must not be used anymore.Modifier and Type | Field and Description |
---|---|
static String |
CONTEXTS
Deprecated.
|
protected static org.slf4j.Logger |
LOG
Deprecated.
|
Constructor and Description |
---|
WebAppContextLoader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected AppContext |
configureFromInitParam(javax.servlet.ServletContext context,
ClassLoader cl)
Deprecated.
Creates a AppContext based on the init parameter
CONTEXTS . |
void |
contextDestroyed(javax.servlet.ServletContextEvent sce)
Deprecated.
|
void |
contextInitialized(javax.servlet.ServletContextEvent sce)
Deprecated.
|
public static final String CONTEXTS
protected static final org.slf4j.Logger LOG
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized
in interface javax.servlet.ServletContextListener
protected AppContext configureFromInitParam(javax.servlet.ServletContext context, ClassLoader cl)
CONTEXTS
.context
- servlet contextcl
- class loaderpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright © 2010–2017. All rights reserved.