Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4ba7da8

Browse files
+ fixes
1 parent 5d5951f commit 4ba7da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,13 +430,13 @@
430430
```
431431

432432
21. __About `InternalResourceViewResolver`__<br>
433-
The `InternalResourceViewResolver` is an implementation of `ViewResolver` in Spring MVC framework which resolves logical view name e.g. "hello" to internal physical resources e.g. Servlet and JSP files e.g. jsp files placed under WEB-INF folder. It is a subclass of `UrlBasedViewResolver`, which uses "prefix" and "suffix" to convert a logical view name returned from Spring controller to map to actual, physical views.
433+
The `InternalResourceViewResolver` is an implementation of `ViewResolver` in Spring MVC framework which resolves logical view name e.g. "hello" to internal physical resources e.g. Servlet and JSP files e.g. jsp files placed under WEB-INF folder. It is a subclass of `UrlBasedViewResolver`, which uses "prefix" and "suffix" to convert a logical view name returned from Spring controller to map to actual, physical views.<br>
434434
*Important Points*:
435435
1. When chaining ViewResolvers, an `InternalResourceViewResolver` always needs to be last, as it will attempt to resolve any view name, no matter whether the underlying resource actually exists.
436436
2. The `InternalResourceViewResolver` is also the default view resolver of `DispatcherServlet` class, which acts as the front controller in Spring MVC framework.
437437
3. By default, `InternalResourceViewResolver` returns `InternalResourceView` (i.e. Servlets and JSP) but it can be configured to return JstlView by using the `viewClass` attribute.
438438

439-
22.
439+
440440

441441

442442

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /