Package nablarch.fw.web.handler
Class HttpAccessLogFormatter.ClientIpAddressItem
java.lang.Object
nablarch.fw.web.handler.HttpAccessLogFormatter.ClientIpAddressItem
- All Implemented Interfaces:
LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Enclosing class:
- HttpAccessLogFormatter
public static class HttpAccessLogFormatter.ClientIpAddressItem
extends Object
implements LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
クライアント端末IPアドレスを取得するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionクライアント端末IPアドレスを取得する。
-
Constructor Details
-
ClientIpAddressItem
public ClientIpAddressItem()
-
-
Method Details
-
get
クライアント端末IPアドレスを取得する。- Specified by:
get
in interfaceLogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Parameters:
context
- HttpAccessLogContext- Returns:
- クライアント端末IPアドレス
-