public static class HttpAccessLogFormatter.SessionScopeItem extends MaskingMapItemSupport<HttpAccessLogFormatter.HttpAccessLogContext>
Constructor and Description |
---|
SessionScopeItem(char maskingChar,
java.util.regex.Pattern[] maskingPatterns,
java.lang.String varSeparator)
コンストラクタ。
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,?> |
getMap(HttpAccessLogFormatter.HttpAccessLogContext context)
コンテキストからマップを取得する。
|
get
public SessionScopeItem(char maskingChar, java.util.regex.Pattern[] maskingPatterns, java.lang.String varSeparator)
maskingChar
- マスク文字maskingPatterns
- マスク対象のパターンvarSeparator
- 変数間の区切り文字protected java.util.Map<java.lang.String,?> getMap(HttpAccessLogFormatter.HttpAccessLogContext context)
getMap
in class MaskingMapItemSupport<HttpAccessLogFormatter.HttpAccessLogContext>
context
- ログの出力項目の取得に使用するコンテキスト