Skip to content

Commit 72c4e61

Browse files
committed
Polish appendices in the reference manual
1 parent 754b767 commit 72c4e61

File tree

3 files changed

+33
-34
lines changed

3 files changed

+33
-34
lines changed

src/asciidoc/appendix.adoc

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
[[spring-appendices]]
22
= Appendices
33

4-
[[migration-4.0]]
5-
== Migrating to Spring Framework 4.0
6-
Migration guides for upgrading from previous releases of the Spring Framework are now
7-
provided as a Wiki page. For details please refer to
8-
https://github.com/spring-projects/spring-framework/wiki/Migrating-from-earlier-versions-of-the-spring-framework
4+
[[migration-4.x]]
5+
== Migrating to Spring Framework 4.x
6+
Migration guides for upgrading from previous releases of the Spring Framework are now provided as a
7+
https://github.com/spring-projects/spring-framework/wiki/Migrating-from-earlier-versions-of-the-spring-framework[Wiki page].
98

109

1110
[[classic-spring]]
1211
== Classic Spring Usage
1312
This appendix discusses some classic Spring usage patterns as a reference for developers
1413
maintaining legacy Spring applications. These usage patterns no longer reflect the
15-
recommended way of using these features and the current recommended usage is covered in
14+
recommended way of using these features, and the current recommended usage is covered in
1615
the respective sections of the reference manual.
1716

1817

@@ -21,13 +20,13 @@ the respective sections of the reference manual.
2120
=== Classic ORM usage
2221
This section documents the classic usage patterns that you might encounter in a legacy
2322
Spring application. For the currently recommended usage patterns, please refer to the
24-
<<orm>> chapter.
23+
<<orm,ORM>> chapter.
2524

2625

2726

2827
[[classic-spring-hibernate]]
2928
==== Hibernate
30-
For the currently recommended usage patterns for Hibernate see <<orm-hibernate>>
29+
For the currently recommended usage patterns for Hibernate see <<orm-hibernate>>.
3130

3231

3332
[[orm-hibernate-template]]

src/asciidoc/appx-spring-form-tld.adoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[spring-form-tld]]
2-
= spring-form.tld
2+
= spring-form JSP Tag Library
33

44

55
[[spring-form.tld-intro]]
@@ -34,7 +34,7 @@ This appendix describes the `spring-form.tld` tag library.
3434

3535

3636
[[spring-form.tld.checkbox]]
37-
== the checkbox tag
37+
== The checkbox tag
3838

3939
Renders an HTML 'input' tag with type 'checkbox'.
4040

@@ -185,7 +185,7 @@ Renders an HTML 'input' tag with type 'checkbox'.
185185

186186

187187
[[spring-form.tld.checkboxes]]
188-
== the checkboxes tag
188+
== The checkboxes tag
189189

190190
Renders multiple HTML 'input' tags with type 'checkbox'.
191191

@@ -355,7 +355,7 @@ Renders multiple HTML 'input' tags with type 'checkbox'.
355355

356356

357357
[[spring-form.tld.errors]]
358-
== the errors tag
358+
== The errors tag
359359

360360
Renders field errors in an HTML 'span' tag.
361361

@@ -475,7 +475,7 @@ Renders field errors in an HTML 'span' tag.
475475

476476

477477
[[spring-form.tld.form]]
478-
== the form tag
478+
== The form tag
479479

480480
Renders an HTML 'form' tag and exposes a binding path to inner tags for binding.
481481

@@ -630,7 +630,7 @@ Renders an HTML 'form' tag and exposes a binding path to inner tags for binding.
630630

631631

632632
[[spring-form.tld.hidden]]
633-
== the hidden tag
633+
== The hidden tag
634634

635635
Renders an HTML 'input' tag with type 'hidden' using the bound value.
636636

@@ -660,7 +660,7 @@ Renders an HTML 'input' tag with type 'hidden' using the bound value.
660660

661661

662662
[[spring-form.tld.input]]
663-
== the input tag
663+
== The input tag
664664

665665
Renders an HTML 'input' tag with type 'text' using the bound value.
666666

@@ -832,7 +832,7 @@ Renders an HTML 'input' tag with type 'text' using the bound value.
832832

833833

834834
[[spring-form.tld.label]]
835-
== the label tag
835+
== The label tag
836836

837837
Renders a form field label in an HTML 'label' tag.
838838

@@ -952,7 +952,7 @@ Renders a form field label in an HTML 'label' tag.
952952

953953

954954
[[spring-form.tld.option]]
955-
== the option tag
955+
== The option tag
956956

957957
Renders a single HTML 'option'. Sets 'selected' as appropriate based on bound value.
958958

@@ -1078,7 +1078,7 @@ Renders a single HTML 'option'. Sets 'selected' as appropriate based on bound va
10781078

10791079

10801080
[[spring-form.tld.options]]
1081-
== the options tag
1081+
== The options tag
10821082

10831083
Renders a list of HTML 'option' tags. Sets 'selected' as appropriate based on bound value.
10841084

@@ -1209,7 +1209,7 @@ Renders a list of HTML 'option' tags. Sets 'selected' as appropriate based on bo
12091209

12101210

12111211
[[spring-form.tld.password]]
1212-
== the password tag
1212+
== The password tag
12131213

12141214
Renders an HTML 'input' tag with type 'password' using the bound value.
12151215

@@ -1386,7 +1386,7 @@ Renders an HTML 'input' tag with type 'password' using the bound value.
13861386

13871387

13881388
[[spring-form.tld.radiobutton]]
1389-
== the radiobutton tag
1389+
== The radiobutton tag
13901390

13911391
Renders an HTML 'input' tag with type 'radio'.
13921392

@@ -1537,7 +1537,7 @@ Renders an HTML 'input' tag with type 'radio'.
15371537

15381538

15391539
[[spring-form.tld.radiobuttons]]
1540-
== the radiobuttons tag
1540+
== The radiobuttons tag
15411541

15421542
Renders multiple HTML 'input' tags with type 'radio'.
15431543

@@ -1706,7 +1706,7 @@ Renders multiple HTML 'input' tags with type 'radio'.
17061706

17071707

17081708
[[spring-form.tld.select]]
1709-
== the select tag
1709+
== The select tag
17101710

17111711
Renders an HTML 'select' element. Supports databinding to the selected option.
17121712

@@ -1872,7 +1872,7 @@ Renders an HTML 'select' element. Supports databinding to the selected option.
18721872

18731873

18741874
[[spring-form.tld.textarea]]
1875-
== the textarea tag
1875+
== The textarea tag
18761876

18771877
Renders an HTML 'textarea'.
18781878

src/asciidoc/appx-spring-tld.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[spring-tld]]
2-
= spring.tld
2+
= spring JSP Tag Library
33

44

55
[[spring.tld-intro]]
@@ -30,7 +30,7 @@ This appendix describes the `spring.tld` tag library.
3030

3131

3232
[[spring.tld.bind]]
33-
== the bind tag
33+
== The bind tag
3434

3535
Provides BindStatus object for the given bind path. The HTML escaping flag participates
3636
in a page-wide or application-wide setting (i.e. by HtmlEscapeTag or a
@@ -65,7 +65,7 @@ in a page-wide or application-wide setting (i.e. by HtmlEscapeTag or a
6565

6666

6767
[[spring.tld.escapeBody]]
68-
== the escapeBody tag
68+
== The escapeBody tag
6969

7070
Escapes its enclosed body content, applying HTML escaping and/or JavaScript escaping.
7171
The HTML escaping flag participates in a page-wide or application-wide setting (i.e. by
@@ -93,7 +93,7 @@ HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
9393

9494

9595
[[spring.tld.hasBindErrors]]
96-
== the hasBindErrors tag
96+
== The hasBindErrors tag
9797

9898
Provides Errors instance in case of bind errors. The HTML escaping flag participates in
9999
a page-wide or application-wide setting (i.e. by HtmlEscapeTag or a "defaultHtmlEscape"
@@ -122,7 +122,7 @@ context-param in web.xml).
122122

123123

124124
[[spring.tld.htmlEscape]]
125-
== the htmlEscape tag
125+
== The htmlEscape tag
126126

127127
Sets default HTML escape value for the current page. Overrides a "defaultHtmlEscape"
128128
context-param in web.xml, if any.
@@ -143,7 +143,7 @@ context-param in web.xml, if any.
143143

144144

145145
[[spring.tld.message]]
146-
== the message tag
146+
== The message tag
147147

148148
Retrieves the message with the given code, or text if code isn't resolvable. The HTML
149149
escaping flag participates in a page-wide or application-wide setting (i.e. by
@@ -218,7 +218,7 @@ HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
218218

219219

220220
[[spring.tld.nestedPath]]
221-
== the nestedPath tag
221+
== The nestedPath tag
222222

223223
Sets a nested path to be used by the bind tag's path.
224224

@@ -239,7 +239,7 @@ Sets a nested path to be used by the bind tag's path.
239239

240240

241241
[[spring.tld.theme]]
242-
== the theme tag
242+
== The theme tag
243243

244244
Retrieves the theme message with the given code, or text if code isn't resolvable. The
245245
HTML escaping flag participates in a page-wide or application-wide setting (i.e. by
@@ -310,7 +310,7 @@ HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
310310

311311

312312
[[spring.tld.transform]]
313-
== the transform tag
313+
== The transform tag
314314

315315
Provides transformation of variables to Strings, using an appropriate custom
316316
PropertyEditor from BindTag (can only be used inside BindTag). The HTML escaping flag
@@ -354,7 +354,7 @@ participates in a page-wide or application-wide setting (i.e. by HtmlEscapeTag o
354354

355355

356356
[[spring.tld.url]]
357-
== the url tag
357+
== The url tag
358358

359359
Creates URLs with support for URI template variables, HTML/XML escaping, and Javascript
360360
escaping. Modeled after the JSTL c:url tag with backwards compatibility in mind.
@@ -407,7 +407,7 @@ escaping. Modeled after the JSTL c:url tag with backwards compatibility in mind.
407407

408408

409409
[[spring.tld.eval]]
410-
== the eval tag
410+
== The eval tag
411411

412412
Evaluates a Spring expression (SpEL) and either prints the result or assigns it to a
413413
variable.

0 commit comments

Comments
 (0)