
Spring 3
at1943
这个作者很懒,什么都没留下…
展开
-
Spring参考手册 mvc:view-controller
This tag is a shorcut for defining a ParameterizableViewController that immediately forwards to a view when invoked. 这个标签是为了简化ParameterizableViewController映射到视图的配置Use it in static cases when there is翻译 2011-07-02 15:26:06 · 2271 阅读 · 0 评论 -
Spring参考手册 mvc:annotation-driven
This tag registers the DefaultAnnotationHandlerMapping and AnnotationMethodHandlerAdapter beans that are required for Spring MVC to dispatch requests to Controllers. 这个标签注册了Spring MVC分发请求到控制器所必须的Defa翻译 2011-07-02 15:18:55 · 6547 阅读 · 2 评论 -
Spring参考手册 mvc:resources
This tag allows static resource requests following a particular URL pattern to be served by a ResourceHttpRequestHandler from any of a list of Resource locations.这个标签允许ResourceHttpRequestHandler从资源列表的翻译 2011-07-02 15:25:16 · 4232 阅读 · 0 评论 -
Spring参考手册 mvc:interceptors
This tag allows you to register custom HandlerInterceptors or WebRequestInterceptors that should be applied to all HandlerMapping beans. You can also restrict the URL paths specifc interceptors apply翻译 2011-07-02 15:24:20 · 8173 阅读 · 2 评论 -
Spring参考手册 mvc:default-servlet-handler
Spring参考手册 mvc:default-servlet-handlerThis tag allows for mapping the DispatcherServlet to "/" (thus overriding the mapping of the containers default Servlet), while still allowing static resource r翻译 2011-07-02 15:23:18 · 7143 阅读 · 0 评论