クラス HttpContextUtils
java.lang.ObjectSE
org.springframework.integration.http.config.HttpContextUtils
BeanFactory から HTTP 統合コンポーネントにアクセスするためのユーティリティクラス。- 導入:
- 3.0
- 作成者:
- Artem Bilan, Gary Russell
フィールド概要
フィールド修飾子と型フィールド説明static final StringSEデフォルトのIntegrationGraphControllerの Bean 名を表します。static final StringSEIntegrationGraphControllerのデフォルトのリクエストマッピングパスを表します。static final StringSEIntegrationGraphControllerリクエストマッピングパスの環境プロパティを表します。static final StringSEインフラストラクチャIntegrationRequestMappingHandlerMappingBean の名前。static final booleanorg.springframework.web.reactive.DispatcherHandlerが CLASSPATH に存在するかどうかを示すbooleanフラグ。統合サーバーの反応コンポーネントの登録を許可します。static final boolean統合サーバーコンポーネントの登録を許可するために、org.springframework.web.servlet.DispatcherServletが CLASSPATH に存在するかどうかを示すbooleanフラグ。方法の概要
修飾子と型メソッド説明static @Nullable RequestMappingconvertRequestMappingToAnnotation(RequestMapping requestMapping)
フィールドの詳細
WEB_MVC_PRESENT
public static final boolean WEB_MVC_PRESENT統合サーバーコンポーネントの登録を許可するために、org.springframework.web.servlet.DispatcherServletが CLASSPATH に存在するかどうかを示すbooleanフラグ。IntegrationGraphController。WEB_FLUX_PRESENT
public static final boolean WEB_FLUX_PRESENTorg.springframework.web.reactive.DispatcherHandlerが CLASSPATH に存在するかどうかを示すbooleanフラグ。統合サーバーの反応コンポーネントの登録を許可します。IntegrationGraphController。HANDLER_MAPPING_BEAN_NAME
インフラストラクチャIntegrationRequestMappingHandlerMappingBean の名前。- 関連事項:
GRAPH_CONTROLLER_PATH_PROPERTY
IntegrationGraphControllerリクエストマッピングパスの環境プロパティを表します。- 関連事項:
GRAPH_CONTROLLER_DEFAULT_PATH
IntegrationGraphControllerのデフォルトのリクエストマッピングパスを表します。- 関連事項:
GRAPH_CONTROLLER_BEAN_NAME
デフォルトのIntegrationGraphControllerの Bean 名を表します。- 関連事項:
方法の詳細
convertRequestMappingToAnnotation
public static @Nullable RequestMapping convertRequestMappingToAnnotation(RequestMapping requestMapping) 提供されたRequestMappingを Spring WebRequestMappingアノテーションに変換します。- パラメーター:
requestMapping- 変換するRequestMapping- 戻り値:
RequestMappingアノテーション。- 導入:
- 5.0