Uses of Interface
org.zkoss.xel.VariableResolver

Packages that use VariableResolver
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.util Utilties of XEL expressions. 
 

Uses of VariableResolver in org.zkoss.util.resource
 

Methods in org.zkoss.util.resource that return VariableResolver
static VariableResolver Labels.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
static VariableResolver Labels.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
 VariableResolver LabelLoader.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
 VariableResolver LabelLoader.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
 interface VariableResolverX
          An extension of VariableResolver to have more control to resolve the variables.
 

Fields in org.zkoss.xel declared as VariableResolver
static VariableResolver Expressions.EMPTY_RESOLVER
          An empty variable resolver, i.e., it has no variable defined at all.
 

Methods in org.zkoss.xel that return VariableResolver
 VariableResolver XelContext.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
 class SimpleResolver
          A simple resolver that retrieve variable from a map.
 

Methods in org.zkoss.xel.util that return VariableResolver
 VariableResolver SimpleResolver.getParent()
          Returns the parent, or null if no parent at all.
 VariableResolver XelContextProxy.getVariableResolver()
           
 VariableResolver SimpleXelContext.getVariableResolver()
           
 

Methods in org.zkoss.xel.util with parameters of type VariableResolver
static Object Evaluators.resolveVariable(VariableResolver resolver, String name)
          Resolves the variable based on the specified resolver.
static Object Evaluators.resolveVariable(XelContext ctx, VariableResolver resolver, Object base, Object name)
          Resolves the variable based on the the specified context and variable resolver.
 void SimpleResolver.setParent(VariableResolver parent)
          Sets the parent.
 void SimpleXelContext.setVariableResolver(VariableResolver resolver)
          Sete the variable resovler, or null if not available.
 

Constructors in org.zkoss.xel.util with parameters of type VariableResolver
SimpleResolver(VariableResolver parent)
          Constructs a resolver with a parent.
SimpleResolver(VariableResolver parent, Map 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.
 



Copyright © 2011. All Rights Reserved.