We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd84b09 commit 7f48d1bCopy full SHA for 7f48d1b
spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractCachingViewResolver.java
@@ -133,7 +133,7 @@ public boolean isCache() {
133
* Note that this flag only applies if the general {@link #setCache "cache"}
134
* flag is kept at its default of "true" as well.
135
* <p>Of specific interest is the ability for some AbstractUrlBasedView
136
- * implementations (FreeMarker, Tiles) to check if an underlying resource
+ * implementations (e.g., FreeMarker) to check if an underlying resource
137
* exists via {@link AbstractUrlBasedView#checkResource(Locale)}.
138
* With this flag set to "false", an underlying resource that re-appears
139
* is noticed and used. With the flag set to "true", one check is made only.
0 commit comments