org.soybeanMilk.web
类 DefaultWebExecutor
java.lang.Object
org.soybeanMilk.core.DefaultExecutor
org.soybeanMilk.web.DefaultWebExecutor
- 所有已实现的接口:
- Executor, WebExecutor
public class DefaultWebExecutor
- extends DefaultExecutor
- implements WebExecutor
Web执行器的默认实现。
- 作者:
- earthAngry@gmail.com
| 从类 java.lang.Object 继承的方法 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultWebExecutor
public DefaultWebExecutor()
DefaultWebExecutor
public DefaultWebExecutor(WebConfiguration configuration)
setConfiguration
public void setConfiguration(Configuration configuration)
- 覆盖:
- 类
DefaultExecutor 中的 setConfiguration
getWebConfiguration
public WebConfiguration getWebConfiguration()
- 从接口
WebExecutor 复制的描述
- 获取Web配置信息。
- 指定者:
- 接口
WebExecutor 中的 getWebConfiguration
- 返回:
setWebConfiguration
public void setWebConfiguration(WebConfiguration webConfiguration)
getVariablePathMatcher
public VariablePathMatcher getVariablePathMatcher()
- 获取此执行器使用的变量路径匹配器。
- 返回:
execute
public void execute(java.lang.String executableName,
WebObjectSource webObjSource)
throws ExecuteException,
ExecutableNotFoundException,
javax.servlet.ServletException,
java.io.IOException
- 从接口
WebExecutor 复制的描述
- 执行,如果要执行的可执行对象是Web动作,此方法还要处理其目标。
- 指定者:
- 接口
WebExecutor 中的 execute
- 参数:
executableName - 可执行对象名,通常是请求URL。webObjSource - Web对象源
- 抛出:
ExecuteException
ExecutableNotFoundException
javax.servlet.ServletException
java.io.IOException