Uses of Interface
org.zkoss.xel.XelContext
-
Packages that use XelContext Package Description org.zkoss.xel org.zkoss.xel.el org.zkoss.xel.util org.zkoss.xel.zel -
-
Uses of XelContext in org.zkoss.xel
Methods in org.zkoss.xel with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectExpression. evaluate(XelContext ctx)Evaluates an expression that was previously prepared.java.lang.ObjectExpressionFactory. evaluate(XelContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)Evaluates an expression.static java.lang.ObjectExpressions. evaluate(XelContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)Evaluates an expression.java.lang.ClassExpressionX. getType(XelContext xelc)Returns the result type of this expression.ValueReferenceExpressionX. getValueReference(XelContext xelc)Returns the target bean and field name of this expression.booleanExpressionX. isReadOnly(XelContext ctx)Returns whether this is a read only (cannot setValue) expression.ExpressionExpressionFactory. parseExpression(XelContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)Prepares (a.k.a., compiles) an expression.java.lang.ObjectVariableResolverX. resolveVariable(XelContext ctx, java.lang.Object base, java.lang.Object name)Resolves the the given variable on the given base object.voidExpressionX. setValue(XelContext ctx, java.lang.Object value)Set values into the property resolved by this expression. -
Uses of XelContext in org.zkoss.xel.el
Methods in org.zkoss.xel.el with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectELFactory. evaluate(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)ExpressionELFactory. parseExpression(XelContext xelc, java.lang.String expression, java.lang.Class expectedType) -
Uses of XelContext in org.zkoss.xel.util
Classes in org.zkoss.xel.util that implement XelContext Modifier and Type Class Description classSimpleXelContextA simple implementation ofXelContext.classXelContextProxyA proxy to replace the variable resolver of a given XEL context.Methods in org.zkoss.xel.util with parameters of type XelContext Modifier and Type Method Description static java.lang.ObjectEvaluators. resolveVariable(XelContext ctx, java.lang.Object base, java.lang.Object name)Resolves the variable based on the specified context.static java.lang.ObjectEvaluators. resolveVariable(XelContext ctx, VariableResolver resolver, java.lang.Object base, java.lang.Object name)Resolves the variable based on the the specified context and variable resolver.Constructors in org.zkoss.xel.util with parameters of type XelContext Constructor Description XelContextProxy(XelContext ctx, FunctionMapper mapper)Replaces the function mapper with the specified one, but the variable resolver not changed.XelContextProxy(XelContext ctx, VariableResolver resolver)Replaces the variable resolver with the specified one, but the function mapper not changed.XelContextProxy(XelContext ctx, VariableResolver resolver, FunctionMapper mapper)Replaces both variable resolver and function mapper. -
Uses of XelContext in org.zkoss.xel.zel
Fields in org.zkoss.xel.zel declared as XelContext Modifier and Type Field Description protected XelContextXelELResolver. _ctxMethods in org.zkoss.xel.zel that return XelContext Modifier and Type Method Description protected XelContextXelELContext. getXelContext()protected XelContextXelELResolver. getXelContext()Methods in org.zkoss.xel.zel with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectELFactory. evaluate(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)java.lang.ObjectELXelExpression. evaluate(XelContext xelc)java.lang.ClassELXelExpression. getType(XelContext xelc)ValueReferenceELXelExpression. getValueReference(XelContext xelc)booleanELXelExpression. isReadOnly(XelContext xelc)protected org.zkoss.zel.ELContextELFactory. newELContext(XelContext xelc)protected org.zkoss.zel.ELContextELXelExpression. newELContext(XelContext xelc)protected org.zkoss.zel.ELResolverXelELContext. newELResolver(XelContext xelc)ExpressionELFactory. parseExpression(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)voidELXelExpression. setValue(XelContext xelc, java.lang.Object value)Constructors in org.zkoss.xel.zel with parameters of type XelContext Constructor Description XelELContext(XelContext xelc)XelELResolver(XelContext ctx)Constructor.
-