public class ActionReporter extends Object
Constructor and Description |
---|
ActionReporter() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isReportAfterInvocation(javax.servlet.http.HttpServletRequest request) |
static 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) |
public static void setReportAfterInvocation(boolean reportAfterInvocation)
public static void setMaxOutputLengthOfParaValue(int maxOutputLengthOfParaValue)
public static void setWriter(Writer writer)
public static boolean isReportAfterInvocation(javax.servlet.http.HttpServletRequest request)
public static final void report(String target, Controller controller, Action action)
Copyright © 2018. All rights reserved.