public class DispatcherServletWebRequest extends ServletWebRequest
getLocale(), LocaleResolverDESTRUCTION_CALLBACK_NAME_PREFIX, immutableValueTypesrequestDestructionCallbacksREFERENCE_REQUEST, REFERENCE_SESSION, SCOPE_REQUEST, SCOPE_SESSION| コンストラクターと説明 |
|---|
DispatcherServletWebRequest(HttpServletRequestEE request) 指定されたリクエストの新しい DispatcherServletWebRequest インスタンスを作成します。 |
DispatcherServletWebRequest(HttpServletRequestEE request, HttpServletResponseEE response) 指定されたリクエストとレスポンスの新しい DispatcherServletWebRequest インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
java.util.Locale | getLocale() このリクエストのプライマリロケールを返します。 |
checkNotModified, checkNotModified, checkNotModified, getContextPath, getDescription, getHeader, getHeaderNames, getHeaderValues, getHttpMethod, getNativeRequest, getNativeRequest, getNativeResponse, getNativeResponse, getParameter, getParameterMap, getParameterNames, getParameterValues, getRemoteUser, getUserPrincipal, isNotModified, isSecure, isUserInRole, toStringgetAttribute, getAttributeNames, getRequest, getResponse, getSession, getSessionId, getSessionMutex, isImmutableSessionAttribute, registerDestructionCallback, registerSessionDestructionCallback, removeAttribute, resolveReference, setAttribute, updateAccessedSessionAttributesisRequestActive, registerRequestDestructionCallback, removeRequestDestructionCallback, requestCompletedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttribute, getAttributeNames, getSessionId, getSessionMutex, registerDestructionCallback, removeAttribute, resolveReference, setAttributepublic DispatcherServletWebRequest(HttpServletRequestEE request)
request - 現在の HTTP リクエスト public DispatcherServletWebRequest(HttpServletRequestEE request, HttpServletResponseEE response)
request - 現在の HTTP リクエスト response - 現在の HTTP レスポンス public java.util.Locale getLocale()
WebRequestWebRequest の getLocale ServletWebRequest の getLocale ServletRequest.getLocale()EE