Package io.jmix.webdavrest.converter
Class WebdavDocumentVersionToListOfNodesConverter.WebdavDocumentVersionToListOfNodesConverterFactory
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<WebdavDocumentVersionToListOfNodesConverter>
io.jmix.webdavrest.converter.WebdavDocumentVersionToListOfNodesConverter.WebdavDocumentVersionToListOfNodesConverterFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<WebdavDocumentVersionToListOfNodesConverter>
,org.springframework.beans.factory.InitializingBean
- Enclosing class:
- WebdavDocumentVersionToListOfNodesConverter
@Component("webdav_WebdavDocumentVersionToListOfNodesConverter")
public static class WebdavDocumentVersionToListOfNodesConverter.WebdavDocumentVersionToListOfNodesConverterFactory
extends org.springframework.beans.factory.config.AbstractFactoryBean<WebdavDocumentVersionToListOfNodesConverter>
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.web.context.WebApplicationContext
protected WebdavPreconditions
protected WebdavTools
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
ConstructorDescriptionWebdavDocumentVersionToListOfNodesConverterFactory
(org.springframework.web.context.WebApplicationContext applicationContext, WebdavTools wt, WebdavPreconditions wp) -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
boolean
protected org.springframework.core.convert.ConversionService
retrieveConversionService
(org.springframework.web.context.WebApplicationContext applicationContext) Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, setBeanClassLoader, setBeanFactory, setSingleton
-
Field Details
-
applicationContext
protected org.springframework.web.context.WebApplicationContext applicationContext -
wt
-
wp
-
-
Constructor Details
-
WebdavDocumentVersionToListOfNodesConverterFactory
public WebdavDocumentVersionToListOfNodesConverterFactory(org.springframework.web.context.WebApplicationContext applicationContext, WebdavTools wt, WebdavPreconditions wp)
-
-
Method Details
-
createInstance
- Specified by:
createInstance
in classorg.springframework.beans.factory.config.AbstractFactoryBean<WebdavDocumentVersionToListOfNodesConverter>
-
retrieveConversionService
protected org.springframework.core.convert.ConversionService retrieveConversionService(org.springframework.web.context.WebApplicationContext applicationContext) -
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<WebdavDocumentVersionToListOfNodesConverter>
- Specified by:
getObjectType
in classorg.springframework.beans.factory.config.AbstractFactoryBean<WebdavDocumentVersionToListOfNodesConverter>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean<WebdavDocumentVersionToListOfNodesConverter>
- Overrides:
isSingleton
in classorg.springframework.beans.factory.config.AbstractFactoryBean<WebdavDocumentVersionToListOfNodesConverter>
-