ZK 5.0.1 API

Packages
org.zkoss Potix Component Library
org.zkoss.idom The iDOM representation of XML DOM tree.
org.zkoss.idom.impl Implementation of iDOM.
org.zkoss.idom.input SAX builder and factory for iDOM.
org.zkoss.idom.transform XSL Transformer for iDOM.
org.zkoss.idom.util Utilities that simplifies the use of iDOM.
org.zkoss.image Image classes and interfaces.
org.zkoss.image.encoder Classes used to encode images.
org.zkoss.io File and stream I/O utilities.
org.zkoss.json JSON is a lightweight data-interchange format.
org.zkoss.json.parser The parser used to implement JSON
org.zkoss.lang The most fundamental Java utilities relevant.
org.zkoss.lang.reflect Utilities for Java reflection.
org.zkoss.math Mathematic utilities, such as BigDecimal and BigInteger.
org.zkoss.mesg Message for multi-language messages (locale-dependent).
org.zkoss.net Network Utilities
org.zkoss.sound Sound classes and interfaces.
org.zkoss.text Utilities for formatting numbers, dates and others.
org.zkoss.util Utilities for handling data structures.
org.zkoss.util.logging Logging utilities.
org.zkoss.util.media Media classes, interfaces and utilities.
org.zkoss.util.resource Resources and their locators and loaders.
org.zkoss.util.resource.impl Implementation of resources and their locators and loaders.
org.zkoss.web The Web common library.
org.zkoss.web.fn Functions used for EL expressions.
org.zkoss.web.init Listeners used to register to web.xml, and then initialize Web applications.
org.zkoss.web.mesg Message for multi-language messages (locale-dependent).
org.zkoss.web.portlet Portlet relevant utilities.
org.zkoss.web.servlet Servlet relevant utilities.
org.zkoss.web.servlet.dsp Dynamic Servlet Page (DSP).
org.zkoss.web.servlet.dsp.action DSP actions, such as ForEach, Include and If
org.zkoss.web.servlet.dsp.action.html DSP actions that are used only with HTML.
org.zkoss.web.servlet.dsp.impl Classes used to implement DSP.
org.zkoss.web.servlet.http HTTP relevant utilities.
org.zkoss.web.servlet.xel XEL Utilities that depends on Servlets.
org.zkoss.web.util.resource Utilities to access Web resources.
org.zkoss.xel XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL.
org.zkoss.xel.el This implementation is based on zcommons-EL.
org.zkoss.xel.fn A collections of functions used in XEL expressions (for TLD only).
org.zkoss.xel.taglib Utilities to access taglibs, aka., the TLD files.
org.zkoss.xel.util Utilties of XEL expressions.
org.zkoss.xml Utilities for handling XML and HTML.
org.zkoss.zhtml ZHTML component set.
org.zkoss.zhtml.impl Classes used to implement ZHTML component set.
org.zkoss.zk ZK core library.
org.zkoss.zk.au Requests and responsed used to communicate between client and server, called asynchronous updates.
org.zkoss.zk.au.http HTTP related classes used to do asynchronous updates.
org.zkoss.zk.au.out The responses of asynchronous updates (sent from server to client).
org.zkoss.zk.device Device (such as Ajax browsers and mobile devices) relevant classes.
org.zkoss.zk.fn A collections of functions used in EL expressions (implementation only).
org.zkoss.zk.mesg Message for multi-language messages (locale-dependent).
org.zkoss.zk.scripting Scripting intepreter relevant classes, including interpreter, namespace and so on.
org.zkoss.zk.scripting.bsh BeanShell - Java Interpreter.
org.zkoss.zk.scripting.groovy Groovy Interpreter
org.zkoss.zk.scripting.jruby JRuby interpreter
org.zkoss.zk.scripting.jython Jython interpreter
org.zkoss.zk.scripting.rhino Rhino - JavaScript Interpreter org.zkoss.scripting.bsf.rhino.RhinoInterpreter An implementation based on Rhino org.zkoss.scripting.bsf.rhino.RhinoInterpreter An implementation based on Rhino but went through BSF.
org.zkoss.zk.scripting.util Utilities for implementing interpters and namespaces.
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component.
org.zkoss.zk.ui.api Interfaces of components, which are the abstract layer to access a component
org.zkoss.zk.ui.event The org.zkoss.zk.ui and org.zkoss.zk.ui.event packages are the only packages that component and application developers need to know.
org.zkoss.zk.ui.event.impl Implementation of Event Queues
org.zkoss.zk.ui.ext Additional Interfaces that might be implemented by special components, such as AfterCompose.
org.zkoss.zk.ui.ext.render Additional Interfaces that might be implemented by the returned object of getExtraCtrl().
org.zkoss.zk.ui.http HTTP relevant utilities and servlets for implementing user interfaces (implementation only).
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only).
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only).
org.zkoss.zk.ui.metainfo.impl The implementation class of the metainfos.
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene).
org.zkoss.zk.ui.util Utilities to handle user interfaces.
org.zkoss.zk.xel ZK XEL utilities.
org.zkoss.zk.xel.impl XEL utilities for implementation only.
org.zkoss.zkex The extension to ZK core and additional ZUL components.
org.zkoss.zkex.zul Zul Extension library.
org.zkoss.zkex.zul.api Interfaces of ZUL components, which are the abstract layer to access a zul component
org.zkoss.zkex.zul.impl Classes used to implement ZUL Component extension Set (implementation only).
org.zkoss.zkmax Versatile plugins such as Ruby, Groovy, JavaScript, MVEL, OGNL, and other plugins.
org.zkoss.zkmax.au AU utilities in ZK EE, such as the inaccessible widget block service.
org.zkoss.zkmax.au.http HTTP related classes used to do asynchronous updates.
org.zkoss.zkmax.init Initialization of zkmax
org.zkoss.zkmax.ui.comet ZK comet implementation.
org.zkoss.zkmax.ui.eq [deprecated] Refer to org.zkoss.zk.event.EventQueue and org.zkoss.zk.event.EventQueues instead.
org.zkoss.zkmax.ui.event Events of Components in ZK EE.
org.zkoss.zkmax.ui.util  
org.zkoss.zkmax.xel.el This implementation is based on Apache Commons EL, ApacheELFactory.
org.zkoss.zkmax.xel.el21 This implementation is based on JSP 2.1 EL.
org.zkoss.zkmax.xel.mvel A XEL implemetation based on MVEL.
org.zkoss.zkmax.xel.ognl A XEL implemetation based on OGNL.
org.zkoss.zkmax.xel.util Utilities to implement XEL factories.
org.zkoss.zkmax.zul Components and UI utitilies available in ZK EE.
org.zkoss.zkmax.zul.api Interfaces of ZUL components, which are the abstract layer to access a zul component
org.zkoss.zkmax.zul.impl Implementation of ZUL components in ZK EE
org.zkoss.zkplus The ZK plus utilities, including data binding and integration of hibernate, acegi and so on.
org.zkoss.zkplus.acegi Utilities to support Acegi Security System
org.zkoss.zkplus.cdi Utilities to support org.zkoss.zkplus.databind The DataBinder used for binding ZK UI component and the backend data bean.
org.zkoss.zkplus.hibernate Utilities to support Hibernate.
org.zkoss.zkplus.jndi Utilities to support JNDI
org.zkoss.zkplus.jpa Utilities to support JPA
org.zkoss.zkplus.liferay  
org.zkoss.zkplus.seasar Utilities to support Seasar Framework.
org.zkoss.zkplus.spring Utilities to support Spring Application Framework.
org.zkoss.zkplus.util Utilities that can be applied to several situations.
org.zkoss.zml The ZK XML Component Set.
org.zkoss.zml.device XML Device
org.zkoss.zml.impl ZML implementation classes
org.zkoss.zul ZUL component set that are used for HTML-based clients.
org.zkoss.zul.api Interfaces of zul components, which are the abstract layer to access a ZUL component
org.zkoss.zul.event Events of ZUL Component Set.
org.zkoss.zul.ext Interfaces that might be implemented by ZUL components.
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only).
org.zkoss.zul.impl.api Interfaces of ZUL components, which are the abstract layer to access a component
org.zkoss.zul.mesg Message for multi-language messages (locale-dependent).

 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo