public class CmisRepositoryContextListener extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICES_FACTORY |
| Constructor and Description |
|---|
CmisRepositoryContextListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
static CmisServiceFactory |
getServiceFactory(javax.servlet.ServletContext servletContext)
Gets the service factory from the servlet context.
|
public static final String SERVICES_FACTORY
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerpublic static CmisServiceFactory getServiceFactory(javax.servlet.ServletContext servletContext)
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.