当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
DispatcherServletWebRequest (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.web.servlet.handler
Class DispatcherServletWebRequest
java.lang.Object
org.springframework.web.context.request.AbstractRequestAttributes
org.springframework.web.context.request.ServletRequestAttributes
org.springframework.web.context.request.ServletWebRequest
org.springframework.web.servlet.handler.DispatcherServletWebRequest
- All Implemented Interfaces:
- RequestAttributes, WebRequest
public class DispatcherServletWebRequest
- extends ServletWebRequest
ServletWebRequest that is aware of DispatcherServlet's request context,
such as the Locale determined by a LocaleResolver.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
getLocale()
,
LocaleResolver
Method Summary |
Locale |
getLocale()
Return the primary Locale for this request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DispatcherServletWebRequest
public DispatcherServletWebRequest(HttpServletRequest request)
- Create a new DispatcherServletWebRequest instance for the given request.
- Parameters:
request
- current HTTP request
getLocale
public Locale getLocale()
- Description copied from interface:
WebRequest
- Return the primary Locale for this request.
- Specified by:
getLocale
in interface WebRequest
- Overrides:
getLocale
in class ServletWebRequest
- See Also:
ServletRequest.getLocale()
Copyright © 2002-2007 The Spring Framework.