Class IcefacesAutoConfiguration
- java.lang.Object
-
- org.joinfaces.autoconfigure.icefaces.IcefacesAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass({org.icefaces.util.EnvUtils.class,org.icefaces.impl.application.WindowScopeManager.class}) @EnableConfigurationProperties(IcefacesProperties.class) public class IcefacesAutoConfiguration extends java.lang.Object
Spring Boot auto configuration for ICEfaces.
-
-
Constructor Summary
Constructors Constructor Description IcefacesAutoConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TldListenerRegistrationBean
icefacesTldListenerRegistrationBean()
static org.springframework.beans.factory.config.CustomScopeConfigurer
windowScopeConfigurer()
-
-
-
Method Detail
-
windowScopeConfigurer
@Bean public static org.springframework.beans.factory.config.CustomScopeConfigurer windowScopeConfigurer()
-
icefacesTldListenerRegistrationBean
@Bean public TldListenerRegistrationBean icefacesTldListenerRegistrationBean()
-
-