| Package | Description |
|---|---|
| org.springframework.web.servlet.view |
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCachingViewResolver.CacheFilter |
AbstractCachingViewResolver.getCacheFilter()
Return filter function that determines if view should be cached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCachingViewResolver.setCacheFilter(AbstractCachingViewResolver.CacheFilter cacheFilter)
Sets the filter that determines if view should be cached.
|