org.apache.chemistry.opencmis.server.impl
Class CmisRepositoryContextListener

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.impl.CmisRepositoryContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class CmisRepositoryContextListener
extends Object
implements javax.servlet.ServletContextListener

CMIS context listener.


Field Summary
static String SERVICES_FACTORY
           
 
Constructor Summary
CmisRepositoryContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICES_FACTORY

public static final String SERVICES_FACTORY
See Also:
Constant Field Values
Constructor Detail

CmisRepositoryContextListener

public CmisRepositoryContextListener()
Method Detail

contextInitialized

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

contextDestroyed

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


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.