Browse Source

添加 DEFAULT_ACTION_REPORTER

James 5 years ago
parent
commit
0fc6e0212c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/java/com/jfinal/core/Const.java

+ 2 - 0
src/main/java/com/jfinal/core/Const.java

@@ -55,6 +55,8 @@ public interface Const {
 	
 	ControllerFactory DEFAULT_CONTROLLER_FACTORY = new ControllerFactory();
 	
+	ActionReporter DEFAULT_ACTION_REPORTER = new ActionReporter();
+	
 	boolean DEFAULT_INJECT_DEPENDENCY = false;
 }