Remove superfluous spaces in asciidoc
Remove the superfluous spaces that appear in the asciidoc source. Issue: SPR-11096
This commit is contained in:
parent
8d4d5af30a
commit
5d8b008a8b
|
@ -37860,7 +37860,7 @@ Please refer to the Spring Javadoc of the various message listener containers fo
|
|||
description of the features supported by each implementation.
|
||||
|
||||
[[jms-receiving-async-session-aware-message-listener]]
|
||||
==== The SessionAwareMessageListener interface
|
||||
==== the SessionAwareMessageListener interface
|
||||
|
||||
The `SessionAwareMessageListener` interface is a Spring-specific interface that provides
|
||||
a similar contract to the JMS `MessageListener` interface, but also provides the message
|
||||
|
@ -37893,7 +37893,7 @@ interface, when using the `SessionAwareMessageListener` interface, it is the
|
|||
responsibility of the client code to handle any exceptions thrown.
|
||||
|
||||
[[jms-receiving-async-message-listener-adapter]]
|
||||
==== The MessageListenerAdapter
|
||||
==== the MessageListenerAdapter
|
||||
|
||||
The `MessageListenerAdapter` class is the final component in Spring's asynchronous
|
||||
messaging support: in a nutshell, it allows you to expose almost __any__ class as a MDP
|
||||
|
@ -38739,7 +38739,7 @@ attributes and operations, Spring JMX provides a comprehensive and extensible me
|
|||
for controlling the management interfaces of your beans.
|
||||
|
||||
[[jmx-interface-assembler]]
|
||||
==== The MBeanInfoAssembler Interface
|
||||
==== the MBeanInfoAssembler Interface
|
||||
|
||||
Behind the scenes, the `MBeanExporter` delegates to an implementation of the
|
||||
`org.springframework.jmx.export.assembler.MBeanInfoAssembler` interface which is
|
||||
|
@ -38966,7 +38966,7 @@ metadata types:
|
|||
|===
|
||||
|
||||
[[jmx-interface-autodetect]]
|
||||
==== The AutodetectCapableMBeanInfoAssembler interface
|
||||
==== the AutodetectCapableMBeanInfoAssembler interface
|
||||
|
||||
To simplify configuration even further, Spring introduces the
|
||||
`AutodetectCapableMBeanInfoAssembler` interface which extends the `MBeanInfoAssembler`
|
||||
|
@ -40035,7 +40035,7 @@ public class MyRecordExtractor implements RecordExtractor {
|
|||
----
|
||||
|
||||
[[cci-using-template]]
|
||||
==== The CciTemplate
|
||||
==== the CciTemplate
|
||||
|
||||
The `CciTemplate` is the central class of the core CCI support package (
|
||||
`org.springframework.jca.cci.core`). It simplifies the use of CCI since it handles the
|
||||
|
@ -41437,7 +41437,7 @@ methods are for simple, periodic execution, but the method that accepts a Trigge
|
|||
much more flexible.
|
||||
|
||||
[[scheduling-trigger-interface]]
|
||||
==== The Trigger interface
|
||||
==== the Trigger interface
|
||||
|
||||
The `Trigger` interface is essentially inspired by JSR-236, which, as of Spring 3.0, has
|
||||
not yet been officially implemented. The basic idea of the `Trigger` is that execution
|
||||
|
@ -43744,7 +43744,7 @@ Spring application. For the currently recommended usage patterns, please refer t
|
|||
For the currently recommended usage patterns for Hibernate see <<orm-hibernate>>
|
||||
|
||||
[[orm-hibernate-template]]
|
||||
===== The HibernateTemplate
|
||||
===== the HibernateTemplate
|
||||
|
||||
The basic programming model for templating looks as follows, for methods that can be
|
||||
part of any custom data access object or business service. There are no restrictions on
|
||||
|
@ -46092,7 +46092,7 @@ legal and supported) style, followed immediately by an __after__ example showing
|
|||
equivalent in the new XML Schema-based style.
|
||||
|
||||
[[xsd-config-body-schemas-util]]
|
||||
==== The util schema
|
||||
==== the util schema
|
||||
|
||||
First up is coverage of the `util` tags. As the name implies, the `util` tags deal with
|
||||
common, __utility__ configuration issues, such as configuring collections, referencing
|
||||
|
@ -46578,7 +46578,7 @@ If no `'set-class'` attribute is supplied, a `Set` implementation will be chosen
|
|||
container.
|
||||
|
||||
[[xsd-config-body-schemas-jee]]
|
||||
==== The jee schema
|
||||
==== the jee schema
|
||||
|
||||
The `jee` tags deal with Java EE (Java Enterprise Edition)-related configuration issues,
|
||||
such as looking up a JNDI object and defining EJB references.
|
||||
|
@ -46817,7 +46817,7 @@ After...
|
|||
----
|
||||
|
||||
[[xsd-config-body-schemas-lang]]
|
||||
==== The lang schema
|
||||
==== the lang schema
|
||||
|
||||
The `lang` tags deal with exposing objects that have been written in a dynamic language
|
||||
such as JRuby or Groovy as beans in the Spring container.
|
||||
|
@ -46845,7 +46845,7 @@ __http://www.springframework.org/schema/lang http://www.springframework.org/sche
|
|||
----
|
||||
|
||||
[[xsd-config-body-schemas-jms]]
|
||||
==== The jms schema
|
||||
==== the jms schema
|
||||
|
||||
The `jms` tags deal with configuring JMS-related beans such as Spring's
|
||||
<<jms-mdp,MessageListenerContainers>>. These tags are detailed in the section of the
|
||||
|
@ -46871,7 +46871,7 @@ __http://www.springframework.org/schema/jms http://www.springframework.org/schem
|
|||
----
|
||||
|
||||
[[xsd-config-body-schemas-tx]]
|
||||
==== The tx (transaction) schema
|
||||
==== the tx (transaction) schema
|
||||
|
||||
The `tx` tags deal with configuring all of those beans in Spring's comprehensive support
|
||||
for transactions. These tags are covered in the chapter entitled <<transaction>>.
|
||||
|
@ -46916,7 +46916,7 @@ using AOP). The above XML snippet contains the relevant lines needed to referenc
|
|||
====
|
||||
|
||||
[[xsd-config-body-schemas-aop]]
|
||||
==== The aop schema
|
||||
==== the aop schema
|
||||
|
||||
The `aop` tags deal with configuring all things AOP in Spring: this includes Spring's
|
||||
own proxy-based AOP framework and Spring's integration with the AspectJ AOP framework.
|
||||
|
@ -46941,7 +46941,7 @@ __http://www.springframework.org/schema/aop http://www.springframework.org/schem
|
|||
----
|
||||
|
||||
[[xsd-config-body-schemas-context]]
|
||||
==== The context schema
|
||||
==== the context schema
|
||||
|
||||
The `context` tags deal with `ApplicationContext` configuration that relates to plumbing
|
||||
- that is, not usually beans that are important to an end-user but rather beans that do
|
||||
|
@ -47014,7 +47014,7 @@ This element is detailed in <<aop-atconfigurable>>.
|
|||
This element is detailed in <<jmx-context-mbeanexport>>.
|
||||
|
||||
[[xsd-config-body-schemas-tool]]
|
||||
==== The tool schema
|
||||
==== the tool schema
|
||||
|
||||
The `tool` tags are for use when you want to add tooling-specific metadata to your
|
||||
custom configuration elements. This metadata can then be consumed by tools that are
|
||||
|
@ -47029,7 +47029,7 @@ to this review process, then do mail the Spring mailing list. The currently supp
|
|||
distribution.
|
||||
|
||||
[[xsd-config-body-schemas-jdbc]]
|
||||
==== The jdbc schema
|
||||
==== the jdbc schema
|
||||
|
||||
The `jdbc` tags allow you to quickly configure an embedded database or initialize an
|
||||
existing data source. These tags are documented in <<jdbc-embedded-database-support>>
|
||||
|
@ -47053,7 +47053,7 @@ __http://www.springframework.org/schema/jdbc http://www.springframework.org/sche
|
|||
----
|
||||
|
||||
[[xsd-config-body-schemas-cache]]
|
||||
==== The cache schema
|
||||
==== the cache schema
|
||||
|
||||
The `cache` tags can be used to enable support for Spring's `@CacheEvict`, `@CachePut`
|
||||
and `@Caching` annotations. It it also supports declarative XML-based caching. See
|
||||
|
@ -47077,7 +47077,7 @@ __http://www.springframework.org/schema/cache http://www.springframework.org/sch
|
|||
----
|
||||
|
||||
[[xsd-config-body-schemas-beans]]
|
||||
==== The beans schema
|
||||
==== the beans schema
|
||||
|
||||
Last but not least we have the tags in the `beans` schema. These are the same tags that
|
||||
have been in Spring since the very dawn of the framework. Examples of the various tags
|
||||
|
@ -47833,7 +47833,7 @@ This appendix describes the `spring.tld` tag library.
|
|||
* <<spring.tld.eval>>
|
||||
|
||||
[[spring.tld.bind]]
|
||||
=== The bind tag
|
||||
=== the bind tag
|
||||
|
||||
Provides BindStatus object for the given bind path. The HTML escaping flag participates
|
||||
in a page-wide or application-wide setting (i.e. by HtmlEscapeTag or a
|
||||
|
@ -47865,7 +47865,7 @@ in a page-wide or application-wide setting (i.e. by HtmlEscapeTag or a
|
|||
|===
|
||||
|
||||
[[spring.tld.escapeBody]]
|
||||
=== The escapeBody tag
|
||||
=== the escapeBody tag
|
||||
|
||||
Escapes its enclosed body content, applying HTML escaping and/or JavaScript escaping.
|
||||
The HTML escaping flag participates in a page-wide or application-wide setting (i.e. by
|
||||
|
@ -47890,7 +47890,7 @@ HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
|
|||
|===
|
||||
|
||||
[[spring.tld.hasBindErrors]]
|
||||
=== The hasBindErrors tag
|
||||
=== the hasBindErrors tag
|
||||
|
||||
Provides Errors instance in case of bind errors. The HTML escaping flag participates in
|
||||
a page-wide or application-wide setting (i.e. by HtmlEscapeTag or a "defaultHtmlEscape"
|
||||
|
@ -47916,7 +47916,7 @@ context-param in web.xml).
|
|||
|===
|
||||
|
||||
[[spring.tld.htmlEscape]]
|
||||
=== The htmlEscape tag
|
||||
=== the htmlEscape tag
|
||||
|
||||
Sets default HTML escape value for the current page. Overrides a "defaultHtmlEscape"
|
||||
context-param in web.xml, if any.
|
||||
|
@ -47934,7 +47934,7 @@ context-param in web.xml, if any.
|
|||
|===
|
||||
|
||||
[[spring.tld.message]]
|
||||
=== The message tag
|
||||
=== the message tag
|
||||
|
||||
Retrieves the message with the given code, or text if code isn't resolvable. The HTML
|
||||
escaping flag participates in a page-wide or application-wide setting (i.e. by
|
||||
|
@ -48006,7 +48006,7 @@ HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
|
|||
|===
|
||||
|
||||
[[spring.tld.nestedPath]]
|
||||
=== The nestedPath tag
|
||||
=== the nestedPath tag
|
||||
|
||||
Sets a nested path to be used by the bind tag's path.
|
||||
|
||||
|
@ -48024,7 +48024,7 @@ Sets a nested path to be used by the bind tag's path.
|
|||
|===
|
||||
|
||||
[[spring.tld.theme]]
|
||||
=== The theme tag
|
||||
=== the theme tag
|
||||
|
||||
Retrieves the theme message with the given code, or text if code isn't resolvable. The
|
||||
HTML escaping flag participates in a page-wide or application-wide setting (i.e. by
|
||||
|
@ -48092,7 +48092,7 @@ HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
|
|||
|===
|
||||
|
||||
[[spring.tld.transform]]
|
||||
=== The transform tag
|
||||
=== the transform tag
|
||||
|
||||
Provides transformation of variables to Strings, using an appropriate custom
|
||||
PropertyEditor from BindTag (can only be used inside BindTag). The HTML escaping flag
|
||||
|
@ -48133,7 +48133,7 @@ participates in a page-wide or application-wide setting (i.e. by HtmlEscapeTag o
|
|||
|===
|
||||
|
||||
[[spring.tld.url]]
|
||||
=== The url tag
|
||||
=== the url tag
|
||||
|
||||
Creates URLs with support for URI template variables, HTML/XML escaping, and Javascript
|
||||
escaping. Modeled after the JSTL c:url tag with backwards compatibility in mind.
|
||||
|
@ -48183,7 +48183,7 @@ escaping. Modeled after the JSTL c:url tag with backwards compatibility in mind.
|
|||
|===
|
||||
|
||||
[[spring.tld.eval]]
|
||||
=== The eval tag
|
||||
=== the eval tag
|
||||
|
||||
Evaluates a Spring expression (SpEL) and either prints the result or assigns it to a
|
||||
variable.
|
||||
|
@ -48256,7 +48256,7 @@ This appendix describes the `spring-form.tld` tag library.
|
|||
* <<spring-form.tld.textarea>>
|
||||
|
||||
[[spring-form.tld.checkbox]]
|
||||
=== The checkbox tag
|
||||
=== the checkbox tag
|
||||
|
||||
Renders an HTML 'input' tag with type 'checkbox'.
|
||||
|
||||
|
@ -48404,7 +48404,7 @@ Renders an HTML 'input' tag with type 'checkbox'.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.checkboxes]]
|
||||
=== The checkboxes tag
|
||||
=== the checkboxes tag
|
||||
|
||||
Renders multiple HTML 'input' tags with type 'checkbox'.
|
||||
|
||||
|
@ -48571,7 +48571,7 @@ Renders multiple HTML 'input' tags with type 'checkbox'.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.errors]]
|
||||
=== The errors tag
|
||||
=== the errors tag
|
||||
|
||||
Renders field errors in an HTML 'span' tag.
|
||||
|
||||
|
@ -48688,7 +48688,7 @@ Renders field errors in an HTML 'span' tag.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.form]]
|
||||
=== The form tag
|
||||
=== the form tag
|
||||
|
||||
Renders an HTML 'form' tag and exposes a binding path to inner tags for binding.
|
||||
|
||||
|
@ -48840,7 +48840,7 @@ Renders an HTML 'form' tag and exposes a binding path to inner tags for binding.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.hidden]]
|
||||
=== The hidden tag
|
||||
=== the hidden tag
|
||||
|
||||
Renders an HTML 'input' tag with type 'hidden' using the bound value.
|
||||
|
||||
|
@ -48867,7 +48867,7 @@ Renders an HTML 'input' tag with type 'hidden' using the bound value.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.input]]
|
||||
=== The input tag
|
||||
=== the input tag
|
||||
|
||||
Renders an HTML 'input' tag with type 'text' using the bound value.
|
||||
|
||||
|
@ -49036,7 +49036,7 @@ Renders an HTML 'input' tag with type 'text' using the bound value.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.label]]
|
||||
=== The label tag
|
||||
=== the label tag
|
||||
|
||||
Renders a form field label in an HTML 'label' tag.
|
||||
|
||||
|
@ -49153,7 +49153,7 @@ Renders a form field label in an HTML 'label' tag.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.option]]
|
||||
=== The option tag
|
||||
=== the option tag
|
||||
|
||||
Renders a single HTML 'option'. Sets 'selected' as appropriate based on bound value.
|
||||
|
||||
|
@ -49276,7 +49276,7 @@ Renders a single HTML 'option'. Sets 'selected' as appropriate based on bound va
|
|||
|===
|
||||
|
||||
[[spring-form.tld.options]]
|
||||
=== The options tag
|
||||
=== the options tag
|
||||
|
||||
Renders a list of HTML 'option' tags. Sets 'selected' as appropriate based on bound value.
|
||||
|
||||
|
@ -49404,7 +49404,7 @@ Renders a list of HTML 'option' tags. Sets 'selected' as appropriate based on bo
|
|||
|===
|
||||
|
||||
[[spring-form.tld.password]]
|
||||
=== The password tag
|
||||
=== the password tag
|
||||
|
||||
Renders an HTML 'input' tag with type 'password' using the bound value.
|
||||
|
||||
|
@ -49578,7 +49578,7 @@ Renders an HTML 'input' tag with type 'password' using the bound value.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.radiobutton]]
|
||||
=== The radiobutton tag
|
||||
=== the radiobutton tag
|
||||
|
||||
Renders an HTML 'input' tag with type 'radio'.
|
||||
|
||||
|
@ -49726,7 +49726,7 @@ Renders an HTML 'input' tag with type 'radio'.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.radiobuttons]]
|
||||
=== The radiobuttons tag
|
||||
=== the radiobuttons tag
|
||||
|
||||
Renders multiple HTML 'input' tags with type 'radio'.
|
||||
|
||||
|
@ -49892,7 +49892,7 @@ Renders multiple HTML 'input' tags with type 'radio'.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.select]]
|
||||
=== The select tag
|
||||
=== the select tag
|
||||
|
||||
Renders an HTML 'select' element. Supports databinding to the selected option.
|
||||
|
||||
|
@ -50055,7 +50055,7 @@ Renders an HTML 'select' element. Supports databinding to the selected option.
|
|||
|===
|
||||
|
||||
[[spring-form.tld.textarea]]
|
||||
=== The textarea tag
|
||||
=== the textarea tag
|
||||
|
||||
Renders an HTML 'textarea'.
|
||||
|
||||
|
|
Loading…
Reference in New Issue