|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 WebObjectSource 的软件包 | |
|---|---|
| org.soybeanMilk.web | |
| org.soybeanMilk.web 中 WebObjectSource 的使用 |
|---|
| 参数类型为 WebObjectSource 的 org.soybeanMilk.web 中的方法 | |
|---|---|
void |
WebExecutor.execute(WebObjectSource objSource)
执行,它根据请求查找可执行对象并执行对应的动作;如果配置了异常处理器,它还会处理可能出现的异常 |
protected Executable |
WebExecutor.findRequestExecutable(WebObjectSource objSource)
查找处理请求的可执行对象, WebExecutor.execute(WebObjectSource)使用这个方法来确定哪个可执行对象来处理该请求 |
protected void |
WebExecutor.handleException(Executable causeExe,
WebObjectSource objSource,
ExecuteException exception)
处理执行异常 |
protected void |
WebExecutor.processTarget(Executable executable,
WebObjectSource objSource)
处理可执行对象的目标 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||