Package nablarch.fw.web.handler
Class HttpAccessLogFormatter.ContentPathItem
java.lang.Object
nablarch.fw.web.handler.HttpAccessLogFormatter.ContentPathItem
- All Implemented Interfaces:
LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Enclosing class:
- HttpAccessLogFormatter
public static class HttpAccessLogFormatter.ContentPathItem
extends Object
implements LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
コンテンツパスを取得するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionコンテンツパスを取得する。
-
Constructor Details
-
ContentPathItem
public ContentPathItem()
-
-
Method Details
-
get
コンテンツパスを取得する。- Specified by:
get
in interfaceLogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Parameters:
context
- HttpAccessLogContext- Returns:
- コンテンツパス
-