Commit Graph

100 Commits

Author SHA1 Message Date
Juergen Hoeller
a86a698e5b initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry 2009-09-07 23:58:42 +00:00
Rob Harrop
afd6fe9048 [SPR-5927] fixed FormTag attribute clearing 2009-09-06 19:09:29 +00:00
Arjen Poutsma
66a799552f SPR-2784: Support MultipartFile-array property 2009-08-28 09:15:19 +00:00
Juergen Hoeller
fee838a65e support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory 2009-08-24 13:30:42 +00:00
Arjen Poutsma
8d7d3cff1b SPR-6009 - @ExceptionHandler methods are still expected to return a ModelAndView, even when consuming a ServletResponse/OutputStream/Writer 2009-08-19 11:03:28 +00:00
Arjen Poutsma
3b7691d525 SPR-6008 - @ResponseStatus on @ExceptionHandler method is ignored 2009-08-18 14:37:23 +00:00
Arjen Poutsma
5680cd4a19 SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller 2009-08-18 10:45:20 +00:00
Juergen Hoeller
a7a97316e7 turned requestedSessionId into a settable property 2009-08-05 22:01:46 +00:00
Keith Donald
bdd43f5f9f pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now 2009-08-05 15:51:59 +00:00
Arjen Poutsma
93e99556c0 SPR-4700 - Add single checkbox input macro for Velocity and Freemarker 2009-08-05 12:16:11 +00:00
Keith Donald
d456a9326e moved multipart and bind to web project since independent of servlet and required by new native web request parameter map 2009-07-31 04:10:22 +00:00
Keith Donald
e020b5752a initial BindingLifecycle @MVC integration 2009-07-30 11:18:39 +00:00
Arjen Poutsma
12e43ff92d SPR-5953 - Allow SimpleMappingExceptionResolver to Resolve HTTP Status Codes 2009-07-29 12:57:56 +00:00
Arjen Poutsma
b11970ed8d SPR-5923 - HttpMessageConverter selection as a result of @ResponseBody should consider the requested content type 2009-07-28 13:12:12 +00:00
Arjen Poutsma
ff1dac8381 SPR-5870 - Add support for content negotiation based on a request parameter value 2009-07-13 09:44:07 +00:00
Arjen Poutsma
6598fd736d BindingJacsonConverter/View -> MappingJacksonConverter/View 2009-07-10 14:25:39 +00:00
Mark Pollack
69422e771f SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
Update org.sf.web/.classpath to refer to tiles 2.1.2
2009-07-10 03:30:12 +00:00
Arjen Poutsma
e1b9c18536 Added defaultViews property. 2009-07-01 10:01:19 +00:00
Arjen Poutsma
ef67fc245f FixedJsonView 2009-07-01 09:40:11 +00:00
Arjen Poutsma
ca97981d52 Fixing the build, stupid java.util.Date 2009-06-30 09:05:56 +00:00
Arjen Poutsma
49dd707b8a Test for SPR-5822 - Extend @CookieValue mapping to support user-defined types 2009-06-25 11:50:00 +00:00
Arjen Poutsma
398729cda1 SPR-5853 - JSON formatting view for Spring MVC 2009-06-24 13:55:36 +00:00
Arjen Poutsma
56b0606584 Fixing build 2009-06-24 13:26:01 +00:00
Arjen Poutsma
ea2ece4516 SPR-5772 - Annotation handler method matching doesn't get method/param choice right 2009-06-19 10:26:14 +00:00
Arjen Poutsma
c254924b4c Added @Override 2009-06-15 09:30:46 +00:00
Arjen Poutsma
0d66d2680b Fixing tests 2009-05-25 12:00:53 +00:00
Arjen Poutsma
6cb7f2cfc8 SPR-5766 - @ResponseBody 2009-05-25 10:28:36 +00:00
Juergen Hoeller
47992ea07c Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now 2009-05-13 14:22:03 +00:00
Juergen Hoeller
59101c096f replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 2009-05-12 23:37:43 +00:00
Arjen Poutsma
bf7a947559 SPR-5732 - When no type conversion strategy is found on a @Controller handler method bind target, a 500 error code should be returned not a 400. 2009-05-11 14:52:14 +00:00
Arjen Poutsma
0a6cac5a84 SPR-4927 - Return 405 instead of 404 when HTTP method is not supported 2009-05-11 13:32:28 +00:00
Arjen Poutsma
752832a8da SPR-5731 - @Controller method order effects @RequestMapping behavior in ways not expected 2009-05-11 10:34:56 +00:00
Arjen Poutsma
4025df1ef8 SPR-5726: Unexpected @RequestMapping semantics when class-level and method-level mappings used together 2009-05-08 10:02:17 +00:00
Juergen Hoeller
266a65982d Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now 2009-05-07 22:29:55 +00:00
Juergen Hoeller
47fc8be59f added test for custom controller stereotype 2009-05-05 18:37:43 +00:00
Arjen Poutsma
9fe2b5d211 Moved DefaultHandlerExceptionResolver to fix a tangle. 2009-05-05 13:41:03 +00:00
Arjen Poutsma
0a0938fdd6 SPR-5426 - Allow for custom processing or result objects returned from handler/controller methods 2009-05-05 11:40:36 +00:00
Arjen Poutsma
6fbd198420 SPR-4518 - @RequestMapping methods returning null have an implicit ModelAndView created 2009-04-22 12:57:30 +00:00
Arjen Poutsma
afa461892f SPR-5690 - Request header filtering in @RequestMapping 2009-04-21 22:03:51 +00:00
Juergen Hoeller
4cf573ba98 updated to FreeMarker 2.3.15 (SPR-4962) 2009-04-19 22:22:56 +00:00
Arjen Poutsma
c225b44f34 SPR-5636 - @RequestMapping matching should be insensitive to trailing slashes 2009-04-17 09:41:04 +00:00
Arjen Poutsma
acc84925d3 SPR-5631 - Implicit /** mapping on type-level @RequestMapping 2009-04-17 09:28:08 +00:00
Arjen Poutsma
6121da988b Working on SPR-5631 - Implicit /** mapping on type-level @RequestMapping 2009-04-16 13:23:24 +00:00
Juergen Hoeller
d27cbee69c fixed JasperReports exporter parameter initialization for multi-format views 2009-04-15 23:18:57 +00:00
Arjen Poutsma
65afc80821 Working on SPR-5631 2009-04-01 21:07:46 +00:00
Arjen Poutsma
cd164a5d9b Polishing 2009-04-01 13:31:51 +00:00
Juergen Hoeller
4ebd08515c polishing 2009-03-31 20:43:28 +00:00
Juergen Hoeller
72cc060eaf request handler methods with @ModelAttribute annotation always return a model attribute (SPR-4867) 2009-03-31 20:34:42 +00:00
Arjen Poutsma
f09f4e8dd2 SPR-4677: Allow annotated methods on a Controller to be marked as exception handlers 2009-03-30 17:20:55 +00:00
Arjen Poutsma
04b3edca33 SPR-5625 - Allow for exceptions to be annotated with a @ResponseStatus annotation 2009-03-28 11:19:45 +00:00