@AutoConfigureOrder(value=-2147483648) @Configuration @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(value=org.springframework.web.servlet.DispatcherServlet.class) @AutoConfigureAfter(value=ServletWebServerFactoryAutoConfiguration.class) public class DispatcherServletAutoConfiguration extends ObjectSE
DispatcherServlet の Auto-configuration。組み込み Web サーバーがすでに存在するスタンドアロンアプリケーション、および SpringBootServletInitializer を使用したデプロイ可能なアプリケーションで機能するはずです。| 修飾子と型 | クラスと説明 |
|---|---|
protected static class | DispatcherServletAutoConfiguration.DispatcherServletConfiguration |
protected static class | DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration |
| 修飾子と型 | フィールドと説明 |
|---|---|
static StringSE | DEFAULT_DISPATCHER_SERVLET_BEAN_NAME |
static StringSE | DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME |
| コンストラクターと説明 |
|---|
DispatcherServletAutoConfiguration() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSECopyright © 2019 Pivotal Software, Inc.. All rights reserved.