org.springframework.web.servlet.support
Class JspAwareRequestContext.JstlPageLocaleResolver

java.lang.Object
  extended by org.springframework.web.servlet.support.JspAwareRequestContext.JstlPageLocaleResolver
Enclosing class:
JspAwareRequestContext

private static class JspAwareRequestContext.JstlPageLocaleResolver
extends java.lang.Object

Inner class that isolates the JSTL dependency. Just called to resolve the fallback locale if the JSTL API is present.


Constructor Summary
private JspAwareRequestContext.JstlPageLocaleResolver()
           
 
Method Summary
static java.util.Locale getJstlLocale(PageContext pageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspAwareRequestContext.JstlPageLocaleResolver

private JspAwareRequestContext.JstlPageLocaleResolver()
Method Detail

getJstlLocale

public static java.util.Locale getJstlLocale(PageContext pageContext)