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.taglib Utilities to access taglibs, aka., the TLD files. 
org.zkoss.xel.util Utilties of XEL expressions. 
org.zkoss.xel.zel This implementation is based on ZEL 2.2 (Similar to EL 2.2). 
 

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 (a.k.a., 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.
ValueReference
          This represents a base model object and one of its properties (EL 2.2).
VariableResolver
          Used to customize the way an Expression resolves variable references at evaluation time.
XelContext
          Context information for XEL evaluation.
XelException
          Represents a XEL exception.
 

Classes in org.zkoss.xel used by org.zkoss.xel.taglib
Function
          Represents a XEL function.
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
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.
FunctionMapperExt
          Implemented with FunctionMapper to resolve the class.
VariableResolver
          Used to customize the way an Expression resolves variable references at evaluation time.
XelContext
          Context information for XEL evaluation.
XelException
          Represents a XEL exception.
 

Classes in org.zkoss.xel used by org.zkoss.xel.zel
Expression
          Represent a prepared (a.k.a., compiled) expression.
ExpressionFactory
          Used to prepare expressions (Expression).
ExpressionX
          An extension of Expression to have more control to handle Expression Language EL 2.2 specs.
FunctionMapper
          Used to customize the way to map between the XEL function names and the Function methods.
ValueReference
          This represents a base model object and one of its properties (EL 2.2).
XelContext
          Context information for XEL evaluation.
XelException
          Represents a XEL exception.
 



Copyright © 2013. All Rights Reserved.