public interface IJtExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
del(String name)
删除代码缓存
|
void |
delAll()
删除所有代码缓存
|
Object |
exec(String name,
AFileModel file,
org.noear.solon.core.XContext ctx,
Map<String,Object> model,
boolean outString)
执行
|
boolean |
isLoaded(String name)
是否已加载
|
String |
language()
支持语言
|
boolean |
preLoad(String name,
AFileModel file)
预加载代码
|
String language()
Object exec(String name, AFileModel file, org.noear.solon.core.XContext ctx, Map<String,Object> model, boolean outString) throws Exception
Exceptionvoid del(String name)
void delAll()
boolean isLoaded(String name)
boolean preLoad(String name, AFileModel file) throws Exception
ExceptionCopyright © 2019. All rights reserved.