public class ClusterSessionPatch extends Object implements org.zkoss.zk.ui.util.ExecutionCleanup
This listener is used with Weblogic clustering server or cloud environment (such as Google App Engine).
then you have to add following lines in application's WEB-INF/zk.xml:
<listener>
<listener-class>org.zkoss.zkplus.cluster.ClusterSessionPatch</listener-class>
</listener>
| Constructor and Description |
|---|
ClusterSessionPatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Execution parent,
List errs) |
Copyright © 2019. All rights reserved.