Commit Graph
221 Commits
Author SHA1 Message Date
Juergen Hoeller 5c2a9bf250 Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@346 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-28 11:39:36 +00:00
Juergen Hoeller e4ce547934 Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@342 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-27 17:35:44 +00:00
Juergen Hoeller a0dfb69aaa Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@341 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-27 00:27:52 +00:00
Juergen Hoeller 0b0163e026 Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@331 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-25 01:29:54 +00:00
Juergen Hoeller a5253bec7f EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@305 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-20 02:10:53 +00:00
Arjen Poutsma d3b7590311 SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@303 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-19 17:12:44 +00:00
Arjen Poutsma e6c75e7de9 SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@302 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-19 17:08:34 +00:00
Arjen Poutsma e1fcf853bc Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@301 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-19 15:44:21 +00:00
Arjen Poutsma 011409a7ab SPR-5251: URI Templates for @InitBinder
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@294 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-18 12:37:12 +00:00
Arjen Poutsma c60f1851df SPR-5251: URI Templates in @RequestMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@293 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-17 16:00:03 +00:00
Scott Andrews 6ab1b3476e SPR-5299 TLDs must be located under META-INF
Moving spring.tld and spring-form.tld under /src/main/resources/META-INF so they can be automatically discovered by the servlet container.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@292 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-17 15:10:26 +00:00
Scott Andrews c76383fc0d SPR-5267 Support for PUT and DELETE in spring:form tag
Any HTTP method passed to the spring-form:form tag other then GET or POST will automatically be defaulted to POST on the form tag and a hidden input field is created with the requested HTTP method.  By default, the hidden field is named '_method', the name can be overridden using the methodParam attribute on the spring-form:form tag.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@289 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-16 22:03:16 +00:00
Scott Andrews 13fa535939 SPR-5298 JSP tag for building URLs with URI templates
Created spring:url and spring:param tags that enhance the functionality of the JSTL c:url tag.  URI templates are supported in the url value attribute.  They are resolved against the params defined inside the url tag body.  Params that are unable to be applied as URI template are added to the query string.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@288 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-16 21:04:46 +00:00
Arjen Poutsma a5d3837e7a SPR-4927: Return 405 instead of 404 when HTTP method is not supported
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@284 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-08 09:37:55 +00:00
Arjen Poutsma 81335ca2c5 SPR-5066
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@281 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-07 10:22:43 +00:00
Arjen Poutsma 06d3e4fb99 SPR-5237: Default value for @RequestParam
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@279 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-04 14:39:53 +00:00
Arjen Poutsma c2e54f7bb7 Moved tests from testsuite to web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@258 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 10:49:21 +00:00
Arjen Poutsma 2223bd7436 SPR-5249: Atom and RSS View
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@253 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-31 17:48:50 +00:00
Arjen Poutsma 6d1c881674 Removed Commons Attributes from web.servlet module
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@180 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-29 12:21:47 +00:00
Arjen Poutsma ee59e47950 Added @Override and @Deprecated annotations to web-servlet module
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@159 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-28 00:39:17 +00:00
Arjen Poutsma f23a9cea54 Initial import of web servlet module
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@133 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-27 09:13:23 +00:00