Package nablarch.fw.web.handler
Class HttpAccessLogFormatter.QueryStringItem
java.lang.Object
nablarch.fw.web.handler.HttpAccessLogFormatter.QueryStringItem
- All Implemented Interfaces:
LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Enclosing class:
- HttpAccessLogFormatter
public static class HttpAccessLogFormatter.QueryStringItem
extends Object
implements LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
クエリ文字列を取得するクラス。
クエリ文字列があれば"?"を含めクエリ文字列を取得する。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionクエリ文字列を取得する。 クエリ文字列があれば"?"を含めクエリ文字列を取得する。
-
Constructor Details
-
QueryStringItem
public QueryStringItem()
-
-
Method Details
-
get
クエリ文字列を取得する。 クエリ文字列があれば"?"を含めクエリ文字列を取得する。- Specified by:
get
in interfaceLogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Parameters:
context
- HttpAccessLogContext- Returns:
- クエリ文字列
-