クラス WebMvcProperties

java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties

@ConfigurationProperties(prefix="spring.mvc") public class WebMvcProperties extends ObjectSE
導入:
2.0.0
作成者:
Phillip Webb, S é bastien Deleuze, Stephane Nicoll, Edd ú Mel é ndez, Brian Clozel, Vedran Pavic
  • コンストラクターの詳細

    • WebMvcProperties

      public WebMvcProperties()
  • メソッドの詳細

    • getMessageCodesResolverFormat

      public DefaultMessageCodesResolver.Format getMessageCodesResolverFormat()
    • setMessageCodesResolverFormat

      public void setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format messageCodesResolverFormat)
    • getFormat

      public WebMvcProperties.Format getFormat()
    • isPublishRequestHandledEvents

      public boolean isPublishRequestHandledEvents()
    • setPublishRequestHandledEvents

      public void setPublishRequestHandledEvents(boolean publishRequestHandledEvents)
    • isThrowExceptionIfNoHandlerFound

      @DeprecatedSE(since="3.2.0", forRemoval=true) @DeprecatedConfigurationProperty(reason="DispatcherServlet property is deprecated for removal and should no longer need to be configured", since="3.2.0") public boolean isThrowExceptionIfNoHandlerFound()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • setThrowExceptionIfNoHandlerFound

      @DeprecatedSE(since="3.2.0", forRemoval=true) public void setThrowExceptionIfNoHandlerFound(boolean throwExceptionIfNoHandlerFound)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • isLogRequestDetails

      public boolean isLogRequestDetails()
    • setLogRequestDetails

      public void setLogRequestDetails(boolean logRequestDetails)
    • isLogResolvedException

      public boolean isLogResolvedException()
    • setLogResolvedException

      public void setLogResolvedException(boolean logResolvedException)
    • isDispatchOptionsRequest

      public boolean isDispatchOptionsRequest()
    • setDispatchOptionsRequest

      public void setDispatchOptionsRequest(boolean dispatchOptionsRequest)
    • isDispatchTraceRequest

      public boolean isDispatchTraceRequest()
    • setDispatchTraceRequest

      public void setDispatchTraceRequest(boolean dispatchTraceRequest)
    • getStaticPathPattern

      public StringSE getStaticPathPattern()
    • setStaticPathPattern

      public void setStaticPathPattern(StringSE staticPathPattern)
    • getWebjarsPathPattern

      public StringSE getWebjarsPathPattern()
    • setWebjarsPathPattern

      public void setWebjarsPathPattern(StringSE webjarsPathPattern)
    • getAsync

      public WebMvcProperties.Async getAsync()
    • getServlet

      public WebMvcProperties.Servlet getServlet()
    • getView

      public WebMvcProperties.View getView()
    • getContentnegotiation

      public WebMvcProperties.Contentnegotiation getContentnegotiation()
    • getPathmatch

      public WebMvcProperties.Pathmatch getPathmatch()
    • getProblemdetails

      public WebMvcProperties.Problemdetails getProblemdetails()