@Configuration @EnableConfigurationProperties(value=ZkProperties.class) @ConditionalOnClass(value=org.zkoss.zkmax.Version.class) public class ZkMaxAutoConfiguration extends Object
Constructor and Description |
---|
ZkMaxAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
cometAsyncServlet() |
org.springframework.boot.web.servlet.ServletContextInitializer |
manualServletConfigInit() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
wsFilter() |
@Bean public org.springframework.boot.web.servlet.ServletContextInitializer manualServletConfigInit()
@Bean @ConditionalOnProperty(prefix="zk", name="servlet3-push-enabled", matchIfMissing=true) public org.springframework.boot.web.servlet.ServletRegistrationBean cometAsyncServlet()
@Bean @ConditionalOnProperty(prefix="zk", name="websockets-enabled", matchIfMissing=true) public org.springframework.boot.web.servlet.FilterRegistrationBean wsFilter()
Copyright © 2018 Potix Corporation. All rights reserved.