Package nablarch.fw.jaxrs
Class JaxRsAccessLogFormatter.SessionScopeItem
java.lang.Object
nablarch.core.log.MaskingMapItemSupport<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
nablarch.fw.jaxrs.JaxRsAccessLogFormatter.SessionScopeItem
- All Implemented Interfaces:
LogItem<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
- Enclosing class:
- JaxRsAccessLogFormatter
public static class JaxRsAccessLogFormatter.SessionScopeItem
extends MaskingMapItemSupport<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
セッションスコープ情報を取得するクラス。
-
Constructor Summary
ConstructorDescriptionSessionScopeItem
(char maskingChar, Pattern[] maskingPatterns, String varSeparator) コンストラクタ。 -
Method Summary
Modifier and TypeMethodDescriptionコンテキストからマップを取得する。Methods inherited from class nablarch.core.log.MaskingMapItemSupport
get
-
Constructor Details
-
SessionScopeItem
コンストラクタ。- Parameters:
maskingChar
- マスク文字maskingPatterns
- マスク対象のパターンvarSeparator
- 変数間の区切り文字
-
-
Method Details
-
getMap
Description copied from class:MaskingMapItemSupport
コンテキストからマップを取得する。- Specified by:
getMap
in classMaskingMapItemSupport<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
- Parameters:
context
- ログの出力項目の取得に使用するコンテキスト- Returns:
- マップ
-