public class InternalRequestIdAttribute extends RequestIdAttribute
コンストラクタと説明 |
---|
InternalRequestIdAttribute() |
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.String |
getKey()
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
|
getValue
public java.lang.String getKey()
ThreadContext.REQUEST_ID_KEY
を使用する。
getKey
インタフェース内 ThreadContextAttribute<Request<?>>
getKey
クラス内 RequestIdAttribute