Class PropertyLoaderKF

  • All Implemented Interfaces:
    ej.property.PropertyLoader

    public class PropertyLoaderKF
    extends ej.property.loader.CompositePropertyLoader
    Defines the order of the property loading resolution:
    1. the properties defined locally in the application or kernel.
    2. the properties registered locally in the instance of property registry.
    3. the properties shared in the instance of the shared registry.
    4. the properties defined globally in the system properties.
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyLoaderKF()
      Creates the property loader.
    • Method Summary

      • Methods inherited from class ej.property.loader.CompositePropertyLoader

        addPropertyLoader, getProperty, getProperty
      • Methods inherited from class java.lang.Object

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

      • PropertyLoaderKF

        public PropertyLoaderKF()
        Creates the property loader.