程序包 cn.taketoday.web
类 RequestContextDecorator
java.lang.Object
cn.taketoday.core.AttributeAccessorSupport
cn.taketoday.web.RequestContext
cn.taketoday.web.DecoratingRequestContext
cn.taketoday.web.RequestContextDecorator
- 所有已实现的接口:
cn.taketoday.core.AttributeAccessor,cn.taketoday.core.io.InputStreamSource,cn.taketoday.core.io.OutputStreamSource,HttpInputMessage,HttpMessage,HttpRequest,Serializable
- 直接已知子类:
ContextExposingRequestContext
Provides a convenient implementation of the RequestContext
that can be subclassed by developers wishing to adapt the request to web.
This class implements the Wrapper or Decorator pattern.
Methods default to calling through to the wrapped request object.
- 从以下版本开始:
- 4.0 2022/2/5 13:53
- 作者:
- Harry Yang
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 cn.taketoday.web.RequestContext
RequestContext.RequestContextHttpOutputMessage -
字段概要
字段从类继承的字段 cn.taketoday.web.RequestContext
applicationContext, asyncWebRequest, bindingContext, contextPath, cookies, corsRequestFlag, EMPTY_COOKIES, httpMethod, inputStream, locale, lookupPath, method, multipartFlag, multipartRequest, notModified, outputStream, parameters, pathWithinApplication, preFlightRequestFlag, queryString, reader, redirectModel, requestDestructionCallbacks, requestHeaders, requestPath, requestURI, responseContentType, responseCookies, responseHeaders, SCOPE_REQUEST, SCOPE_SESSION, uri, webAsyncManager, writer从类继承的字段 cn.taketoday.core.AttributeAccessorSupport
attributes -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.web.DecoratingRequestContext
addCookie, addCookie, asHttpOutputMessage, attributeNames, binding, checkNotModified, checkNotModified, checkNotModified, clearAttributes, computeAttribute, copyAttributesFrom, createAsyncWebRequest, createMultipartRequest, createRequestHeaders, createResponseHeaders, doGetContextPath, doGetCookies, doGetInputStream, doGetLocale, doGetMethod, doGetOutputStream, doGetParameters, doGetQueryString, doGetReader, doGetRequestPath, doGetRequestURI, doGetWriter, flush, getApplicationContext, getAsyncManager, getAsyncWebRequest, getAttribute, getAttributeNames, getAttributes, getBinding, getBody, getContentLength, getContentType, getContextPath, getCookie, getCookies, getHeaders, getInputRedirectModel, getInputRedirectModel, getInputStream, getLocale, getLookupPath, getMatchingMetadata, getMethod, getMethodValue, getMultipartRequest, getOutputStream, getParameter, getParameterNames, getParameters, getParameters, getQueryString, getReader, getReader, getRemoteAddress, getRequestId, getRequestPath, getRequestTimeMillis, getRequestURI, getRequestURL, getResponseContentType, getScheme, getServerName, getServerPort, getStatus, getURI, getWriter, hasAttribute, hasAttributes, hasBinding, hashCode, hasMatchingMetadata, initId, isCommitted, isConcurrentHandlingStarted, isCorsRequest, isMultipart, isNotModified, isPreFlightRequest, matchingMetadata, mergeToResponse, nativeRequest, postGetParameters, postRequestCompleted, readableChannel, removeAttribute, removeCookie, requestCompleted, requestCompleted, requestHeaders, reset, responseCookies, responseHeaders, sendError, sendError, sendError, sendError, sendRedirect, setAttribute, setBinding, setContentLength, setContentType, setContentType, setMatchingMetadata, setStatus, setStatus, setWebAsyncManagerFactory, toString, unwrapRequest, writableChannel, writeHeaders从类继承的方法 cn.taketoday.web.RequestContext
getPort, getRequestProcessingTime, registerRequestDestructionCallback, registerRequestDestructionCallback, removeRequestDestructionCallback从类继承的方法 cn.taketoday.core.AttributeAccessorSupport
createAttributes
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
delegate
-
-
构造器详细资料
-
RequestContextDecorator
-
-
方法详细资料
-
getDelegate
- 指定者:
getDelegate在类中DecoratingRequestContext
-
equals
- 覆盖:
equals在类中DecoratingRequestContext
-