org.exoplatform.frameworks.jcr.web
Class StandaloneContainerInitializedListener

java.lang.Object
  extended by org.exoplatform.frameworks.jcr.web.StandaloneContainerInitializedListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class StandaloneContainerInitializedListener
extends java.lang.Object
implements javax.servlet.ServletContextListener

Created by The eXo Platform SAS.
Servlet context initializer that initializes standalone container at the context startup time. To activate this your web.xml have to be configured like: org.exoplatform.frameworks.web.common.StandaloneContainerInitializedListener You may also specify an URL to the configuration.xml stored the configuration for StandaloneContainer as servlet's init parameter called 'org.exoplatform.container.standalone.config'

Version:
$Id: StandaloneContainerInitializedListener.java 35179 2009-08-07 13:58:20Z pnedonosko $
Author:
Gennady Azarenkov

Constructor Summary
StandaloneContainerInitializedListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
           
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneContainerInitializedListener

public StandaloneContainerInitializedListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener


Copyright © 2010 eXo Platform SAS. All Rights Reserved.