Commit Graph
25 Commits
Author SHA1 Message Date
Chris Beams 3755e488f0 Apply parentheses consistently within <methodname/>
Prior to change, there were 175 instances of <methodname/> elements
including parentheses (e.g.: <methodname>foo()</methodname>, and
36 instances without.

Now all 211 instances include parentheses for consistency.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3558 50f2f4bb-b051-0410-bef5-90022cba6387
2010-08-10 22:13:50 +00:00
Andy Clement 8ac0faff06 SpEL documentation (!) on @Bean referencing, inline lists and array construction
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3474 50f2f4bb-b051-0410-bef5-90022cba6387
2010-07-06 21:40:25 +00:00
Juergen Hoeller 5d87fe71fa fixed TemplateParserContext documentation (SPR-7059)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3216 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-01 10:59:58 +00:00
Juergen Hoeller 906024145a fixed documentation bugs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2836 50f2f4bb-b051-0410-bef5-90022cba6387
2010-01-19 14:40:50 +00:00
Juergen Hoeller fe9e57502e fixed StandardEvaluationContext code sample
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2787 50f2f4bb-b051-0410-bef5-90022cba6387
2010-01-07 11:59:31 +00:00
Arjen Poutsma 991f040948 Updated docbook files to use Docbook 4.5 DTDs, so it uses the locally cached versions
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2617 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-10 15:22:55 +00:00
Andy Clement 1eb653a1b8 SPR-6525: avoid need to use #root for method parameter references
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2585 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-06 23:21:07 +00:00
Andy Clement c1a5d1f5c4 SPR-6347: guidance on when to use getValue(rootObject) vs getValue(evaluationContext)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2496 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-23 21:50:49 +00:00
Andy Clement 1709072b6b SPR-5518: Documented ability to use text rather than symbols for SPEL operators (lt, le, gt, ge, eq, ne, div, mod, not). Can help in XML specification of expressions.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2039 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-01 19:39:20 +00:00
Chris Beams ef0c822610 updates made during my review of beans.xml:
* eliminated all usage of "the section entitled", because <xref> links already render including "the section called ".  This was resulting in sentences like 'see also the section entitled the section called "@Autowired"'. This issue affected nearly all sections of the documentation, so went beyond just beans.xml

* fixed table overflow in the "Using filters to customize scanning" section (approx. p.90)

* fixed all code overflows in <programlisting/> elements

* corrected a couple minor syntax errors with SpEL examples (missing closing braces)

* added 'language="..."' element to <programlisting> elements where appropriate to enable syntax highlighting.

* normalized all code indention to four-space (some code listings were using one- and two-space)

* updated all code listings to use same-line opening braces.

* eliminated section regarding backward compatibility with Spring DTDs and singleton=true|false.  This seems like cruft to me, and we shouldn't keep historical notes around forever.

* Added <note> regarding the new thread scope (SimpleThreadScope) to Section 3.5 Bean Scopes.  Also updated the section on registering a custom Scope implementation to use the SimpleThreadScope as an example.

* updated the new-in-3.xml section to improve the @Configuration example


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1790 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-31 05:36:34 +00:00
Mark Fisher 812da1fc2d minor typos and tweaks to 'expressions' chapter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1785 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-28 12:44:54 +00:00
Mark Pollack 0dab269dba Document Elvis Operator (?: ) and Safe Navigation Operator (?.)
remove references to ANTLR

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1400 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-19 11:58:00 +00:00
Mark Pollack 89087e91fc Documentation fixes: SPR-5748, SPR-5723, SPR-5750, SPR-5753, SPR-5747
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1215 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-19 22:09:06 +00:00
Thomas Risberg 04c3863246 fixed DOCTYPE to refer to the root_element used
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1082 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-30 04:16:07 +00:00
Andy Clement a0493f5a20 filled in some basic details on the type conversion support. No TODOs left in this section now. Also properly added the selection/projection sections.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1015 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-17 05:14:07 +00:00
Thomas Risberg 8fe2a89d43 switched to use XInclude
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1001 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-14 21:37:40 +00:00
Mark Pollack 511685c622 More REST documentation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@976 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-11 04:49:11 +00:00
Andy Clement 073b1556ce Fixed StandardTypeLocator to only know about java.lang.* out of the box. Doc fixes related to that.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@967 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-10 03:20:09 +00:00
Andy Clement 1d7e4d3f67 Commented out the sections on list projection and #this.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@954 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-09 05:44:35 +00:00
Andy Clement e73f504680 Corrected some typos, code samples and changed a bit of wording. All code samples are now SpEL testcases.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@953 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-09 01:56:34 +00:00
Mark Pollack f383dc9fcf Spring Expression Language docs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@942 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 03:37:28 +00:00
Mark Pollack 50c692c0c3 Spring Expression Language docs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@938 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-07 04:45:05 +00:00
Mark Pollack bf492174ea Spring Expression Language docs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@937 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-07 04:42:51 +00:00
Mark Pollack e2fce909b3 Polishing. Add description of literal expressions.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@929 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-05 16:25:26 +00:00
Mark Pollack 81f04d8eee Initial pass of docs for he Spring expression language.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@928 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-05 09:38:19 +00:00