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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BasicVariables |
A basic implementation of the Variables interface that uses a HashMap.
|
Modifier and Type | Field | Description |
---|---|---|
protected Variables |
JXPathContext.vars |
variables
|
Modifier and Type | Method | Description |
---|---|---|
Variables |
JXPathContext.getVariables() |
Returns the variable pool associated with the context.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JXPathContext.setVariables(Variables vars) |
Installs a custom implementation of the Variables interface.
|
Modifier and Type | Field | Description |
---|---|---|
private Variables |
VariablePointer.variables |
Constructor | Description |
---|---|
VariablePointer(Variables variables,
QName name) |
Create a new VariablePointer.
|
Modifier and Type | Class | Description |
---|---|---|
class |
KeywordVariables |
Implementation of the Variables interface that provides access
to a single object using a reserved name (keyword).
|