Class IcefacesAutoConfiguration
- java.lang.Object
- 
- org.joinfaces.autoconfigure.icefaces.IcefacesAutoConfiguration
 
- 
 @AutoConfiguration @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass({org.icefaces.util.EnvUtils.class,org.icefaces.impl.application.WindowScopeManager.class}) @EnableConfigurationProperties(IcefacesProperties.class) public class IcefacesAutoConfiguration extends Object Spring Boot auto configuration for ICEfaces.
- 
- 
Constructor SummaryConstructors Constructor Description IcefacesAutoConfiguration()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TldListenerRegistrationBeanicefacesTldListenerRegistrationBean()static CustomScopeConfigurerwindowScopeConfigurer()
 
- 
- 
- 
Method Detail- 
windowScopeConfigurer@Bean public static CustomScopeConfigurer windowScopeConfigurer() 
 - 
icefacesTldListenerRegistrationBean@Bean public TldListenerRegistrationBean icefacesTldListenerRegistrationBean() 
 
- 
 
-