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