org.soybeanMilk.web.servlet
接口 WebObjectSourceFactory
public interface WebObjectSourceFactory
WEB对象源工厂,DispatchServlet使用它来为请求创建WEB对象源。
- 作者:
- earthAngry@gmail.com
|
方法摘要 |
WebObjectSource |
create(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext application)
为请求创建WEB对象源 |
create
WebObjectSource create(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext application)
- 为请求创建WEB对象源
- 参数:
request - response - application -
- 返回: