|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewResolver | |
org.springframework.web.servlet.view | Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations. |
org.springframework.web.servlet.view.velocity | Support classes for the integration of Velocity as Spring web view technology. |
Uses of ViewResolver in org.springframework.web.servlet.view |
Classes in org.springframework.web.servlet.view that implement ViewResolver | |
class |
AbstractCachingViewResolver
Convenient superclass for view resolvers. |
class |
BeanNameViewResolver
Simple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e. |
class |
InternalResourceViewResolver
Convenience subclass of UrlBasedViewResolver that supports InternalResourceView (i.e. |
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). |
Uses of ViewResolver in org.springframework.web.servlet.view.velocity |
Classes in org.springframework.web.servlet.view.velocity that implement ViewResolver | |
class |
VelocityViewResolver
Convenience subclass of UrlBasedViewResolver that supports VelocityView (i.e. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |