public abstract class MvcNamespaceUtils extends ObjectSE
| コンストラクターと説明 |
|---|
MvcNamespaceUtils() |
| 修飾子と型 | メソッドと説明 |
|---|---|
static ObjectSE | getContentNegotiationManager(ParserContext context)annotation-driven 要素によって作成または登録された ContentNegotiationManager Bean を見つけます。 |
static RuntimeBeanReference | registerCorsConfigurations(MapSE<StringSE, CorsConfiguration> corsConfigurations, ParserContext context, ObjectSE source) すでに登録されていない限り、 Map<String, CorsConfiguration> (マップされた CorsConfiguration)を既知の名前で登録します。 |
static void | registerDefaultComponents(ParserContext context, ObjectSE source) |
static RuntimeBeanReference | registerPathMatcher(RuntimeBeanReference pathMatcherRef, ParserContext context, ObjectSE source) エイリアスが既存の既知の名前に追加されるか、 PathMatcher の新しいインスタンスがその既知の名前で登録されます(まだ登録されていない場合)。 |
static RuntimeBeanReference | registerUrlPathHelper(RuntimeBeanReference urlPathHelperRef, ParserContext context, ObjectSE source) エイリアスが既存の既知の名前に追加されるか、 UrlPathHelper の新しいインスタンスがその既知の名前で登録されます(まだ登録されていない場合)。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static void registerDefaultComponents(ParserContext context, @Nullable ObjectSE source)
public static RuntimeBeanReference registerUrlPathHelper(@Nullable RuntimeBeanReference urlPathHelperRef, ParserContext context, @Nullable ObjectSE source)
UrlPathHelper の新しいインスタンスがその既知の名前で登録されます(まだ登録されていない場合)。UrlPathHelper インスタンスへの RuntimeBeanReferencepublic static RuntimeBeanReference registerPathMatcher(@Nullable RuntimeBeanReference pathMatcherRef, ParserContext context, @Nullable ObjectSE source)
PathMatcher の新しいインスタンスがその既知の名前で登録されます(まだ登録されていない場合)。PathMatcher インスタンスへの RuntimeBeanReferencepublic static RuntimeBeanReference registerCorsConfigurations(@Nullable MapSE<StringSE,CorsConfiguration> corsConfigurations, ParserContext context, @Nullable ObjectSE source)
Map<String, CorsConfiguration> (マップされた CorsConfiguration)を既知の名前で登録します。null 以外の CORS 構成が提供されている場合、Bean 定義が更新される可能性があります。Map<String, CorsConfiguration> インスタンスへの RuntimeBeanReference@Nullable public static ObjectSE getContentNegotiationManager(ParserContext context)
annotation-driven 要素によって作成または登録された ContentNegotiationManager Bean を見つけます。null