jfinal enjoy 3.5
This commit is contained in:
@@ -73,6 +73,8 @@ public class Output extends Stat {
|
||||
}
|
||||
} catch(TemplateException e) {
|
||||
throw e;
|
||||
} catch(ParseException e) {
|
||||
throw e;
|
||||
} catch(Exception e) {
|
||||
throw new TemplateException(e.getMessage(), location, e);
|
||||
}
|
||||
|
@@ -27,7 +27,7 @@ import com.jfinal.template.stat.ParseException;
|
||||
import com.jfinal.template.stat.Scope;
|
||||
|
||||
/**
|
||||
* SetLocal 设置全局变量,全局作用域是指本次请求的整个 template
|
||||
* SetGlobal 设置全局变量,全局作用域是指本次请求的整个 template
|
||||
*
|
||||
* 适用于极少数的在内层作用域中希望直接操作顶层作用域的场景
|
||||
*/
|
||||
|
Reference in New Issue
Block a user