|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.web.servlet.support.JstlUtils
Helper class for preparing JSTL views.
Field Summary | |
static java.lang.String |
REQUEST_SCOPE_SUFFIX
|
Constructor Summary | |
JstlUtils()
|
Method Summary | |
static void |
exposeLocalizationContext(javax.servlet.http.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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String REQUEST_SCOPE_SUFFIX
Constructor Detail |
public JstlUtils()
Method Detail |
public static void exposeLocalizationContext(javax.servlet.http.HttpServletRequest request, MessageSource messageSource)
request
- current HTTP requestmessageSource
- the MessageSource to expose,
typically the current application context
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |