Springmvc Notes (iii)-beannameurlhandlermapping

Source: Internet
Author: User

Beannameurlhandlermapping is similar to the simpleurlhandlermapping in the previous section, except that the bean name of the former is used as the URL, and the latter needs to configure Url-->bean mappings.

Based on the previous article, we changed the configuration file to the following:

1 <?XML version= "1.0" encoding= "UTF-8"?>2 <Beansxmlns= "Http://www.springframework.org/schema/beans"3 Xmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance"xmlns:p= "http://www.springframework.org/schema/p"4 Xmlns:mvc= "Http://www.springframework.org/schema/mvc"Xmlns:context= "Http://www.springframework.org/schema/context"5 xsi:schemalocation="6 Http://www.springframework.org/schema/beans7 http://www.springframework.org/schema/beans/spring-beans.xsd8 Http://www.springframework.org/schema/context9 http://www.springframework.org/schema/context/spring-context.xsdTen Http://www.springframework.org/schema/mvc One http://www.springframework.org/schema/mvc/spring-mvc.xsd "> A  -     <Context:component-scanBase-package= "Com.springmvc.demo.controller" /> -      the     <!--<bean class= "org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping"/>  - <bean class= "Org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter"/>  - -     <!--<mvc:default-servlet-handler/> - -     <!--<mvc:annotation-driven/> - +     <!--<mvc:resources location= "/resource/images/" mapping= "/images/**"/> - -     <BeanID= "/simplecontroller"class= "Com.springmvc.demo.controller.SimpleController"></Bean> +      A     <Beanclass= "Org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping"> at     </Bean> -      -     <Beanclass= "Org.springframework.web.servlet.view.InternalResourceViewResolver"> -         < Propertyname= "Viewclass"value= "Org.springframework.web.servlet.view.JstlView" /> -         < Propertyname= "prefix"value="/" /> -         < Propertyname= "suffix"value= ". jsp" /> in     </Bean> -      to      + </Beans>

You can see the same conclusion as above.

Springmvc Notes (iii)-beannameurlhandlermapping

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.