Class HybrisPropertiesFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<java.util.Properties>
    Direct Known Subclasses:
    TestHybrisPropertiesFactory

    public class HybrisPropertiesFactory
    extends java.lang.Object
    implements org.springframework.beans.factory.FactoryBean<java.util.Properties>
    Factory providing a Properties instance containing all hybris properties.
    • Field Summary

      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Properties getObject()  
      java.lang.Class<?> getObjectType()  
      boolean isSingleton()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HybrisPropertiesFactory

        public HybrisPropertiesFactory()
    • Method Detail

      • getObject

        public java.util.Properties getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<java.util.Properties>
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<java.util.Properties>
      • getObjectType

        public java.lang.Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<java.util.Properties>