Class HttpContextUtils

java.lang.Object
org.springframework.integration.http.config.HttpContextUtils

public final class HttpContextUtils extends Object
Utility class for accessing HTTP integration components from the BeanFactory.
Since:
3.0
Author:
Artem Bilan, Gary Russell
  • Field Details

    • WEB_MVC_PRESENT

      public static final boolean WEB_MVC_PRESENT
      A boolean flag to indicate if the org.springframework.web.servlet.DispatcherServlet is present in the CLASSPATH to allow the registration of Integration server components, e.g. IntegrationGraphController.
    • WEB_FLUX_PRESENT

      public static final boolean WEB_FLUX_PRESENT
      A boolean flag to indicate if the org.springframework.web.reactive.DispatcherHandler is present in the CLASSPATH to allow the registration of Integration server reactive components, e.g. IntegrationGraphController.
    • HANDLER_MAPPING_BEAN_NAME

      public static final String HANDLER_MAPPING_BEAN_NAME
      The name for the infrastructure IntegrationRequestMappingHandlerMapping bean.
      See Also:
    • GRAPH_CONTROLLER_PATH_PROPERTY

      public static final String GRAPH_CONTROLLER_PATH_PROPERTY
      Represents the environment property for the IntegrationGraphController request mapping path.
      See Also:
    • GRAPH_CONTROLLER_DEFAULT_PATH

      public static final String GRAPH_CONTROLLER_DEFAULT_PATH
      Represents the default request mapping path for the IntegrationGraphController.
      See Also:
    • GRAPH_CONTROLLER_BEAN_NAME

      public static final String GRAPH_CONTROLLER_BEAN_NAME
      Represents the bean name for the default IntegrationGraphController.
      See Also:
  • Method Details