类 WebMvcProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
- @ConfigurationProperties(prefix="spring.mvc") public class WebMvcProperties extends Object - propertiesfor Spring MVC.- 从以下版本开始:
- 1.1
 
- 嵌套类概要- 嵌套类 - 修饰符和类型 - 类 - 说明 - static class- WebMvcProperties.Async- static class- WebMvcProperties.Contentnegotiation- static class- WebMvcProperties.LocaleResolver- static class- WebMvcProperties.Pathmatch- static class- WebMvcProperties.Servlet- static class- WebMvcProperties.View
 - 构造器概要- 构造器 - 构造器 - 说明 - WebMvcProperties()
 - 方法概要
 
- 构造器详细资料- WebMvcProperties- public WebMvcProperties() 
 
 - 方法详细资料- getMessageCodesResolverFormat- public org.springframework.validation.DefaultMessageCodesResolver.Format getMessageCodesResolverFormat() 
 - setMessageCodesResolverFormat- public void setMessageCodesResolverFormat(org.springframework.validation.DefaultMessageCodesResolver.Format messageCodesResolverFormat) 
 - getLocaleResolver- public WebMvcProperties.LocaleResolver getLocaleResolver() 
 - setLocaleResolver- public void setLocaleResolver(WebMvcProperties.LocaleResolver localeResolver) 
 - getDateFormat- public String getDateFormat() 
 - setDateFormat- public void setDateFormat(String dateFormat) 
 - isIgnoreDefaultModelOnRedirect- public boolean isIgnoreDefaultModelOnRedirect() 
 - setIgnoreDefaultModelOnRedirect- public void setIgnoreDefaultModelOnRedirect(boolean ignoreDefaultModelOnRedirect) 
 - isThrowExceptionIfNoHandlerFound- public boolean isThrowExceptionIfNoHandlerFound() 
 - setThrowExceptionIfNoHandlerFound- public void setThrowExceptionIfNoHandlerFound(boolean throwExceptionIfNoHandlerFound) 
 - 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 String getStaticPathPattern() 
 - setStaticPathPattern- public void setStaticPathPattern(String staticPathPattern) 
 - 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()