Package org.cyclos.impl.storage
Class StoredFileContentManagerFactoryBean
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<T>
-
- org.cyclos.impl.utils.BaseFactoryBeanFromProperties<StoredFileContentManager>
-
- org.cyclos.impl.storage.StoredFileContentManagerFactoryBean
-
- All Implemented Interfaces:
Aware,BeanClassLoaderAware,BeanFactoryAware,DisposableBean,FactoryBean<StoredFileContentManager>,InitializingBean
@Component public class StoredFileContentManagerFactoryBean extends BaseFactoryBeanFromProperties<StoredFileContentManager>
A component which registers theStoredFileHandleron the application context
-
-
Field Summary
-
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
Constructors Constructor Description StoredFileContentManagerFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringresolveClassFromProperties(CyclosProperties cyclosProperties)-
Methods inherited from class org.cyclos.impl.utils.BaseFactoryBeanFromProperties
createInstance, destroyInstance, getObjectType, setSingleton
-
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory
-
-
-
-
Method Detail
-
resolveClassFromProperties
protected String resolveClassFromProperties(CyclosProperties cyclosProperties)
- Specified by:
resolveClassFromPropertiesin classBaseFactoryBeanFromProperties<StoredFileContentManager>
-
-