Class RestApplication


  • public class RestApplication
    extends Application
    LumisXP built-in REST application.
    Since:
    6.1.0
    Version:
    $Revision: 24458 $ $Date: 2021-04-16 15:12:30 -0300 (Fri, 16 Apr 2021) $
    • Constructor Detail

      • RestApplication

        public RestApplication()
    • Method Detail

      • getRestContext

        public static Map<String,​Object> getRestContext()
        Return the current thread local.
        Since:
        6.1.0
      • cleanUpThreadLocal

        public static void cleanUpThreadLocal()
        Clean up the current thread local.
        Since:
        6.1.0
      • setRestContext

        public static void setRestContext​(Map<String,​Object> value)
        Sets a list of preferences of the user on the thread local.
        Since:
        6.1.0
      • getMonitorHelper

        public static MonitorHelper getMonitorHelper()