| 程序包 | 说明 |
|---|---|
| org.noear.solonjt.executor |
| 限定符和类型 | 方法和说明 |
|---|---|
static AFileModel |
ExecutorFactory.fileGet(String path)
获取文件
|
AFileModel |
IExecutorFactoryAdapter.fileGet(String path) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
ExecutorFactory.call(String name,
AFileModel file,
org.noear.solon.core.XContext ctx,
Map<String,Object> model,
boolean outString)
执行一个文件并返回
|
static void |
ExecutorFactory.errorLog(AFileModel file,
String msg,
Throwable err)
记录日志
|
void |
IExecutorFactoryAdapter.errorLog(AFileModel file,
String msg,
Throwable err) |
static void |
ExecutorFactory.exec(String name,
AFileModel file,
org.noear.solon.core.XContext ctx)
执行一个文件并输出(jsx 或 ftl)
|
Object |
IJtExecutor.exec(String name,
AFileModel file,
org.noear.solon.core.XContext ctx,
Map<String,Object> model,
boolean outString)
执行
|
Object |
ExecutorEntity.exec(String name,
AFileModel file,
org.noear.solon.core.XContext ctx,
Map<String,Object> model,
boolean outString) |
static Object |
ExecutorFactory.execOnly(AFileModel file,
org.noear.solon.core.XContext ctx)
纯执行一个js文件(一般用于执行拦截器 或任务)
|
boolean |
IJtExecutor.preLoad(String name,
AFileModel file)
预加载代码
|
boolean |
ExecutorEntity.preLoad(String name,
AFileModel file) |
Copyright © 2019. All rights reserved.