Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ default `View` for JSON rendering:

include-code::./WebConfiguration[tag=snippet,indent=0]

[NOTE]
====
Calling `registry.jsp()` registers an `InternalResourceViewResolver`
with a default prefix of `/WEB-INF/` and a suffix of `.jsp`.
Explicit configuration is only required if JSP files are located
in a different directory or use a different extension.
====


Note, however, that FreeMarker, Groovy Markup, and script templates also require
configuration of the underlying view technology. The following example works with FreeMarker:

Expand Down