Uses of Interface
org.zkoss.xel.VariableResolver
-
Packages that use VariableResolver Package Description org.zkoss.util.resource org.zkoss.util.resource.impl org.zkoss.xel org.zkoss.xel.util -
-
Uses of VariableResolver in org.zkoss.util.resource
Methods in org.zkoss.util.resource that return VariableResolver Modifier and Type Method Description static VariableResolverLabels. setVariableResolver(VariableResolver resolv)Sets the variable resolver, which is used if an EL expression is specified.Methods in org.zkoss.util.resource with parameters of type VariableResolver Modifier and Type Method Description static VariableResolverLabels. setVariableResolver(VariableResolver resolv)Sets the variable resolver, which is used if an EL expression is specified. -
Uses of VariableResolver in org.zkoss.util.resource.impl
Methods in org.zkoss.util.resource.impl that return VariableResolver Modifier and Type Method Description VariableResolverLabelLoader. setVariableResolver(VariableResolver resolv)Sets the variable resolver, which is used if an EL expression is specified.VariableResolverLabelLoaderImpl. setVariableResolver(VariableResolver resolv)Sets the variable resolver, which is used if an EL expression is specified.Methods in org.zkoss.util.resource.impl with parameters of type VariableResolver Modifier and Type Method Description VariableResolverLabelLoader. setVariableResolver(VariableResolver resolv)Sets the variable resolver, which is used if an EL expression is specified.VariableResolverLabelLoaderImpl. setVariableResolver(VariableResolver resolv)Sets the variable resolver, which is used if an EL expression is specified. -
Uses of VariableResolver in org.zkoss.xel
Subinterfaces of VariableResolver in org.zkoss.xel Modifier and Type Interface Description interfaceVariableResolverXAn extension ofVariableResolverto have more control to resolve the variables.Fields in org.zkoss.xel declared as VariableResolver Modifier and Type Field Description static VariableResolverExpressions. EMPTY_RESOLVERAn empty variable resolver, i.e., it has no variable defined at all.Methods in org.zkoss.xel that return VariableResolver Modifier and Type Method Description VariableResolverXelContext. getVariableResolver()Returns the variable resolver, or null if not available. -
Uses of VariableResolver in org.zkoss.xel.util
Classes in org.zkoss.xel.util that implement VariableResolver Modifier and Type Class Description classSimpleResolverA simple resolver that retrieve variable from a map.Methods in org.zkoss.xel.util that return VariableResolver Modifier and Type Method Description VariableResolverSimpleResolver. getParent()Returns the parent, or null if no parent at all.VariableResolverSimpleXelContext. getVariableResolver()VariableResolverXelContextProxy. getVariableResolver()Methods in org.zkoss.xel.util with parameters of type VariableResolver Modifier and Type Method Description static java.lang.ObjectEvaluators. resolveVariable(VariableResolver resolver, java.lang.String name)Resolves the variable based on the specified resolver.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.voidSimpleResolver. setParent(VariableResolver parent)Sets the parent.voidSimpleXelContext. setVariableResolver(VariableResolver resolver)Sets the variable resolver, or null if not available.Constructors in org.zkoss.xel.util with parameters of type VariableResolver Constructor Description SimpleResolver(VariableResolver parent)Constructs a resolver with a parent.SimpleResolver(VariableResolver parent, java.util.Map<java.lang.String,?> vars)Constructs a resolver with a parent and an object map.SimpleXelContext(VariableResolver resolver)SimpleXelContext(VariableResolver resolver, FunctionMapper mapper)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.
-