Class HttpAccessLogHandler

java.lang.Object
nablarch.common.web.handler.HttpAccessLogHandler
All Implemented Interfaces:
Handler<HttpRequest,HttpResponse>

public class HttpAccessLogHandler extends Object implements Handler<HttpRequest,HttpResponse>
HTTPアクセスログを出力するクラス。
 ロガー名は"HTTP_ACCESS"を使用し、INFOレベルで出力する。
 handle(HttpRequest, ExecutionContext)メソッドの引数ExecutionContextは、
 リクエスト情報を取得するためにServletExecutionContextにダウンキャストして使用する。