Class RewriteAutoConfiguration
- java.lang.Object
-
- org.joinfaces.autoconfigure.rewrite.RewriteAutoConfiguration
-
@Configuration @EnableConfigurationProperties(RewriteProperties.class) @ConditionalOnClass(org.ocpsoft.rewrite.servlet.RewriteFilter.class) @AutoConfigureAfter(org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class) @ConditionalOnWebApplication(type=SERVLET) public class RewriteAutoConfiguration extends java.lang.Object
Spring Boot Auto Configuration of Rewrite.
-
-
Constructor Summary
Constructors Constructor Description RewriteAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationContextProviderapplicationContextProvider()org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>rewriteWebServerFactoryCustomizer()ThisWebServerFactoryCustomizeradds aServletContextInitializerto the embedded servlet-container which is equivalent to rewrite's ownMETA-INF/web-fragment.xml.
-
-
-
Method Detail
-
rewriteWebServerFactoryCustomizer
@DependsOn("applicationContextProvider") @Bean public org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory> rewriteWebServerFactoryCustomizer()ThisWebServerFactoryCustomizeradds aServletContextInitializerto the embedded servlet-container which is equivalent to rewrite's ownMETA-INF/web-fragment.xml.- Returns:
- rewrite web server factory customizer
-
applicationContextProvider
@Bean public ApplicationContextProvider applicationContextProvider()
-
-