Uses of Class
org.zkoss.zel.ELContext

Packages that use ELContext
org.zkoss.zel   
org.zkoss.zel.impl   
org.zkoss.zel.impl.lang   
 

Uses of ELContext in org.zkoss.zel
 

Methods in org.zkoss.zel that return ELContext
 ELContext ELContextEvent.getELContext()
           
 

Methods in org.zkoss.zel with parameters of type ELContext
abstract  MethodExpression ExpressionFactory.createMethodExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedReturnType, java.lang.Class<?>[] expectedParamTypes)
           
abstract  ValueExpression ExpressionFactory.createValueExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedType)
           
 java.lang.Class<?> ResourceBundleELResolver.getCommonPropertyType(ELContext context, java.lang.Object base)
           
 java.lang.Class<?> MapELResolver.getCommonPropertyType(ELContext context, java.lang.Object base)
           
 java.lang.Class<?> ListELResolver.getCommonPropertyType(ELContext context, java.lang.Object base)
           
 java.lang.Class<?> ArrayELResolver.getCommonPropertyType(ELContext context, java.lang.Object base)
           
 java.lang.Class<?> BeanELResolver.getCommonPropertyType(ELContext context, java.lang.Object base)
           
 java.lang.Class<?> CompositeELResolver.getCommonPropertyType(ELContext context, java.lang.Object base)
           
abstract  java.lang.Class<?> ELResolver.getCommonPropertyType(ELContext context, java.lang.Object base)
           
 java.util.Iterator<java.beans.FeatureDescriptor> ResourceBundleELResolver.getFeatureDescriptors(ELContext context, java.lang.Object base)
           
 java.util.Iterator<java.beans.FeatureDescriptor> MapELResolver.getFeatureDescriptors(ELContext context, java.lang.Object base)
           
 java.util.Iterator<java.beans.FeatureDescriptor> ListELResolver.getFeatureDescriptors(ELContext context, java.lang.Object base)
           
 java.util.Iterator<java.beans.FeatureDescriptor> ArrayELResolver.getFeatureDescriptors(ELContext context, java.lang.Object base)
           
 java.util.Iterator<java.beans.FeatureDescriptor> BeanELResolver.getFeatureDescriptors(ELContext context, java.lang.Object base)
           
 java.util.Iterator<java.beans.FeatureDescriptor> CompositeELResolver.getFeatureDescriptors(ELContext context, java.lang.Object base)
           
abstract  java.util.Iterator<java.beans.FeatureDescriptor> ELResolver.getFeatureDescriptors(ELContext context, java.lang.Object base)
           
abstract  MethodInfo MethodExpression.getMethodInfo(ELContext context)
           
abstract  java.lang.Class<?> ValueExpression.getType(ELContext context)
           
 java.lang.Class<?> ResourceBundleELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Class<?> MapELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Class<?> ListELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Class<?> ArrayELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Class<?> BeanELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Class<?> CompositeELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  java.lang.Class<?> ELResolver.getType(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  java.lang.Object ValueExpression.getValue(ELContext context)
           
 java.lang.Object ResourceBundleELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object MapELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object ListELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object ArrayELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object BeanELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 java.lang.Object CompositeELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  java.lang.Object ELResolver.getValue(ELContext context, java.lang.Object base, java.lang.Object property)
           
 ValueReference ValueExpression.getValueReference(ELContext context)
           
abstract  java.lang.Object MethodExpression.invoke(ELContext context, java.lang.Object[] params)
           
 java.lang.Object BeanELResolver.invoke(ELContext context, java.lang.Object base, java.lang.Object method, java.lang.Class<?>[] paramTypes, java.lang.Object[] params)
           
 java.lang.Object CompositeELResolver.invoke(ELContext context, java.lang.Object base, java.lang.Object method, java.lang.Class<?>[] paramTypes, java.lang.Object[] params)
           
 java.lang.Object ELResolver.invoke(ELContext context, java.lang.Object base, java.lang.Object method, java.lang.Class<?>[] paramTypes, java.lang.Object[] params)
           
abstract  boolean ValueExpression.isReadOnly(ELContext context)
           
 boolean ResourceBundleELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean MapELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean ListELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean ArrayELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean BeanELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
 boolean CompositeELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  boolean ELResolver.isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
           
abstract  void ValueExpression.setValue(ELContext context, java.lang.Object value)
           
 void ResourceBundleELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 void MapELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 void ListELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 void ArrayELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 void BeanELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 void CompositeELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
abstract  void ELResolver.setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
           
 

Constructors in org.zkoss.zel with parameters of type ELContext
ELContextEvent(ELContext source)
           
 

Uses of ELContext in org.zkoss.zel.impl
 

Methods in org.zkoss.zel.impl with parameters of type ELContext
 MethodExpression ExpressionFactoryImpl.createMethodExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedReturnType, java.lang.Class<?>[] expectedParamTypes)
           
 ValueExpression ExpressionFactoryImpl.createValueExpression(ELContext context, java.lang.String expression, java.lang.Class<?> expectedType)
           
 MethodInfo MethodExpressionImpl.getMethodInfo(ELContext context)
          Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
 MethodInfo MethodExpressionLiteral.getMethodInfo(ELContext context)
           
 java.lang.Class<?> ValueExpressionImpl.getType(ELContext context)
           
 java.lang.Class<?> ValueExpressionLiteral.getType(ELContext context)
           
 java.lang.Object ValueExpressionImpl.getValue(ELContext context)
           
 java.lang.Object ValueExpressionLiteral.getValue(ELContext context)
           
 ValueReference ValueExpressionImpl.getValueReference(ELContext context)
           
 java.lang.Object MethodExpressionImpl.invoke(ELContext context, java.lang.Object[] params)
          Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
 java.lang.Object MethodExpressionLiteral.invoke(ELContext context, java.lang.Object[] params)
           
 boolean ValueExpressionImpl.isReadOnly(ELContext context)
           
 boolean ValueExpressionLiteral.isReadOnly(ELContext context)
           
protected  ExpressionBuilder ExpressionFactoryImpl.newExpressionBuilder(java.lang.String expression, ELContext context)
           
 void ValueExpressionImpl.setValue(ELContext context, java.lang.Object value)
           
 void ValueExpressionLiteral.setValue(ELContext context, java.lang.Object value)
           
 

Uses of ELContext in org.zkoss.zel.impl.lang
 

Subclasses of ELContext in org.zkoss.zel.impl.lang
 class EvaluationContext
           
 

Methods in org.zkoss.zel.impl.lang that return ELContext
 ELContext EvaluationContext.getELContext()
           
 

Constructors in org.zkoss.zel.impl.lang with parameters of type ELContext
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)
           
ExpressionBuilder(java.lang.String expression, ELContext ctx)
           
 



Copyright © 2012. All Rights Reserved.