|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.spring.context.ContextLoaderListener
public class ContextLoaderListener
Bootstrap listener to start up JSF-Spring's root WebApplicationContext. Simply delegates to ContextLoader.
For further informtion please have a look at the documentation of
ContextLoaderListener
.
Constructor Summary | |
---|---|
ContextLoaderListener()
|
Method Summary | |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
Closes the jsf-spring-config root web application context. |
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Initializes the jsf-spring-config root web application context. |
protected ContextLoader |
createContextLoader()
Creates the ConfigLoader to use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextLoaderListener()
Method Detail |
---|
protected ContextLoader createContextLoader()
public final void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized
in interface javax.servlet.ServletContextListener
event
- the ServletContextEventServletContextListener.contextInitialized(javax.servlet.ServletContextEvent)
public final void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed
in interface javax.servlet.ServletContextListener
event
- the ServletContextEventServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |