Uses of Interface
org.zkoss.xel.XelContext
-
-
Uses of XelContext in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement XelContext Modifier and Type Class Description classSimpleBindXelContextInternal use only.Methods in org.zkoss.bind.impl that return XelContext Modifier and Type Method Description protected XelContextBindEvaluatorXImpl. newXelContext(BindContext ctx, Component comp)Methods in org.zkoss.bind.impl with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectPropertyExpression. evaluate(XelContext ctx)java.lang.ClassPropertyExpression. getType(XelContext xelc)ValueReferencePropertyExpression. getValueReference(XelContext xelc)booleanPropertyExpression. isReadOnly(XelContext ctx)voidPropertyExpression. setValue(XelContext ctx, java.lang.Object value) -
Uses of XelContext in org.zkoss.bind.xel
Methods in org.zkoss.bind.xel with parameters of type XelContext Modifier and Type Method Description protected ELContextBindXelExpression. newELContext(XelContext xelc)protected ELContextBindXelFactory. newELContext(XelContext xelc)ExpressionBindXelFactory. parseExpression(XelContext xelc, java.lang.String expression, java.lang.Class expectedType) -
Uses of XelContext in org.zkoss.bind.xel.zel
Methods in org.zkoss.bind.xel.zel with parameters of type XelContext Modifier and Type Method Description protected ELResolverBindELContext. newELResolver(XelContext xelc)Constructors in org.zkoss.bind.xel.zel with parameters of type XelContext Constructor Description BindELContext(XelContext xelc)BindELResolver(XelContext ctx) -
Uses of XelContext in org.zkoss.clientbind
Methods in org.zkoss.clientbind that return XelContext Modifier and Type Method Description protected XelContextClientBinderResolver. newXelContext(BindContext ctx, Component comp) -
Uses of XelContext in org.zkoss.web.servlet.dsp
Methods in org.zkoss.web.servlet.dsp with parameters of type XelContext Modifier and Type Method Description voidInterpreter. interpret(DspContext dc, java.lang.String content, java.lang.String ctype, XelContext xelc)Interprets the specified content and generates the result to the output specified inDspContext.InterpretationInterpreter. parse(java.lang.String content, java.lang.String ctype, XelContext xelc, Locator loc)Parses a content to a meta format calledInterpretation. -
Uses of XelContext in org.zkoss.web.servlet.dsp.impl
Methods in org.zkoss.web.servlet.dsp.impl with parameters of type XelContext Modifier and Type Method Description InterpretationParser. parse(java.lang.String content, java.lang.String ctype, XelContext xelc, Locator loc)Parses the content into a meta format -
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 ELContextELFactory. newELContext(XelContext xelc)protected ELContextELXelExpression. newELContext(XelContext xelc)protected 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. -
Uses of XelContext in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectPage. getXelVariable(XelContext ctx, java.lang.Object base, java.lang.Object name, boolean ignoreExec)Returns a variable that is visible to XEL expressions. -
Uses of XelContext in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectAbstractExecution. getExtraXelVariable(XelContext ctx, java.lang.Object base, java.lang.Object name)java.lang.ObjectPageImpl. getXelVariable(XelContext ctx, java.lang.Object base, java.lang.Object name, boolean ignoreExec) -
Uses of XelContext in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectExecutionCtrl. getExtraXelVariable(XelContext ctx, java.lang.Object base, java.lang.Object name)Returns the object, if any, defined in any variable resolver added byExecution.addVariableResolver(org.zkoss.xel.VariableResolver). -
Uses of XelContext in org.zkoss.zk.xel.impl
Methods in org.zkoss.zk.xel.impl that return XelContext Modifier and Type Method Description protected XelContextSimpleEvaluator. newXelContext(java.lang.Object ref)Instantiate a XEL context.Methods in org.zkoss.zk.xel.impl with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectExecutionResolver. resolveVariable(XelContext ctx, java.lang.Object base, java.lang.Object onm)protected java.lang.ObjectExecutionResolver. resolveVariable0(java.lang.Object self, XelContext ctx, java.lang.Object base, java.lang.Object onm) -
Uses of XelContext in org.zkoss.zkmax.bind.impl
Methods in org.zkoss.zkmax.bind.impl with parameters of type XelContext Modifier and Type Method Description protected ELContextBindXelExpressionEx. newELContext(XelContext xelc)protected ELContextBindXelFactoryEx. newELContext(XelContext xelc)protected ELResolverBindELContextEx. newELResolver(XelContext xelc)ExpressionBindXelFactoryEx. parseExpression(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)Constructors in org.zkoss.zkmax.bind.impl with parameters of type XelContext Constructor Description BindELContextEx(XelContext xelc)BindELResolverEx(XelContext ctx) -
Uses of XelContext in org.zkoss.zkmax.xel.el
Methods in org.zkoss.zkmax.xel.el with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectApacheELFactory. evaluate(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)java.lang.ObjectELXelExpression. evaluate(XelContext ctx)ExpressionApacheELFactory. parseExpression(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)Constructors in org.zkoss.zkmax.xel.el with parameters of type XelContext Constructor Description XelELResolver(XelContext ctx) -
Uses of XelContext in org.zkoss.zkmax.xel.el21
Methods in org.zkoss.zkmax.xel.el21 with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectApacheELFactory. evaluate(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)ExpressionApacheELFactory. parseExpression(XelContext xelc, java.lang.String expression, java.lang.Class expectedType)Constructors in org.zkoss.zkmax.xel.el21 with parameters of type XelContext Constructor Description XelELResolver(XelContext ctx)Constructor. -
Uses of XelContext in org.zkoss.zkmax.xel.mvel
Methods in org.zkoss.zkmax.xel.mvel with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectMVELFactory. evaluate(XelContext ctx, java.lang.String expression, java.lang.Class expectedType)ExpressionMVELFactory. parseExpression(XelContext ctx, java.lang.String expression, java.lang.Class expectedType) -
Uses of XelContext in org.zkoss.zkmax.xel.ognl
Methods in org.zkoss.zkmax.xel.ognl with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectOGNLFactory. evaluate(XelContext ctx, java.lang.String expression, java.lang.Class expectedType)static java.util.MapOGNLFactory. getContext(XelContext ctx)Returns an OGNL context for the specified XEL context.static java.lang.ObjectOGNLFactory. getRoot(XelContext ctx)Returns the root object.ExpressionOGNLFactory. parseExpression(XelContext ctx, java.lang.String expression, java.lang.Class expectedType) -
Uses of XelContext in org.zkoss.zkplus.cdi
Methods in org.zkoss.zkplus.cdi with parameters of type XelContext Modifier and Type Method Description java.lang.ObjectDelegatingVariableResolver. resolveVariable(XelContext ctx, java.lang.Object base, java.lang.Object name)
-