org.zkoss.spring.webflow.context.servlet
Class ZkFlowResourceListener

java.lang.Object
  extended by org.zkoss.spring.webflow.context.servlet.ZkFlowResourceListener
All Implemented Interfaces:
org.zkoss.zk.ui.util.ExecutionCleanup

public class ZkFlowResourceListener
extends java.lang.Object
implements org.zkoss.zk.ui.util.ExecutionCleanup

Store Web Flow related context when loading a zul page.

Since:
1.1
Author:
henrichen

Constructor Summary
ZkFlowResourceListener()
           
 
Method Summary
 void cleanup(org.zkoss.zk.ui.Execution exec, org.zkoss.zk.ui.Execution parent, java.util.List errs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZkFlowResourceListener

public ZkFlowResourceListener()
Method Detail

cleanup

public void cleanup(org.zkoss.zk.ui.Execution exec,
                    org.zkoss.zk.ui.Execution parent,
                    java.util.List errs)
             throws java.lang.Exception
Specified by:
cleanup in interface org.zkoss.zk.ui.util.ExecutionCleanup
Throws:
java.lang.Exception


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.