Appendix refactoring

1. Move schemas to local appendix within each top-level section.
2. Link to Javadoc for JSP tags
3. Purge Class Spring usage information

Issue: SPR-16045
This commit is contained in:
Rossen Stoyanchev
2017-10-05 07:23:18 -04:00
parent d04d4bfb4d
commit e5a5677fcd
11 changed files with 1831 additions and 3997 deletions

View File

@@ -9033,3 +9033,6 @@ policies and different topologies which other solutions do not (take for example
`ConcurrentHashMap`) - exposing that in the cache abstraction would be useless simply
because there would no backing support. Such functionality should be controlled directly
through the backing cache, when configuring it or through its native API.
include::integration-appendix.adoc[leveloffset=+1]