Package | Description |
---|---|
org.zkoss.zk.ui.util |
Utilities to handle user interfaces.
|
org.zkoss.zkplus.acegi | |
org.zkoss.zkplus.hibernate |
Utilities to support Hibernate.
|
org.zkoss.zkplus.spring |
Utilities to support Spring Application Framework.
|
org.zkoss.zkplus.util |
Utilities that can be applied to several situations.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EventThreadInit> |
Configuration.newEventThreadInits(Component comp,
Event evt)
Constructs a list of
EventThreadInit instances and invokes
prepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for
each relevant listener registered by Configuration.addListener(java.lang.Class<?>) . |
Modifier and Type | Method and Description |
---|---|
boolean |
Configuration.invokeEventThreadInits(java.util.List<EventThreadInit> inits,
Component comp,
Event evt)
Invokes
init(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned
by Configuration.newEventThreadInits(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) . |
Modifier and Type | Class and Description |
---|---|
class |
AcegiSecurityContextListener
Deprecated.
As of release 7.0.0
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateSessionContextListener
Deprecated.
As of release 6.0.2, please use the official Hibernate's method instead.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringTransactionSynchronizationListener
Listener to make sure each ZK thread got the same ThreadLocal value of the
spring's org.springframework.transaction.support.TransactionSynchronizationManager;
especially those thread bound resources.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadLocalListener
Listener to make sure servlet thread and ZK event thread got the same ThreadLocal values.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.