Commit Graph

40 Commits

Author SHA1 Message Date
Rossen Stoyanchev
33bd09801b Deprecate Spring.js
Issue: SWF-1628
2014-03-31 15:57:30 -04:00
Rossen Stoyanchev
3c1ef54f50 Add spring-js-tiles3 module
Issue: SWF-1575
2014-03-06 22:07:11 -05:00
Phillip Webb
313621b06c Polish package level Javadoc
Replace all package.html files with package-info.java
2012-11-13 19:38:21 -08:00
Phillip Webb
34f4837ebd Replace use of Iterator with Java 5 foreach loops
Issues: SWF-1532
2012-04-05 15:52:09 -07:00
Phillip Webb
3f1c40188c Update dates in copyright notice to 2004-2012
Issues: SWF-1532
2012-04-05 10:39:26 -07:00
Phil Webb
4d008f3f09 Refactor code to use Java 5 features
- Apply and use Generics
- Remove JdkVersion.isAtLeastJava15() conditionals
- Replace iterator loops with foreach syntax
- Switch on warning in eclipse

Issues: SWF-1532
2012-03-29 21:02:07 -07:00
Rossen Stoyanchev
7f022b889c SWF-1374 Updated documentation for 2.2.0, deprecated ResourceServlet. 2010-10-08 11:23:59 +00:00
Rossen Stoyanchev
9dc9a6eb45 SWF-1388 Move Spring JS resources to META-INF/web-resources 2010-08-31 22:39:08 +00:00
Rossen Stoyanchev
fe9229cf15 SWF-1367 Add support for JSF 2 Ajax requests, update booking-faces sample (JSF 2 based Ajax, jsr-303 validation), add chained delegation to AjaxHandlers, other miscellaneous improvements 2010-07-28 12:56:24 +00:00
Rossen Stoyanchev
11e6c3a108 SWF-1304 replace code to flush response buffer with request attribute to force JSP include 2010-07-11 23:47:12 +00:00
Rossen Stoyanchev
5de788d396 SWF-1053 Apply fix to ensure cascaded attributes are inherited 2010-07-11 23:37:04 +00:00
Rossen Stoyanchev
968014b4d7 SWF-1238 Ensure the response is committed when rendering multiple fragments. 2010-05-11 15:38:28 +00:00
Rossen Stoyanchev
74875b37ab SWF-1078 Remove code forcing session creation. 2010-05-06 20:58:35 +00:00
Rossen Stoyanchev
c6900f31dc SWF-1226 Upgrade dependencies to Spring 3.0.2.RELEASE, Portlet API 2.0, and Tiles 2.1.2. Change AjaxTilesView to be compatible with and take advantage of Tiles 2.1.2 features. 2010-04-19 05:33:19 +00:00
Jeremy Grelle
b4c674144d Cleanup and testing for SWF-1092 2009-04-11 04:27:02 +00:00
Jeremy Grelle
85c1c4cabc SWF-1092 - AjaxTilesView composite definition traversal algorithm ignores AttributeType 2009-04-03 21:36:50 +00:00
Jeremy Grelle
e56877975d SWF-978 - Regression of SWF-918
SWF-818 - Process Temporary Contexts in AjaxTilesView
2008-12-10 19:18:57 +00:00
Jeremy Grelle
73b781a31a SWF-978 - Regression of SWF-918
SWF-818 - Process Temporary Contexts in AjaxTilesView
2008-12-10 19:16:30 +00:00
Jeremy Grelle
c1a8664c94 SWF-980 - StackOverflowError when performing Spring-JS calls 2008-12-10 17:44:15 +00:00
Jeremy Grelle
02f5094616 SWF-941 - Handling whitespace correctly in the fragments attribute. 2008-11-10 15:21:44 +00:00
Scott Andrews
c972fc7c4c SWF-941 Multiple Fragments not rendering
Restored rendering of multiple page fragments
2008-11-10 15:12:14 +00:00
Scott Andrews
5ee6f22ad6 SWF-921 Allow setting of cache seconds in ResourceServlet
Introduced 'cacheTimeout' property as the number of seconds to cache.  Setting to zero disabled caching.
2008-10-24 13:56:25 +00:00
Scott Andrews
52a89397d9 SWF-566 Make org.springframework.js.resource.ResourceServlet more reusable
setAllowedResourcePaths now accepts a comma separated String instead of String[].  This has better compatibility with HttpServletBean.

Added support for Ant style wildcard compressed mime types. "text/*" is now the default.  This property is configurable with setCompressedMimeType, accepting a comma separated String.
2008-10-23 19:55:17 +00:00
Scott Andrews
7507cda621 SWF-916 AjaxTilesView fails for nested tiles-definition in case of an ajaxRequest
Always add the current definition to the attribute map, even if it is a nested tiles definition.  The mvc sample has been updated to use a nested tiles definition that is used for an ajax partial render.
2008-10-20 15:29:41 +00:00
Scott Andrews
4a03959895 SWF-917 ResourceServlet crash and add "Error 500" at the end of the streamed resource
Applied fix proposed in JIRA
2008-10-20 14:23:08 +00:00
Scott Andrews
5d178452b9 SWF-904 Ajax Tiles partial renders fail when session is not available 2008-10-07 20:04:19 +00:00
Jeremy Grelle
6eb7e9041f SWF-566 - Make org.springframework.js.resource.ResourceServlet more reusable 2008-09-18 20:18:52 +00:00
Scott Andrews
fbdff989c5 http://jira.springframework.org/browse/SWF-782 2008-07-02 13:47:38 +00:00
Jeremy Grelle
21a878de8b SWF-767 - spring-js uses java 1.5 method calls 2008-06-25 18:40:31 +00:00
Jeremy Grelle
b7e5df3438 SWF-706 - ResourceServlet allows HTTP access to sensitive files 2008-06-05 21:43:24 +00:00
Jeremy Grelle
24e23d4fb6 SWF-706 - ResourceServlet allows HTTP access to sensitive files 2008-06-05 21:27:08 +00:00
Jeremy Grelle
e3492884c0 SWF-657 - AjaxTilesView does not resolve deeply nested tiles attributes for rendering as fragments if the containing view has not previously been rendered. 2008-04-30 19:21:20 +00:00
Keith Donald
4634ff72df missing package docs 2008-04-29 15:32:04 +00:00
Keith Donald
7b5d9d05f5 compilation failure fix due to build metadata changes 2008-04-29 02:58:27 +00:00
Jeremy Grelle
732387ec92 Javadoc and polish of Ajax support classes. 2008-04-28 18:52:39 +00:00
Jeremy Grelle
ff33b67afc Final polish of Ajax support. 2008-04-25 16:06:14 +00:00
Jeremy Grelle
3af9f89c72 Final cleanup of package structure. 2008-04-24 18:32:30 +00:00
Jeremy Grelle
7d3e1d611b -Moving AjaxHandler to spring-js
-Polishing Spring.js API
-Refactoring spring-faces components to match Spring.js API changes.
2008-04-22 22:28:11 +00:00
Jeremy Grelle
4427cfe55b SWF-604 - ResourceServlet allows http access to sensitive files. 2008-04-15 22:12:20 +00:00
Jeremy Grelle
4751dcfca4 Moving Spring JavaScript into its own module 2008-04-05 00:04:07 +00:00