org.springframework.web.servlet.support
Class JstlUtils


public abstract class JstlUtils

Helper class for preparing JSTL views.

Author:
Juergen Hoeller
Since: 20.08.2003

Field Summary
 final static StringREQUEST_SCOPE_SUFFIX
           

Method Summary
 static voidexposeLocalizationContext(HttpServletRequest request, MessageSource messageSource)
          Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and message source.

Field Detail

REQUEST_SCOPE_SUFFIX

public final static String REQUEST_SCOPE_SUFFIX
Method Detail

exposeLocalizationContext

public static void exposeLocalizationContext(HttpServletRequest request, MessageSource messageSource)
throws ServletException
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and message source.
Parameters:
request - current HTTP request
messageSource - the MessageSource to expose, typically the current application context
Throws:
ServletException

Association Links

to Class java.lang.String