Class InternalRequestIdAttribute
java.lang.Object
nablarch.common.handler.threadcontext.RequestIdAttribute
nablarch.common.handler.threadcontext.InternalRequestIdAttribute
- All Implemented Interfaces:
ThreadContextAttribute<Request<?>>
内部リクエストIDを保持するスレッドコンテキスト属性。
-
Constructor Summary
-
Method Summary
Methods inherited from class nablarch.common.handler.threadcontext.RequestIdAttribute
getValue
-
Constructor Details
-
InternalRequestIdAttribute
public InternalRequestIdAttribute()
-
-
Method Details
-
getKey
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。ThreadContext.REQUEST_ID_KEY
を使用する。- Specified by:
getKey
in interfaceThreadContextAttribute<Request<?>>
- Overrides:
getKey
in classRequestIdAttribute
- Returns:
- プロパティのキー名
-