|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface WebExecutor
Web执行器。
| 方法摘要 | |
|---|---|
void |
execute(java.lang.String executableName,
WebObjectSource webObjSource)
执行,如果要执行的可执行对象是Web动作,此方法还要处理其目标。 |
WebConfiguration |
getWebConfiguration()
获取Web配置信息。 |
| 从接口 org.soybeanMilk.core.Executor 继承的方法 |
|---|
execute, execute, getConfiguration |
| 方法详细信息 |
|---|
WebConfiguration getWebConfiguration()
void execute(java.lang.String executableName,
WebObjectSource webObjSource)
throws ExecuteException,
ExecutableNotFoundException,
javax.servlet.ServletException,
java.io.IOException
executableName - 可执行对象名,通常是请求URL。webObjSource - Web对象源
ExecuteException
ExecutableNotFoundException
javax.servlet.ServletException
java.io.IOException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||