A B C D E G H I J O P R S T U V _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abortResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- abortResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- afterResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
B
- beforeResume(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- beforeResume(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- Bridge - Class in org.zkoss.zkplus.embed
-
Utilities to allow developers to start an execution in foreign Ajax channel.
- Bridge(ServletContext, HttpServletRequest, HttpServletResponse, Desktop, Object) - Constructor for class org.zkoss.zkplus.embed.Bridge
-
Constructor.
C
- CDIUtil - Class in org.zkoss.zkplus.cdi
-
Some generic utility for use with CDI.
- CDIUtil() - Constructor for class org.zkoss.zkplus.cdi.CDIUtil
- cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- cleanup(Component, Event, List) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.cluster.ClusterSessionPatch
- cleanup(Execution, Execution, List) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
- close() - Method in class org.zkoss.zkplus.embed.Bridge
-
Closes the execution such that other requests targeting the same desktop can be processed.
- closeEntityManager() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Closes the EntityManager of the default EntityManagerFactory as defined in zk.xml in an Execution scope.
- closeEntityManager(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Closes the EntityManager of the EntityManagerFactory of the specified puName;
- ClusterSessionPatch - Class in org.zkoss.zkplus.cluster
-
This listener is used with Weblogic clustering server or cloud environment (such as Google App Engine).
- ClusterSessionPatch() - Constructor for class org.zkoss.zkplus.cluster.ClusterSessionPatch
- complete(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- complete(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- CONFIG - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
D
- DelegatingVariableResolver - Class in org.zkoss.zkplus.cdi
-
Generic CDI EL named managed bean resolver.
- DelegatingVariableResolver - Class in org.zkoss.zkplus.seasar
-
DelegatingVariableResolver, a seasar2 bean variable resolver.
- DelegatingVariableResolver - Class in org.zkoss.zkplus.spring
-
DelegatingVariableResolver for resolving Spring beans, Spring Security variables and Spring Webflow variables.
- DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.cdi.DelegatingVariableResolver
- DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.seasar.DelegatingVariableResolver
- DelegatingVariableResolver() - Constructor for class org.zkoss.zkplus.spring.DelegatingVariableResolver
E
- equals(Object) - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
- equals(Object) - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
- equals(Object) - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
G
- getApplicationContext() - Static method in class org.zkoss.zkplus.spring.SpringUtil
-
Get the spring application context.
- getBean(String) - Static method in class org.zkoss.zkplus.spring.SpringUtil
-
Get the spring bean by the specified name.
- getBean(String, Class) - Static method in class org.zkoss.zkplus.spring.SpringUtil
-
Get the spring bean by the specified name and class.
- getBeanManager() - Static method in class org.zkoss.zkplus.cdi.CDIUtil
-
Returns the CDI BeanManager.
- getDesktop(ServletContext, HttpServletRequest, String) - Static method in class org.zkoss.zkplus.embed.Bridge
-
Returns the desktop of the given desktop ID, or null if not found.
- getEntityManager() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Returns an EntityManager of the default EntityManagerFactory as defined in zk.xml in an Execution scope.
- getEntityManager(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Returns or create an EntityManager for the specified persistence unit name.
- getEntityManagerFactory() - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Create or return the default EntityManagerFactory as defined in zk.xml.
- getEntityManagerFactory(String) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Create or return the EntityManagerFactory for the specified persistence unit name.
- getEntityManagerFactory(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Create the EntityManagerFactory for the specified persistence unit and defined properties.
- getEntiyManager(String, Map) - Static method in class org.zkoss.zkplus.jpa.JpaUtil
-
Returns an EntityManager for the specified persistence unit name and defined properties.
- getExecution() - Method in class org.zkoss.zkplus.embed.Bridge
-
Returns the execution.
- getResult() - Method in class org.zkoss.zkplus.embed.Bridge
-
Returns the result in the JavaScript.
- getThreadLocal(Class, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
-
Given class and static ThreadLocal field name, return the associated ThreadLocal.
- getThreadLocal(String, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
-
Given class name and static ThreadLocal field name, return the associated ThreadLocal.
H
- handleException(Execution, Throwable) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
-
Default exception handler.
- hashCode() - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
- hashCode() - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
- hashCode() - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
I
- init(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- init(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
- init(Execution, Execution) - Method in class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
J
- JPA_EM_MAP - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
- JPA_EMF_MAP - Static variable in class org.zkoss.zkplus.jpa.JpaUtil
- JpaUtil - Class in org.zkoss.zkplus.jpa
-
This class is used to create and hold open EntityManagerFactory objects within a Java EE environment.
- JpaUtil() - Constructor for class org.zkoss.zkplus.jpa.JpaUtil
O
- OpenEntityManagerInViewListener - Class in org.zkoss.zkplus.jpa
-
Listener to init and cleanup the JPA entityManager automatically
- OpenEntityManagerInViewListener() - Constructor for class org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener
- org.zkoss.zkplus - package org.zkoss.zkplus
- org.zkoss.zkplus.cdi - package org.zkoss.zkplus.cdi
- org.zkoss.zkplus.cluster - package org.zkoss.zkplus.cluster
- org.zkoss.zkplus.embed - package org.zkoss.zkplus.embed
- org.zkoss.zkplus.jpa - package org.zkoss.zkplus.jpa
- org.zkoss.zkplus.seasar - package org.zkoss.zkplus.seasar
- org.zkoss.zkplus.spring - package org.zkoss.zkplus.spring
- org.zkoss.zkplus.util - package org.zkoss.zkplus.util
P
- PageRenderer() - Constructor for class org.zkoss.zkplus.embed.Renders.PageRenderer
-
Default constructor.
- PageRenderer(Execution) - Constructor for class org.zkoss.zkplus.embed.Renders.PageRenderer
- PageRenderer(Execution, boolean) - Constructor for class org.zkoss.zkplus.embed.Renders.PageRenderer
- prepare(Component, Event) - Method in class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- prepare(Component, Event) - Method in class org.zkoss.zkplus.util.ThreadLocalListener
R
- render(ServletContext, HttpServletRequest, HttpServletResponse, Component, String, Writer) - Static method in class org.zkoss.zkplus.embed.Renders
-
Outputs the HTML tags of the given component to the given writer.
- render(ServletContext, HttpServletRequest, HttpServletResponse, Richlet, String, boolean, Writer) - Static method in class org.zkoss.zkplus.embed.Renders
-
Outputs the HTML tags of the given component to the given writer with additional control.
- render(ServletContext, HttpServletRequest, HttpServletResponse, Richlet, String, Writer) - Static method in class org.zkoss.zkplus.embed.Renders
-
Outputs the HTML tags of the given component to the given writer.
- render(Page, Writer) - Method in class org.zkoss.zkplus.embed.Renders.PageRenderer
- Renders - Class in org.zkoss.zkplus.embed
-
Utilities to embed ZK component(s) as a native JSF component, a JSP tag, Zimlet or others.
- Renders() - Constructor for class org.zkoss.zkplus.embed.Renders
- Renders.PageRenderer - Class in org.zkoss.zkplus.embed
-
A special page renderer that renders a page without generating the HTML tag of the page.
- resolveVariable(String) - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
- resolveVariable(String) - Method in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
-
Get the seasar component by the specified name.
- resolveVariable(String) - Method in class org.zkoss.zkplus.spring.DelegatingVariableResolver
-
Resolves variable name by name.
- resolveVariable(XelContext, Object, Object) - Method in class org.zkoss.zkplus.cdi.DelegatingVariableResolver
S
- SpringTransactionSynchronizationListener - Class in org.zkoss.zkplus.spring
-
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.
- SpringTransactionSynchronizationListener() - Constructor for class org.zkoss.zkplus.spring.SpringTransactionSynchronizationListener
- SpringUtil - Class in org.zkoss.zkplus.spring
-
SpringUtil, a Spring utility.
- SpringUtil() - Constructor for class org.zkoss.zkplus.spring.SpringUtil
- start(ServletContext, HttpServletRequest, HttpServletResponse, Desktop) - Static method in class org.zkoss.zkplus.embed.Bridge
-
Starts an execution.
T
- ThreadLocalListener - Class in org.zkoss.zkplus.util
-
Listener to make sure servlet thread and ZK event thread got the same ThreadLocal values.
- ThreadLocalListener() - Constructor for class org.zkoss.zkplus.util.ThreadLocalListener
- ThreadLocals - Class in org.zkoss.zkplus.util
-
ThreadLocal related utilities.
- ThreadLocals() - Constructor for class org.zkoss.zkplus.util.ThreadLocals
U
V
- Version - Class in org.zkoss.zkplus
_
- _container - Variable in class org.zkoss.zkplus.seasar.DelegatingVariableResolver
- _variableResolvers - Variable in class org.zkoss.zkplus.spring.DelegatingVariableResolver
-
Holds list of variable resolvers for Spring core (3.0RC and later), Spring security(3.0RC and later) and Spring webflow(only for 1.x)
All Classes All Packages