Package io.jmix.webdavrest.converter
Class LockInfoWithResourceUriToElementConverter.LockInfoWithResourceUriToElementConverterFactory
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<LockInfoWithResourceUriToElementConverter>
io.jmix.webdavrest.converter.LockInfoWithResourceUriToElementConverter.LockInfoWithResourceUriToElementConverterFactory
- 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<LockInfoWithResourceUriToElementConverter>,- org.springframework.beans.factory.InitializingBean
- Enclosing class:
- LockInfoWithResourceUriToElementConverter
@Component("webdav_LockInfoWithResourceUriToElementConverter")
public static class LockInfoWithResourceUriToElementConverter.LockInfoWithResourceUriToElementConverterFactory
extends org.springframework.beans.factory.config.AbstractFactoryBean<LockInfoWithResourceUriToElementConverter>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected org.springframework.web.context.WebApplicationContextprotected WebdavLockSupportprotected WebdavPreconditionsprotected WebdavToolsFields inherited from class org.springframework.beans.factory.config.AbstractFactoryBeanloggerFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructorsConstructorDescriptionLockInfoWithResourceUriToElementConverterFactory(org.springframework.web.context.WebApplicationContext applicationContext, WebdavLockSupport lockSupport, WebdavPreconditions wp, WebdavTools wt) 
- 
Method SummaryModifier and TypeMethodDescriptionClass<?>booleanprotected org.springframework.core.convert.ConversionServiceretrieveConversionService(org.springframework.web.context.WebApplicationContext applicationContext) Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBeanafterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, setBeanClassLoader, setBeanFactory, setSingleton
- 
Field Details- 
applicationContextprotected org.springframework.web.context.WebApplicationContext applicationContext
- 
lockSupport
- 
wp
- 
wt
 
- 
- 
Constructor Details- 
LockInfoWithResourceUriToElementConverterFactorypublic LockInfoWithResourceUriToElementConverterFactory(org.springframework.web.context.WebApplicationContext applicationContext, WebdavLockSupport lockSupport, WebdavPreconditions wp, WebdavTools wt) 
 
- 
- 
Method Details- 
createInstance- Specified by:
- createInstancein class- org.springframework.beans.factory.config.AbstractFactoryBean<LockInfoWithResourceUriToElementConverter>
 
- 
retrieveConversionServiceprotected org.springframework.core.convert.ConversionService retrieveConversionService(org.springframework.web.context.WebApplicationContext applicationContext) 
- 
getObjectType- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean<LockInfoWithResourceUriToElementConverter>
- Specified by:
- getObjectTypein class- org.springframework.beans.factory.config.AbstractFactoryBean<LockInfoWithResourceUriToElementConverter>
 
- 
isSingletonpublic boolean isSingleton()- Specified by:
- isSingletonin interface- org.springframework.beans.factory.FactoryBean<LockInfoWithResourceUriToElementConverter>
- Overrides:
- isSingletonin class- org.springframework.beans.factory.config.AbstractFactoryBean<LockInfoWithResourceUriToElementConverter>
 
 
-