org.soybeanMilk.web.servlet
类 DispatchServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.soybeanMilk.web.servlet.DispatchServlet
- 所有已实现的接口:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class DispatchServlet
- extends javax.servlet.http.HttpServlet
框架整合servlet,它可以将WEB请求转给WEB执行器
- 作者:
- earthAngry@gmail.com
- 另请参见:
- 序列化表格
| 从类 javax.servlet.http.HttpServlet 继承的方法 |
service |
| 从类 javax.servlet.GenericServlet 继承的方法 |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| 从类 java.lang.Object 继承的方法 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DispatchServlet
public DispatchServlet()
getWebExecutor
public WebExecutor getWebExecutor()
setWebExecutor
public void setWebExecutor(WebExecutor webExecutor)
getWebObjectSourceFactory
public WebObjectSourceFactory getWebObjectSourceFactory()
setWebObjectSourceFactory
public void setWebObjectSourceFactory(WebObjectSourceFactory webObjectSourceFactory)
getEncoding
public java.lang.String getEncoding()
setEncoding
public void setEncoding(java.lang.String encoding)
getAppExecutorKey
public java.lang.String getAppExecutorKey()
setAppExecutorKey
public void setAppExecutorKey(java.lang.String appExecutorKey)
destroy
public void destroy()
- 指定者:
- 接口
javax.servlet.Servlet 中的 destroy - 覆盖:
- 类
javax.servlet.GenericServlet 中的 destroy
init
public void init()
throws javax.servlet.ServletException
- 覆盖:
- 类
javax.servlet.GenericServlet 中的 init
- 抛出:
javax.servlet.ServletException