public class BeetlJtExecutor extends Object implements 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) |
boolean |
put(String name,
AFileModel file) |
void |
sharedSet(String name,
Object obj) |
static BeetlJtExecutor |
singleton() |
public static BeetlJtExecutor singleton()
public boolean put(String name, AFileModel file)
public String language()
language 在接口中 IJtExecutorpublic boolean isLoaded(String name)
isLoaded 在接口中 IJtExecutorpublic boolean preLoad(String name, AFileModel file) throws Exception
preLoad 在接口中 IJtExecutorExceptionpublic void del(String name)
del 在接口中 IJtExecutorpublic void delAll()
delAll 在接口中 IJtExecutorpublic Object exec(String name, AFileModel file, org.noear.solon.core.XContext ctx, Map<String,Object> model, boolean outString) throws Exception
exec 在接口中 IJtExecutorExceptionCopyright © 2019. All rights reserved.