Package 

Class RequestContextStore

  • All Implemented Interfaces:
    cn.cloudself.query.config.Store

    
    public final class RequestContextStore
     implements Store
                        

    spring RequestContextHolder 实现的 Store, 用于存储request级的配置。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object get(String key)
      Unit set(String key, Object value)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait