Class CmisLifecycleBean
- java.lang.Object
-
- org.frankframework.extensions.cmis.servlets.CmisLifecycleBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean,org.springframework.web.context.ServletContextAware
@IbisInitializer public class CmisLifecycleBean extends Object implements org.springframework.web.context.ServletContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Autowires the CMIS RepositoryConnectorFactory- Author:
- Niels Meijer
-
-
Constructor Summary
Constructors Constructor Description CmisLifecycleBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voiddestroy()voidsetServletContext(javax.servlet.ServletContext servletContext)
-
-
-
Method Detail
-
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContextin interfaceorg.springframework.web.context.ServletContextAware
-
destroy
public void destroy() throws Exception- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-
-