隨筆-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一個網絡應用上下文實例,這個servlet的配置由servlet命名空間里的bean來決定
          2.根據請求處理發布事件,是否請求成功的被處理了

          • 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的屬性已經被自動的裝配了,子類可以通過覆蓋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
          主站蜘蛛池模板: 锡林郭勒盟| 开封市| 东乡县| 聊城市| 安陆市| 阳城县| 苏尼特左旗| 兴化市| 崇明县| 黑山县| 前郭尔| 河西区| 定西市| 安康市| 崇信县| 富源县| 百色市| 上高县| 九龙县| 固始县| 孝昌县| 长阳| 连州市| 丹阳市| 旬阳县| 惠安县| 宜君县| 安国市| 汉川市| 开远市| 梅河口市| 泽州县| 普兰店市| 绵竹市| 两当县| 棋牌| 柯坪县| 阿尔山市| 九龙坡区| 鲁甸县| 谷城县|