类 ExecutionContextUserSupport

    • 方法详细资料

      • getName

        protected java.lang.String getName()
        返回:
        name used to uniquely identify this instance's entries in shared context.
      • setName

        public void setName​(java.lang.String name)
        参数:
        name - unique name used to create execution context keys.
      • getKey

        public java.lang.String getKey​(java.lang.String suffix)
        Prefix the argument with getName() to create a unique key that can be safely used to identify data stored in ExecutionContext.
        参数:
        suffix - String to be used to generate the key.
        返回:
        the key that was generated based on the name and the suffix.