类 WebmvcRequestContextHolder

java.lang.Object
net.guerlab.cloud.web.webmvc.request.WebmvcRequestContextHolder
所有已实现的接口:
net.guerlab.cloud.web.core.request.RequestContextHolder

public class WebmvcRequestContextHolder extends Object implements net.guerlab.cloud.web.core.request.RequestContextHolder
webmvc请求上下文保持.
作者:
guer
  • 构造器详细资料

    • WebmvcRequestContextHolder

      public WebmvcRequestContextHolder()
  • 方法详细资料

    • getRequestMethod

      @Nullable public String getRequestMethod()
      指定者:
      getRequestMethod 在接口中 net.guerlab.cloud.web.core.request.RequestContextHolder
    • getRequestPath

      @Nullable public String getRequestPath()
      指定者:
      getRequestPath 在接口中 net.guerlab.cloud.web.core.request.RequestContextHolder
    • getResponseStatusCode

      @Nullable public Integer getResponseStatusCode()
      指定者:
      getResponseStatusCode 在接口中 net.guerlab.cloud.web.core.request.RequestContextHolder