Modifier and Type |
Method and Description |
WebMvcProperties.Async |
getAsync() |
WebMvcProperties.Contentnegotiation |
getContentnegotiation() |
String |
getDateFormat() |
Locale |
getLocale() |
WebMvcProperties.LocaleResolver |
getLocaleResolver() |
org.springframework.validation.DefaultMessageCodesResolver.Format |
getMessageCodesResolverFormat() |
WebMvcProperties.Pathmatch |
getPathmatch() |
WebMvcProperties.Servlet |
getServlet() |
String |
getStaticPathPattern() |
WebMvcProperties.View |
getView() |
boolean |
isDispatchOptionsRequest() |
boolean |
isDispatchTraceRequest() |
boolean |
isIgnoreDefaultModelOnRedirect() |
boolean |
isLogResolvedException() |
boolean |
isPublishRequestHandledEvents() |
boolean |
isThrowExceptionIfNoHandlerFound() |
void |
setDateFormat(String dateFormat) |
void |
setDispatchOptionsRequest(boolean dispatchOptionsRequest) |
void |
setDispatchTraceRequest(boolean dispatchTraceRequest) |
void |
setIgnoreDefaultModelOnRedirect(boolean ignoreDefaultModelOnRedirect) |
void |
setLocale(Locale locale) |
void |
setLocaleResolver(WebMvcProperties.LocaleResolver localeResolver) |
void |
setLogResolvedException(boolean logResolvedException) |
void |
setMessageCodesResolverFormat(org.springframework.validation.DefaultMessageCodesResolver.Format messageCodesResolverFormat) |
void |
setPublishRequestHandledEvents(boolean publishRequestHandledEvents) |
void |
setStaticPathPattern(String staticPathPattern) |
void |
setThrowExceptionIfNoHandlerFound(boolean throwExceptionIfNoHandlerFound) |