隨筆-295  評論-26  文章-1  trackbacks-0
          public abstract class HttpServletBean
          extends HttpServlet
          		

          Simple extension of HttpServlet which treats its config parameters (init-param entries within the servlet tag in web.xml) as bean properties.

          HttpServlet的簡單擴展用來處理 (init-param)in the web.xml
          A handy superclass for any type of servlet. Type conversion of config parameters is automatic, with the corresponding setter method getting invoked with the converted value. It is also possible for subclasses to specify required properties. Parameters without matching bean property setter will simply be ignored.

          This servlet leaves request handling to subclasses, inheriting the default behavior of HttpServlet (doGet, doPost, etc).

          This generic servlet base class has no dependency on the Spring ApplicationContext concept. Simple servlets usually don't load their own context but rather access service beans from the Spring root application context, accessible via the filter's ServletContext (see WebApplicationContextUtils).

          The FrameworkServlet class is a more specific servlet base class which loads its own application context. FrameworkServlet serves as direct base class of Spring's full-fledged DispatcherServlet.

          public abstract class FrameworkServlet
          extends HttpServletBean
          implements ApplicationListener
          		

          Base servlet for Spring's web framework. Provides integration with a Spring application context, in a JavaBean-based overall solution.

          spring web Framework的基礎 servlet? ,提供在以javabean為基礎的整體解決方案已完成與spring應用上下文的集成
          This class offers the following functionality:
          1.管理一個servlet一個網(wǎng)絡應用上下文實例,這個servlet的配置由servlet命名空間里的bean來決定
          2.根據(jù)請求處理發(fā)布事件,是否請求成功的被處理了

          • Manages a WebApplicationContext instance per servlet. The servlet's configuration is determined by beans in the servlet's namespace.
          • Publishes events on request processing, whether or not a request is successfully handled.

          Subclasses must implement doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) to handle requests. Because this extends HttpServletBean rather than HttpServlet directly, bean properties are automatically mapped onto it. Subclasses can override initFrameworkServlet() for custom initialization.

          因為它繼承自httpservletBean 所以bean的屬性已經(jīng)被自動的裝配了,子類可以通過覆蓋initFrameworkServlet來定制初始化bean

          Detects a "contextClass" parameter at the servlet init-param level, falling back to the default context class, XmlWebApplicationContext, if not found. Note that, with the default FrameworkServlet, a custom context class needs to implement the ConfigurableWebApplicationContext SPI.

          Passes a "contextConfigLocation" servlet init-param to the context instance, parsing it into potentially multiple file paths which can be separated by any number of commas and spaces, like "test-servlet.xml, myServlet.xml". If not explicitly specified, the context implementation is supposed to build a default location from the namespace of the servlet.

          Note: In case of multiple config locations, later bean definitions will override ones defined in earlier loaded files, at least when using Spring's default ApplicationContext implementation. This can be leveraged to deliberately override certain bean definitions via an extra XML file.

          The default namespace is "'servlet-name'-servlet", e.g. "test-servlet" for a servlet-name "test" (leading to a "/WEB-INF/test-servlet.xml" default location with XmlWebApplicationContext). The namespace can also be set explicitly via the "namespace" servlet init-param.



          大盤預測 國富論
          posted on 2007-08-29 10:13 華夢行 閱讀(685) 評論(0)  編輯  收藏 所屬分類: Spring
          主站蜘蛛池模板: 阿尔山市| 西林县| 景谷| 仁怀市| 天津市| 手机| 张家界市| 寻甸| 郴州市| 垣曲县| 秭归县| 定边县| 浑源县| 巴南区| 宜兰市| 玉门市| 泽州县| 五寨县| 延长县| 灵山县| 上思县| 宁陵县| 高淳县| 桂林市| 安阳县| 南汇区| 河曲县| 曲靖市| 将乐县| 略阳县| 绥芬河市| 体育| 监利县| 仁怀市| 承德县| 缙云县| 连平县| 云林县| 榆社县| 锡林郭勒盟| 云霄县|