Uses of Interface
org.apache.commons.jxpath.Variables
-
Packages that use Variables Package Description org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration.org.apache.commons.jxpath.ri.model The "model" package defines APIs that are implemented for every object model to be supported by JXPath.org.apache.commons.jxpath.servlet 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 Variables Modifier and Type Class Description class
BasicVariables
A basic implementation of the Variables interface that uses a HashMap.Fields in org.apache.commons.jxpath declared as Variables Modifier and Type Field Description protected Variables
JXPathContext. vars
variablesMethods in org.apache.commons.jxpath that return Variables Modifier and Type Method Description Variables
JXPathContext. getVariables()
Returns the variable pool associated with the context.Methods in org.apache.commons.jxpath with parameters of type Variables Modifier and Type Method Description void
JXPathContext. setVariables(Variables vars)
Installs a custom implementation of the Variables interface. -
Uses of Variables in org.apache.commons.jxpath.ri.model
Fields in org.apache.commons.jxpath.ri.model declared as Variables Modifier and Type Field Description private Variables
VariablePointer. variables
Constructors in org.apache.commons.jxpath.ri.model with parameters of type Variables Constructor Description VariablePointer(Variables variables, QName name)
Create a new VariablePointer. -
Uses of Variables in org.apache.commons.jxpath.servlet
Classes in org.apache.commons.jxpath.servlet that implement Variables Modifier and Type Class Description class
KeywordVariables
Implementation of the Variables interface that provides access to a single object using a reserved name (keyword).
-