Package org.adempiere.webui.util
Class ZkContextRunnable
java.lang.Object
org.adempiere.util.ContextRunnable
org.adempiere.webui.util.ZkContextRunnable
- All Implemented Interfaces:
Runnable
This class setup additional zk specific session context.
Zk web UI code should use this instead of ContextRunnable.
Zk web UI code should use this instead of ContextRunnable.
- Author:
- hengsin
-
Field Summary
Fields inherited from class org.adempiere.util.ContextRunnable
context
-
Constructor Summary
-
Method Summary
Methods inherited from class org.adempiere.util.ContextRunnable
doRun, run
-
Constructor Details
-
ZkContextRunnable
public ZkContextRunnable()default constructor
-
-
Method Details
-
setup
protected void setup()Description copied from class:ContextRunnable
setup thread local context- Overrides:
setup
in classContextRunnable
-
cleanup
protected void cleanup()Description copied from class:ContextRunnable
clean up thread local context- Overrides:
cleanup
in classContextRunnable
-