@Configuration @EnableConfigurationProperties(value=ZkProperties.class) public class ZkAutoConfiguration extends Object
Constructor and Description |
---|
ZkAutoConfiguration(ZkProperties zkProperties) |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
customizableDHtmlUpdateServlet() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
defaultDHtmlUpdateServlet() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
dHtmlLayoutServlet() |
org.zkoss.zk.ui.http.HttpSessionListener |
httpSessionListener()
With Zats the listener needs to be configured in web.xml.(custom update URI isn't supported by Zats anyway).
|
org.springframework.boot.web.servlet.FilterRegistrationBean |
richletFilter() |
public ZkAutoConfiguration(ZkProperties zkProperties)
@Bean @ConditionalOnProperty(prefix="zk", name="springboot-packaging", havingValue="war", matchIfMissing=false) public org.springframework.boot.web.servlet.ServletRegistrationBean dHtmlLayoutServlet()
@Bean @ConditionalOnProperty(prefix="zk", name="richlet-filter-mapping") public org.springframework.boot.web.servlet.FilterRegistrationBean richletFilter()
@Bean @ConditionalOnClass(name="org.zkoss.zats.mimic.Zats") public org.springframework.boot.web.servlet.ServletRegistrationBean defaultDHtmlUpdateServlet()
@Bean @ConditionalOnMissingClass(value="org.zkoss.zats.mimic.Zats") public org.springframework.boot.web.servlet.ServletRegistrationBean customizableDHtmlUpdateServlet()
@Bean @ConditionalOnMissingClass(value="org.zkoss.zats.mimic.Zats") public org.zkoss.zk.ui.http.HttpSessionListener httpSessionListener()
Copyright © 2018 Potix Corporation. All rights reserved.