| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.web.servlet.support.RequestContext
org.springframework.web.servlet.support.JspAwareRequestContext
public class JspAwareRequestContext
JSP-aware (and JSTL-aware) subclass of RequestContext, allowing for
 population of the context from a javax.servlet.jsp.PageContext.
 
This context will detect a JSTL locale attribute in page/request/session/application scope, in addition to the fallback locale strategy provided by the base class.
getFallbackLocale()| Field Summary | 
|---|
| Fields inherited from class org.springframework.web.servlet.support.RequestContext | 
|---|
| DEFAULT_THEME_NAME, jstlPresent, WEB_APPLICATION_CONTEXT_ATTRIBUTE | 
| Constructor Summary | |
|---|---|
| JspAwareRequestContext(PageContext pageContext)Create a new JspAwareRequestContext for the given page context, using the request attributes for Errors retrieval. | |
| JspAwareRequestContext(PageContext pageContext,
                       Map model)Create a new JspAwareRequestContext for the given page context, using the given model attributes for Errors retrieval. | |
| Method Summary | |
|---|---|
| protected  Locale | getFallbackLocale()This implementation checks for a JSTL locale attribute in page, request, session or application scope; if not found, returns the HttpServletRequest.getLocale(). | 
| protected  PageContext | getPageContext()Return the underlying PageContext. | 
| protected  void | initContext(PageContext pageContext,
            Map model)Initialize this context with the given page context, using the given model attributes for Errors retrieval. | 
| Methods inherited from class org.springframework.web.servlet.support.RequestContext | 
|---|
| getBindStatus, getBindStatus, getContextPath, getDefaultHtmlEscape, getErrors, getErrors, getFallbackTheme, getLocale, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessageSource, getModelObject, getQueryString, getRequest, getRequestUri, getServletContext, getTheme, getThemeMessage, getThemeMessage, getThemeMessage, getThemeMessage, getThemeMessage, getThemeMessage, getThemeMessage, getUrlPathHelper, getWebApplicationContext, initContext, isDefaultHtmlEscape, setDefaultHtmlEscape, setUrlPathHelper | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JspAwareRequestContext(PageContext pageContext)
pageContext - current JSP page context
public JspAwareRequestContext(PageContext pageContext,
                              Map model)
pageContext - current JSP page contextmodel - the model attributes for the current view
 (can be null, using the request attributes for Errors retrieval)| Method Detail | 
|---|
protected void initContext(PageContext pageContext,
                           Map model)
pageContext - current JSP page contextmodel - the model attributes for the current view
 (can be null, using the request attributes for Errors retrieval)protected final PageContext getPageContext()
protected Locale getFallbackLocale()
HttpServletRequest.getLocale().
getFallbackLocale in class RequestContextnull)ServletRequest.getLocale()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||