程序包 cn.taketoday.web

类 RequestContextDecorator

java.lang.Object
cn.taketoday.core.AttributeAccessorSupport
所有已实现的接口:
cn.taketoday.core.AttributeAccessor, cn.taketoday.core.io.InputStreamSource, cn.taketoday.core.io.OutputStreamSource, HttpInputMessage, HttpMessage, HttpRequest, Serializable
直接已知子类:
ContextExposingRequestContext

public class RequestContextDecorator extends DecoratingRequestContext
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
另请参阅: