Package nablarch.fw.web.handler
Class HttpAccessLogFormatter.MethodItem
java.lang.Object
nablarch.fw.web.handler.HttpAccessLogFormatter.MethodItem
- All Implemented Interfaces:
LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Enclosing class:
- HttpAccessLogFormatter
public static class HttpAccessLogFormatter.MethodItem
extends Object
implements LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
HTTPメソッドを取得するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionHTTPメソッドを取得する。
-
Constructor Details
-
MethodItem
public MethodItem()
-
-
Method Details
-
get
HTTPメソッドを取得する。- Specified by:
get
in interfaceLogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Parameters:
context
- HttpAccessLogContext- Returns:
- HTTPメソッド
-