org.springframework.web.servlet.view
Class JstlView
org.springframework.context.support.ApplicationObjectSupport
|
+--org.springframework.web.context.support.WebApplicationObjectSupport
|
+--org.springframework.web.servlet.view.AbstractView
|
+--org.springframework.web.servlet.view.AbstractUrlBasedView
|
+--org.springframework.web.servlet.view.InternalResourceView
|
+--org.springframework.web.servlet.view.JstlView
- public class JstlView
- extends InternalResourceView
Specialization of InternalResourceView for JSTL pages,
i.e. JSP pages that use the JSP Standard Tag Library.
Exposes JSTL-specific request attributes specifying locale
and resource bundle for JSTL's formatting and message tags,
using Spring's locale and message source.
This is a separate class mainly to avoid JSTL dependencies
in InternalResourceView itself.
- Author:
- Juergen Hoeller
- Since: 27.02.2003
- See Also: org.springframework.web.servlet.support.JstlUtils.exposeLocalizationContext(HttpServletRequest,org.springframework.context.MessageSource)