Uses of Class
org.springframework.web.servlet.view.AbstractCachingViewResolver

Packages that use AbstractCachingViewResolver
org.springframework.web.servlet.view 

Uses of AbstractCachingViewResolver in org.springframework.web.servlet.view
 

Subclasses of AbstractCachingViewResolver in org.springframework.web.servlet.view
class ResourceBundleViewResolver
          Implementation of ViewResolver that uses bean definitions in a ResourceBundle, specified by the bundle basename.
class UrlBasedViewResolver
          Simple implementation of ViewResolver that allows for direct resolution of symbolic view names to URLs, without explicit mapping definition.
class XmlViewResolver
          Implementation of ViewResolver that uses bean definitions in an XML file, specified by location (URL or relative path, according to the ApplicationContext implementation).