Uses of Interface
org.apache.commons.jxpath.Variables
Packages that use Variables
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
Implementation of "model" APIs for Containers.
Implementations of JXPathContexts bound to various servlet scopes: PageContext, ServletRequest, HttpSession and ServletContext.
-
Uses of Variables in org.apache.commons.jxpath
Classes in org.apache.commons.jxpath that implement VariablesModifier and TypeClassDescriptionclass
A basic implementation of the Variables interface that uses a HashMap.Fields in org.apache.commons.jxpath declared as VariablesMethods in org.apache.commons.jxpath that return VariablesModifier and TypeMethodDescriptionJXPathContext.getVariables()
Returns the variable pool associated with the context.Methods in org.apache.commons.jxpath with parameters of type VariablesModifier and TypeMethodDescriptionvoid
JXPathContext.setVariables
(Variables vars) Installs a custom implementation of the Variables interface. -
Uses of Variables in org.apache.commons.jxpath.ri.model
Constructors in org.apache.commons.jxpath.ri.model with parameters of type VariablesModifierConstructorDescriptionVariablePointer
(Variables variables, QName qName) Constructs a new VariablePointer. -
Uses of Variables in org.apache.commons.jxpath.servlet
Classes in org.apache.commons.jxpath.servlet that implement VariablesModifier and TypeClassDescriptionclass
Implementation of the Variables interface that provides access to a single object using a reserved name (keyword).