Uses of Interface
org.apache.commons.jxpath.Variables
Packages that use Variables
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
The "model" package defines APIs that are implemented
for every object model to be supported by JXPath.
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 TypeClassDescriptionclassA 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 TypeMethodDescriptionvoidJXPathContext.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 VariablesConstructors in org.apache.commons.jxpath.ri.model with parameters of type VariablesModifierConstructorDescriptionVariablePointer(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 VariablesModifier and TypeClassDescriptionclassImplementation of the Variables interface that provides access to a single object using a reserved name (keyword).