Class PropertyExpanderContextBasedProperties


  • public final class PropertyExpanderContextBasedProperties
    extends java.lang.Object
    Context based properties bind to the local thread.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Properties get()
      Gets the context based properties bound on current thread.
      static void set​(java.util.Properties properties)
      Sets the context based properties bound on current thread.
      static void unset()
      Unset
      • Methods inherited from class java.lang.Object

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

      • get

        public static java.util.Properties get()
        Gets the context based properties bound on current thread.
        Returns:
        the context based properties bound on current thread.
      • set

        public static void set​(java.util.Properties properties)
        Sets the context based properties bound on current thread.
        Parameters:
        properties - the context based properties bound on current thread.
      • unset

        public static void unset()
        Unset