Class JndiPropertiesFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<Properties>, org.springframework.beans.factory.InitializingBean

    public class JndiPropertiesFactoryBean
    extends SystemPropertiesFactoryBean
    An extended SystemPropertiesFactoryBean that allows properties to be set through JNDI entries in java:comp/env/properties/*. The precedence given to system properties is still as per the superclass.
    Author:
    dward
    • Constructor Detail

      • JndiPropertiesFactoryBean

        public JndiPropertiesFactoryBean()