Class PrefabThreadLocalContextManager


  • @Service
    public class PrefabThreadLocalContextManager
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearContext()  
      org.springframework.context.ApplicationContext getContext()  
      void setContext​(org.springframework.context.ApplicationContext applicationContext)  
      • Methods inherited from class java.lang.Object

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

      • PrefabThreadLocalContextManager

        public PrefabThreadLocalContextManager()
    • Method Detail

      • getContext

        public org.springframework.context.ApplicationContext getContext()
      • setContext

        public void setContext​(org.springframework.context.ApplicationContext applicationContext)
      • clearContext

        public void clearContext()