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 Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.web.context.WebApplicationContextprotected WebdavLockSupportprotected WebdavPreconditionsprotected WebdavToolsFields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
loggerFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE - 
Constructor Summary
ConstructorsConstructorDescriptionLockInfoWithResourceUriToElementConverterFactory(org.springframework.web.context.WebApplicationContext applicationContext, WebdavLockSupport lockSupport, WebdavPreconditions wp, WebdavTools wt)  - 
Method Summary
Modifier and TypeMethodDescriptionClass<?>booleanprotected org.springframework.core.convert.ConversionServiceretrieveConversionService(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 - 
lockSupport
 - 
wp
 - 
wt
 
 - 
 - 
Constructor Details
- 
LockInfoWithResourceUriToElementConverterFactory
public LockInfoWithResourceUriToElementConverterFactory(org.springframework.web.context.WebApplicationContext applicationContext, WebdavLockSupport lockSupport, WebdavPreconditions wp, WebdavTools wt)  
 - 
 - 
Method Details
- 
createInstance
- Specified by:
 createInstancein classorg.springframework.beans.factory.config.AbstractFactoryBean<LockInfoWithResourceUriToElementConverter>
 - 
retrieveConversionService
protected org.springframework.core.convert.ConversionService retrieveConversionService(org.springframework.web.context.WebApplicationContext applicationContext)  - 
getObjectType
- Specified by:
 getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<LockInfoWithResourceUriToElementConverter>- Specified by:
 getObjectTypein classorg.springframework.beans.factory.config.AbstractFactoryBean<LockInfoWithResourceUriToElementConverter>
 - 
isSingleton
public boolean isSingleton()- Specified by:
 isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<LockInfoWithResourceUriToElementConverter>- Overrides:
 isSingletonin classorg.springframework.beans.factory.config.AbstractFactoryBean<LockInfoWithResourceUriToElementConverter>
 
 -