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