Spring Framework 2.5.6 ChangelogServlet/PortletContextResource accept path with leading "/..." part as well (as * DispatcherServlet removes error-view-driven servlet request attributes after * exposed "getParamName()" access from child threads in order to not touch the request object after request completion * DispatcherServlet exposes the Servlet spec's error attributes to error views (for JSP error page compatibility) init-param (analogous to DispatcherServlet) * HttpRequestHandlerServlet translates HttpRequestMethodNotSupportedException into HTTP status code 405 * DispatcherServlet translates HttpRequestM0 码力 | 106 页 | 302.13 KB | 2 年前3
Spring Framwork Web on Servlet Stack v5.3.36 SNAPSHOTServlet Stack Version 5.3.36-SNAPSHOT ## Table of Contents 1. Spring Web MVC ..... 2 1.1. DispatcherServlet ..... 2 1.1.1. Context Hierarchy ..... 4 1.1.2. Special Bean Types ..... 7 1.1.3. Web Wiki. #### 1.1. DispatcherServlet ## WebFlux Spring MVC, as many other web frameworks, is designed around the front controller pattern where a central Servlet, the DispatcherServlet, provides a shared workflows. The DispatcherServlet, as any Servlet, needs to be declared and mapped according to the Servlet specification by using Java configuration or in web.xml. In turn, the DispatcherServlet uses Spring0 码力 | 259 页 | 3.58 MB | 2 年前3
Spring MVC 4.2.4 RELEASE 中文文档README Spring Web MVC框架简介 Spring Web MVC的新特性 允许其他MVC实现 DispatcherServlet WebApplicationContext中特殊的Bean类型 默认的DispatcherServlet配置 DispatcherServlet的处理流程 控制器的实现 使用@Controller注解定义一个控制器 使用@RequestMapping注解映射请求路径 xcatliu HeartUnchange Spring Web MVC框架简介 21.1 Spring Web MVC框架简介 Spring的模型-视图-控制器(MVC)框架是围绕一个 DispatcherServlet 来设计的,这个 Servlet会把请求分发给各个处理器,并支持可配置的处理器映射、视图渲染、本地化、时区与主题渲染等,甚至还能支持文件上传。处理器是你的应用中注解了 @Controller 关于SWF的更多信息,请访问Spring Web Flow的官网。 Spring的web模块支持许多web相关的特性: 清晰的职责分离。每个角色一控制器,验证器,命令对象,表单对象,模型对象, DispatcherServlet ,处理器映射,视图解析器,等等许多一的工作,都可以由相应的对象来完成。 强大、直观的框架和应用bean的配置。这种配置能力包括能够从不同的上下文中进行简单的引用,比如在web控制器中引用业务对象、验证器等。0 码力 | 163 页 | 2.28 MB | 1 月前3
Spring Framework 1.2.x Changelogconfig set yet * DispatcherServlet logs its page-not-found warnings with the actual lookup URL even for import requests * added "threadContextInheritable" property to DispatcherServlet, for turning BindInitializer in package "web.bind" in favor of direct ServletRequestDataBinder usage * fixed DispatcherServlet to keep and restore previous thread-bound LocaleContext * added "currentFormObject" to DelegatingActionUtils for Struts * added "detectAllHandlerAdapters" property to DispatcherServlet, allowing to enforce a single "handlerAdapter" bean * added "bindingErrorProcessor"0 码力 | 94 页 | 267.57 KB | 2 年前3
Spring Framework 1.1.3 ReferencePluggability of MVC implementation ..... 118 12.1.2. Features of Spring MVC ..... 119 12.2. The DispatcherServlet ..... 119 12.3. Controllers ..... 121 12.3.1. AbstractController and WebContentGenerator Using Hessian or Burlap to remotely call services via HTTP ..... 175 16.3.1. Wiring up the DispatcherServlet for Hessian ..... 175 16.3.2. Exposing your beans by using the HessianServiceExporter ... finished). Note that this event is only applicable for web applications using Spring's DispatcherServlet| Implementing custom events can be done as well. Simply call the publishEvent() method on the0 码力 | 203 页 | 1.15 MB | 2 年前3
Spring Framework 1.1.2 ReferencePluggableity of MVC implementation ..... 117 12.1.2. Features of Spring MVC ..... 118 12.2. The DispatcherServlet ..... 118 12.3. Controllers ..... 120 12.3.1. AbstractController and WebContentGenerator Using Hessian or Burlap to remotely call services via HTTP ..... 171 16.3.1. Wiring up the DispatcherServlet for Hessian ..... 171 16.3.2. Exposing your beans by using the HessianServiceExporter ... finished). Note that this event is only applicable for web applications using Spring's DispatcherServlet| Implementing custom events can be done as well. Simply call the publishEvent() method on the0 码力 | 199 页 | 1.14 MB | 2 年前3
Spring Framework 1.1.1 ReferencePluggability of MVC implementation ..... 113 12.1.2. Features of Spring MVC ..... 114 12.2. The DispatcherServlet ..... 114 12.3. Controllers ..... 116 12.3.1. AbstractController and WebContentGenerator Using Hessian or Burlap to remotely call services via HTTP ..... 166 16.3.1. Wiring up the DispatcherServlet for Hessian ..... 166 16.3.2. Exposing your beans by using the HessianServiceExporter ..... finished). Note that this event is only applicable for web applications using Spring's DispatcherServlet| Implementing custom events can be done as well. Simply call the publishEvent() method on the0 码力 | 194 页 | 1.12 MB | 2 年前3
Spring Framework 1.1.5 ReferencePluggability of MVC implementation ..... 118 12.1.2. Features of Spring MVC ..... 119 12.2. The DispatcherServlet ..... 119 12.3. Controllers ..... 121 12.3.1. AbstractController and WebContentGenerator Using Hessian or Burlap to remotely call services via HTTP ..... 184 17.3.1. Wiring up the DispatcherServlet for Hessian ..... 184 17.3.2. Exposing your beans by using the HessianServiceExporter ... finished). Note that this event is only applicable for web applications using Spring's DispatcherServlet| Implementing custom events can be done as well. Simply call the publishEvent() method on the0 码力 | 223 页 | 1.22 MB | 2 年前3
Spring Framework 1.2.1 Referenceother MVC implementations ..... 123 12.1.2. Features of Spring MVC ..... 124 12.2. The DispatcherServlet ..... 124 12.3. Controllers ..... 126 12.3.1. AbstractController and WebContentGenerator Using Hessian or Burlap to remotely call services via HTTP ..... 189 17.3.1. Wiring up the DispatcherServlet for Hessian ..... 189 17.3.2. Exposing your beans by using the HessianServiceExporter ... finished). Note that this event is only applicable for web applications using Spring's DispatcherServlet| Implementing custom events can be done as well. Simply call the publishEvent() method on the0 码力 | 244 页 | 1.30 MB | 2 年前3
Spring Framework 1.2.0 Referenceother MVC implementations ..... 122 12.1.2. Features of Spring MVC ..... 123 12.2. The DispatcherServlet ..... 123 12.3. Controllers ..... 125 12.3.1. AbstractController and WebContentGenerator Using Hessian or Burlap to remotely call services via HTTP ..... 188 17.3.1. Wiring up the DispatcherServlet for Hessian ..... 188 17.3.2. Exposing your beans by using the HessianServiceExporter ... finished). Note that this event is only applicable for web applications using Spring's DispatcherServlet.| Implementing custom events can be done as well. Simply call the publishEvent() method on0 码力 | 243 页 | 1.29 MB | 2 年前3
共 316 条
- 1
- 2
- 3
- 4
- 5
- 6
- 32
相关搜索词
Spring FrameworkBeanFactoryAOPWebApplicationContextDispatcherServletSpring Web MVCWebSocketFilterContextLoaderListenerSpring MVC@Controller@RequestMapping视图解析器Transaction ManagementJDBCJMSVelocityViewResolverHibernateTemplateAbstractBeanFactorySpring框架模块化设计依赖注入事务管理Dependency InjectionHibernateSpringFramework1.1ReferenceMVC frameworkORM supportPOJOsDAOORM













