- 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.
- getBrowserDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderCachedPatch
-
- getBrowserDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
- getDelay() - Method in class org.zkoss.zkplus.liferay.JQueryRenderPatch
-
Returns the number of milliseconds to wait before replacing with
the correct content.
- 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.
- getErrorPage() - Method in class org.zkoss.zkplus.acegi.ZkAccessDeniedHandler
-
Deprecated.
- 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.
- getSessionFactory() - Static method in class org.zkoss.zkplus.hibernate.HibernateUtil
-
Deprecated.
Get the singleton hibernate Session Factory.
- getThreadLocal(String, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
-
Given class name and static ThreadLocal field name, return the associated ThreadLocal.
- getThreadLocal(Class, String) - Static method in class org.zkoss.zkplus.util.ThreadLocals
-
Given class and static ThreadLocal field name, return the associated ThreadLocal.