|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JXPathDecorator.Context | |
|---|---|
| jaxx.runtime.decorator | |
| Uses of JXPathDecorator.Context in jaxx.runtime.decorator |
|---|
| Fields in jaxx.runtime.decorator declared as JXPathDecorator.Context | |
|---|---|
protected JXPathDecorator.Context<O> |
JXPathDecorator.context
the computed context of the decorator |
protected JXPathDecorator.Context<O>[] |
MultiJXPathDecorator.contexts
Contexts of the decorator |
| Methods in jaxx.runtime.decorator that return JXPathDecorator.Context | ||
|---|---|---|
static
|
DecoratorUtils.createJXPathContext(String expression)
|
|
static
|
DecoratorUtils.createMultiJXPathContext(String expression,
String separator,
String separatorReplacement)
|
|
protected static
|
DecoratorUtils.newInstance(int size)
|
|
| Methods in jaxx.runtime.decorator with parameters of type JXPathDecorator.Context | |
|---|---|
void |
JXPathDecorator.setContext(JXPathDecorator.Context<O> context)
|
| Constructors in jaxx.runtime.decorator with parameters of type JXPathDecorator.Context | |
|---|---|
JXPathDecorator(Class<O> internalClass,
String expression,
JXPathDecorator.Context<O> context)
|
|
MultiJXPathDecorator(Class<O> internalClass,
String expression,
String separator,
String separatorReplacement,
JXPathDecorator.Context<O>[] contexts)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||