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 SummaryConstructorsConstructorDescriptionParametersItem(char maskingChar, Pattern[] maskingPatterns, String paramSeparator) コンストラクタ。
- 
Method SummaryModifier and TypeMethodDescriptionコンテキストからマップを取得する。Methods inherited from class nablarch.core.log.MaskingMapItemSupportget
- 
Constructor Details- 
ParametersItemコンストラクタ。- Parameters:
- maskingChar- マスク文字
- maskingPatterns- マスク対象のパターン
- paramSeparator- パラメータ間の区切り文字
 
 
- 
- 
Method Details- 
getMapDescription copied from class:MaskingMapItemSupportコンテキストからマップを取得する。- Specified by:
- getMapin class- MaskingMapItemSupport<JaxRsAccessLogFormatter.JaxRsAccessLogContext>
- Parameters:
- context- ログの出力項目の取得に使用するコンテキスト
- Returns:
- マップ
 
 
-