Sam Brannen
e90c7eadc2
[SPR-7996] Improved documentation of the context caching mechanism in the TestContext framework:
...
- now discussing cache key generation and uniqueness
- now discussing cache scope, test suites, and forking
13 years ago
Costin Leau
3416a26136
+ add docs
...
+ rename cache:definitions to cache:caching (to be consistent with annotations)
13 years ago
Rossen Stoyanchev
6eba6f2059
Document MVC Java config side-by-side with the MVC namespace.
13 years ago
Rossen Stoyanchev
60ee0bb8f4
SPR-8020 Support UriComponentsBuilder as a controller method argument.
...
The UriComponentsBuilder instance passed into the method is initialized
with current request information including host, scheme, port, context
path, and the servlet mapping's literal part.
Also added shortcut methods to buildAndExpand in UriComponentsBuilder.
13 years ago
Chris Beams
1d5ca80924
Fix typo in classpath scanning reference doc
...
Issue: SPR-8842
13 years ago
Rossen Stoyanchev
2a39f34d33
SPR-8803 Refine UriComponentsBuilder.replaceQueryParam().
...
If no values are given, the query parameter is removed.
13 years ago
Rossen Stoyanchev
c9acaaf9d8
SPR-8823 ServletUriComponentsBuilder polish and reference doc update.
13 years ago
Rossen Stoyanchev
d3f4c69f00
SPR-8803 Add UriComponentsBuilder methods to replace path/query.
13 years ago
Rossen Stoyanchev
c290a4e68a
SPR-8694 HTML5 updates to the "type" attribute of the Spring Form tags.
...
Since dynamic attributes were allowed in Spring 3, it raised the
possibility to specify a type attribute on a number of the form tags.
Where it makes sense (see below) that attribute is now rejected
and reversely where it makes sense it is accepted.
InputTag allows types other than "text" but rejects type="radio" or
type="checkbox" since there is a good reason for those to be used
only in conjunction with the appropriate form library tags.
Other HTML input tags such as PasswordTag, HiddenInputTag,
Checkbox(es)Tag and RadioBox(es)Tag check the dynamic attributes
and reject them if they contain a type attribute since.
13 years ago
Sam Brannen
e65366012d
[SPR-8401] Added documentation for @ActiveProfiles in the "Annotations" section.
13 years ago
Sam Brannen
f0ded6a91f
[SPR-8401] Added missing TransferServiceConfig code listing.
13 years ago
Sam Brannen
dc95e49c27
[SPR-8240][SPR-8401] formatting and polishing.
13 years ago
Sam Brannen
027c25d823
[SPR-8401] Documented TestContext support for @ActiveProfiles in the reference manual.
13 years ago
Chris Beams
739775ca19
Introduce @EnableAspectJAutoProxy
...
Issue: SPR-8138
13 years ago
Chris Beams
b08a6d32a4
Polish "What's new in Spring 3.1" re @Enable*
13 years ago
Chris Beams
5876307997
Update "What's new in Spring 3.1" re Hibernate 4.x
13 years ago
Sam Brannen
60fb3efc2b
[SPR-8240] Added new "Mixing XML resources and @Configuration classes" section to the testing chapter.
13 years ago
Sam Brannen
6248135a4f
[SPR-8240] Updating the "new in 3.1" chapter regarding new testing support; polishing the TestContext Framework section of the reference manual.
13 years ago
Costin Leau
e493887f45
+ update cache docs whitespace for better rendering
13 years ago
Costin Leau
e6d9b6308e
some cache doc updates
13 years ago
Sam Brannen
1317b821b9
[SPR-7724] Example email addresses in the reference manual now use example.org as the domain name.
13 years ago
Sam Brannen
ae1205a56c
[SPR-8240] polishing
13 years ago
Sam Brannen
5e1d6b9a1b
[SPR-8240] polishing
13 years ago
Sam Brannen
3f5135d809
consistent title-case for 1st and 2nd level sections
13 years ago
Sam Brannen
0b2592a70a
[SPR-8240] polishing
13 years ago
Sam Brannen
5db7cca9a7
[SPR-8240] polishing the "Context management and caching" section of the reference manual and related Javadoc.
13 years ago
Sam Brannen
1bb5b21881
[SPR-8240] Introduced new "Context management with @Configuration classes" section; fleshing out sections on context configuration inheritance and context caching.
13 years ago
Sam Brannen
713017aedc
polishing and formatting
13 years ago
Sam Brannen
2608744479
fixed numerous typos and formatting
13 years ago
Sam Brannen
b38d022b84
Fixed broken link to non-existent mvc-multipart-resolver ID.
13 years ago
Sam Brannen
a4953e7c22
[SPR-8240] Restructuring the "Context management and caching" section.
13 years ago
Sam Brannen
bc6927e601
[SPR-8240] Documented ContextLoaders in the testing chapter.
13 years ago
Sam Brannen
e7ce297cf3
[SPR-8240] Restructuring annotation content.
13 years ago
Sam Brannen
ac4cd8c37b
[SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual; and polishing the testing content in general.
13 years ago
Sam Brannen
15f217c274
[SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual.
13 years ago
Rossen Stoyanchev
b08c7f6e00
SPR-6801 @ModelAttribute instantiation refinement.
...
Instantiate the model attribute from a URI var or a request param only
if the name matches and there is a registered Converter<String, ?>.
13 years ago
Sam Brannen
8b8be39d9f
polishing
13 years ago
Rossen Stoyanchev
71cc38aaff
SPR-6464 Update reference doc with FlashMap and RedirectAttributes information.
13 years ago
Chris Beams
49b38190ee
Fix typo in cache abstraction reference doc
...
Issue: SPR-8670
13 years ago
Costin Leau
ce70c985b4
+ add documentation on declarative XML
13 years ago
Sam Brannen
1de71c6e37
[SPR-8222] Upgraded to JUnit 4.9.
13 years ago
Sam Brannen
2fc78fb8fd
[SPR-8240] cleaned up and formatted the testing chapter.
13 years ago
Sam Brannen
7908d05c71
[SPR-8627] Deprecated @ExpectedException .
...
[SPR-8240] cleaned up and formatted the testing chapter.
13 years ago
Chris Beams
bd7fd57ad2
Fix cache ref doc typo: Eh{c=>C}acheCacheManager
...
Issue: SPR-8632, SPR-8635
13 years ago
Chris Beams
3ead3cf859
Improve wording of scoped-proxy example in ref doc
...
Issue: SPR-8591
13 years ago
Chris Beams
11597c906d
Fix typo in reference documentation
...
Issue: SPR-8579
13 years ago
Rossen Stoyanchev
9347ac358c
SPR-8540 Minor Freemarker import related documentation fix
13 years ago
Rossen Stoyanchev
f4b7cfea38
SPR-8483 Update reference documentation with multipart request-related changes: @RequestPart , Servlet 3.0 multipart reuqests, javax.servlet.http.Part method argument types.
14 years ago
Rossen Stoyanchev
2cf2fc195e
SPR-5628 Add HttpPutFormContentFilter in order to make form encoded data available via ServletRequest.getParameter*()
14 years ago
Michael Isvy
02362f4347
SPR-7858
...
Updating references to @Resource usage
14 years ago