Java org.springframework.web.servlet.support JstlUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.support JstlUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.support JstlUtils.

The text is from its open source code.

Method

voidexposeLocalizationContext(HttpServletRequest request, @Nullable MessageSource messageSource)
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.
voidexposeLocalizationContext(RequestContext requestContext)
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.
MessageSourcegetJstlAwareMessageSource(@Nullable ServletContext servletContext, MessageSource messageSource)
Checks JSTL's "javax.servlet.jsp.jstl.fmt.localizationContext" context-param and creates a corresponding child message source, with the provided Spring-defined MessageSource as parent.