Class HybrisPropertiesFactory
java.lang.Object
de.hybris.platform.servicelayer.config.impl.HybrisPropertiesFactory
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Properties>
- Direct Known Subclasses:
TestHybrisPropertiesFactory
public class HybrisPropertiesFactory
extends Object
implements org.springframework.beans.factory.FactoryBean<Properties>
Factory providing a
Properties instance containing all hybris properties.-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HybrisPropertiesFactory
public HybrisPropertiesFactory()
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<Properties>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Properties>
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Properties>
-