Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
org.apache.commons.jxpath.ri |
Reference implementation of JXPath.
|
org.apache.commons.jxpath.servlet |
Implementations of JXPathContexts bound to various servlet scopes: PageContext,
ServletRequest, HttpSession and ServletContext.
|
Modifier and Type | Field and Description |
---|---|
private static JXPathContextFactory |
JXPathContext.contextFactory |
Modifier and Type | Method and Description |
---|---|
private static JXPathContextFactory |
JXPathContext.getContextFactory()
Acquires a context factory and caches it.
|
static JXPathContextFactory |
JXPathContextFactory.newInstance()
Obtain a new instance of a
JXPathContextFactory . |
Modifier and Type | Class and Description |
---|---|
class |
JXPathContextFactoryReferenceImpl
Default implementation of JXPathContextFactory.
|
Modifier and Type | Field and Description |
---|---|
private static JXPathContextFactory |
JXPathServletContexts.factory |