public class ActionReporter extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static int |
maxOutputLengthOfParaValue |
protected static boolean |
reportAfterInvocation |
protected static ThreadLocal<SimpleDateFormat> |
sdf |
protected static String |
title |
protected static Writer |
writer |
| 构造器和说明 |
|---|
ActionReporter() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isReportAfterInvocation(javax.servlet.http.HttpServletRequest request) |
void |
report(String target,
Controller controller,
Action action)
Report the action
|
static void |
setMaxOutputLengthOfParaValue(int maxOutputLengthOfParaValue) |
static void |
setReportAfterInvocation(boolean reportAfterInvocation) |
static void |
setWriter(Writer writer) |
protected static boolean reportAfterInvocation
protected static int maxOutputLengthOfParaValue
protected static Writer writer
protected static final ThreadLocal<SimpleDateFormat> sdf
public static void setReportAfterInvocation(boolean reportAfterInvocation)
public static void setMaxOutputLengthOfParaValue(int maxOutputLengthOfParaValue)
public static void setWriter(Writer writer)
public boolean isReportAfterInvocation(javax.servlet.http.HttpServletRequest request)
public void report(String target, Controller controller, Action action)
Copyright © 2022. All rights reserved.