org.springframework.web.servlet.support
Class RequestContext.JstlLocaleResolver

java.lang.Object
  extended by org.springframework.web.servlet.support.RequestContext.JstlLocaleResolver
Enclosing class:
RequestContext

private static class RequestContext.JstlLocaleResolver
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 RequestContext.JstlLocaleResolver()
           
 
Method Summary
static java.util.Locale getJstlLocale(HttpServletRequest request, ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestContext.JstlLocaleResolver

private RequestContext.JstlLocaleResolver()
Method Detail

getJstlLocale

public static java.util.Locale getJstlLocale(HttpServletRequest request,
                                             ServletContext servletContext)