|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Variables | |
| 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 JPathContexts 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 | |
class |
BasicVariables
A basic implementation of the Variables interface that uses a HashMap. |
| Fields in org.apache.commons.jxpath declared as Variables | |
protected Variables |
JXPathContext.vars
|
| Methods in org.apache.commons.jxpath that return Variables | |
Variables |
JXPathContext.getVariables()
Returns the variable pool associated with the context. |
| Methods in org.apache.commons.jxpath with parameters of type Variables | |
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 | |
private Variables |
VariablePointer.variables
|
| Constructors in org.apache.commons.jxpath.ri.model with parameters of type Variables | |
VariablePointer(Variables variables,
QName name)
|
|
| Uses of Variables in org.apache.commons.jxpath.servlet |
| Classes in org.apache.commons.jxpath.servlet that implement Variables | |
class |
KeywordVariables
Implementation of the Variables interface that provides access to a single object using a reserved name (keyword). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||