|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.web.extensibility.MergeContextLoaderListener
public class MergeContextLoaderListener
Bootstrap listener to start up BroadleafCommerce's rootId MergeWebApplicationContext.
Simply delegates to MergeContextLoader.
This listener should be registered after
org.springframework.web.util.Log4jConfigListener
in web.xml, if the latter is used.
| Constructor Summary | |
|---|---|
MergeContextLoaderListener()
|
|
| Method Summary | |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
Close the rootId web application context. |
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Initialize the rootId web application context. |
protected MergeContextLoader |
createContextLoader()
Create the ContextLoader to use. |
MergeContextLoader |
getContextLoader()
Return the ContextLoader used by this listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MergeContextLoaderListener()
| Method Detail |
|---|
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerprotected MergeContextLoader createContextLoader()
public MergeContextLoader getContextLoader()
public void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||