Package nablarch.fw.web.handler
Class HttpAccessLogFormatter.ParametersItem
java.lang.Object
nablarch.core.log.MaskingMapItemSupport<HttpAccessLogFormatter.HttpAccessLogContext>
nablarch.fw.web.handler.HttpAccessLogFormatter.ParametersItem
- All Implemented Interfaces:
LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Enclosing class:
- HttpAccessLogFormatter
public static class HttpAccessLogFormatter.ParametersItem
extends MaskingMapItemSupport<HttpAccessLogFormatter.HttpAccessLogContext>
リクエストパラメータを取得するクラス。
-
Constructor Summary
ConstructorDescriptionParametersItem
(char maskingChar, Pattern[] maskingPatterns, String paramSeparator) コンストラクタ。 -
Method Summary
Modifier and TypeMethodDescriptionコンテキストからマップを取得する。Methods inherited from class nablarch.core.log.MaskingMapItemSupport
get
-
Constructor Details
-
ParametersItem
コンストラクタ。- Parameters:
maskingChar
- マスク文字maskingPatterns
- マスク対象のパターンparamSeparator
- パラメータ間の区切り文字
-
-
Method Details
-
getMap
コンテキストからマップを取得する。}- Specified by:
getMap
in classMaskingMapItemSupport<HttpAccessLogFormatter.HttpAccessLogContext>
- Parameters:
context
- ログの出力項目の取得に使用するコンテキスト- Returns:
- マップ
-