org.soybeanMilk.web
接口 WebExecutor

所有超级接口:
Executor
所有已知实现类:
DefaultWebExecutor

public interface WebExecutor
extends Executor

Web执行器。

作者:
earthAngry@gmail.com

方法摘要
 void execute(java.lang.String executableName, WebObjectSource webObjSource)
          执行,如果要执行的可执行对象Web动作,此方法还要处理其目标
 WebConfiguration getWebConfiguration()
          获取Web配置信息。
 
从接口 org.soybeanMilk.core.Executor 继承的方法
execute, execute, getConfiguration
 

方法详细信息

getWebConfiguration

WebConfiguration getWebConfiguration()
获取Web配置信息。

返回:

execute

void execute(java.lang.String executableName,
             WebObjectSource webObjSource)
             throws ExecuteException,
                    ExecutableNotFoundException,
                    javax.servlet.ServletException,
                    java.io.IOException
执行,如果要执行的可执行对象Web动作,此方法还要处理其目标

参数:
executableName - 可执行对象名,通常是请求URL。
webObjSource - Web对象源
抛出:
ExecuteException
ExecutableNotFoundException
javax.servlet.ServletException
java.io.IOException