Package nablarch.fw.jaxrs
Class JaxRsAccessLogFormatter.ParametersItem
java.lang.Object
nablarch.core.log.MaskingMapItemSupport<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ParametersItem
- All Implemented Interfaces:
LogItem<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
- Enclosing class:
- JaxRsAccessLogFormatter
public static class JaxRsAccessLogFormatter.ParametersItem
extends MaskingMapItemSupport<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
リクエストパラメータを取得するクラス。
-
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
Description copied from class:MaskingMapItemSupport
コンテキストからマップを取得する。- Specified by:
getMap
in classMaskingMapItemSupport<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
- Parameters:
context
- ログの出力項目の取得に使用するコンテキスト- Returns:
- マップ
-