Package org.zkoss.zkplus.cluster
Class ClusterSessionPatch
- java.lang.Object
-
- org.zkoss.zkplus.cluster.ClusterSessionPatch
-
- All Implemented Interfaces:
org.zkoss.zk.ui.util.ExecutionCleanup
public class ClusterSessionPatch extends java.lang.Object implements org.zkoss.zk.ui.util.ExecutionCleanupThis 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>- Since:
- 5.0.8
- Author:
- jimmy
-
-
Constructor Summary
Constructors Constructor Description ClusterSessionPatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup(org.zkoss.zk.ui.Execution exec, org.zkoss.zk.ui.Execution parent, java.util.List errs)
-