@Configuration @ConditionalOnWebApplication @ConditionalOnClass(value={, , }) @ConditionalOnMissingBean(value= ) public class WebMvcAutoConfiguration extends Object
Auto-configuration
for Web MVC
.Modifier and Type | Class and Description |
---|---|
static class |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PREFIX |
static String |
DEFAULT_SUFFIX |
Constructor and Description |
---|
WebMvcAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
HiddenHttpMethodFilter |
hiddenHttpMethodFilter() |
static boolean |
templateExists(Environment environment,
ResourceLoader resourceLoader,
String view) |
public static String DEFAULT_PREFIX
public static String DEFAULT_SUFFIX
@Bean @ConditionalOnMissingBean(value=) public HiddenHttpMethodFilter hiddenHttpMethodFilter()
public static boolean templateExists(Environment environment, ResourceLoader resourceLoader, String view)
Copyright © 2014. All rights reserved.