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

构造方法摘要
DefaultWebExecutor()
           
DefaultWebExecutor(WebConfiguration configuration)
           
 
方法摘要
 void execute(java.lang.String executableName, WebObjectSource webObjSource)
          执行,如果要执行的可执行对象Web动作,此方法还要处理其目标
 VariablePathMatcher getVariablePathMatcher()
          获取此执行器使用的变量路径匹配器
 WebConfiguration getWebConfiguration()
          获取Web配置信息。
 void setConfiguration(Configuration configuration)
           
 void setWebConfiguration(WebConfiguration webConfiguration)
           
 
从类 org.soybeanMilk.core.DefaultExecutor 继承的方法
execute, execute, getConfiguration
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.soybeanMilk.core.Executor 继承的方法
execute, execute, getConfiguration
 

构造方法详细信息

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