| Package | Description |
|---|---|
| org.nuiton.util.decorator |
This package contains a api to do some decoration over any object.
|
| Modifier and Type | Field and Description |
|---|---|
protected JXPathDecorator.Context<O> |
JXPathDecorator.context
the computed context of the decorator
|
protected JXPathDecorator.Context<O>[] |
MultiJXPathDecorator.contexts
Contexts of the decorator
|
| Modifier and Type | Method and Description |
|---|---|
static <O> JXPathDecorator.Context<O> |
DecoratorUtil.createJXPathContext(String expression) |
static <O> JXPathDecorator.Context<O>[] |
DecoratorUtil.createMultiJXPathContext(String expression,
String separator,
String separatorReplacement) |
protected static <O> JXPathDecorator.Context<O>[] |
DecoratorUtil.newInstance(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
JXPathDecorator.setContext(JXPathDecorator.Context<O> context) |
| Constructor and Description |
|---|
JXPathDecorator(Class<O> internalClass,
String expression,
JXPathDecorator.Context<O> context) |
MultiJXPathDecorator(Class<O> internalClass,
String expression,
String separator,
String separatorReplacement,
JXPathDecorator.Context<O>[] contexts) |
Copyright © 2004-2013 CodeLutin. All Rights Reserved.