Uses of Package
org.zkoss.xel

Packages that use org.zkoss.xel
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.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.taglib Utilities to access taglibs, aka., the TLD files. 
org.zkoss.xel.util Utilties of XEL expressions. 
 

Classes in org.zkoss.xel used by org.zkoss.util.resource
VariableResolver
          Used to customize the way an Expression resolves variable references at evaluation time.
 

Classes in org.zkoss.xel used by org.zkoss.util.resource.impl
VariableResolver
          Used to customize the way an Expression resolves variable references at evaluation time.
 

Classes in org.zkoss.xel used by org.zkoss.xel
Expression
          Represent a prepared (aka., compiled) expression.
ExpressionFactory
          Used to prepare expressions (Expression).
Function
          Represents a XEL function.
FunctionMapper
          Used to customize the way to map between the XEL function names and the Function methods.
VariableResolver
          Used to customize the way an Expression resolves variable references at evaluation time.
XelContext
          Context information for XEL evalution.
XelException
          Represents a XEL exception.
 

Classes in org.zkoss.xel used by org.zkoss.xel.el
Expression
          Represent a prepared (aka., compiled) expression.
ExpressionFactory
          Used to prepare expressions (Expression).
XelContext
          Context information for XEL evalution.
XelException
          Represents a XEL exception.
 

Classes in org.zkoss.xel used by org.zkoss.xel.taglib
FunctionMapper
          Used to customize the way to map between the XEL function names and the Function methods.
 

Classes in org.zkoss.xel used by org.zkoss.xel.util
Function
          Represents a XEL function.
FunctionMapper
          Used to customize the way to map between the XEL function names and the Function methods.
VariableResolver
          Used to customize the way an Expression resolves variable references at evaluation time.
XelContext
          Context information for XEL evalution.
XelException
          Represents a XEL exception.
 



Copyright © 2011. All Rights Reserved.