File tree Expand file tree Collapse file tree
spring-webmvc/src/main/java/org/springframework/web/servlet Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 *
2525 * <p>This class can be implemented by application developers, although this is not
2626 * necessary, as {@link org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping}
27- * and {@link org.springframework.web.servlet.handler.SimpleUrlHandlerMapping }
27+ * and {@link org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping }
2828 * are included in the framework. The former is the default if no
2929 * HandlerMapping bean is registered in the application context.
3030 *
4949 * @see org.springframework.core.Ordered
5050 * @see org.springframework.web.servlet.handler.AbstractHandlerMapping
5151 * @see org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
52- * @see org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
52+ * @see org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
5353 */
5454public interface HandlerMapping {
5555
You can’t perform that action at this time.
0 commit comments