|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JXPathDecorator | |
|---|---|
| org.nuiton.util.decorator | This package contains a api to do some decoration over any object. |
| Uses of JXPathDecorator in org.nuiton.util.decorator |
|---|
| Subclasses of JXPathDecorator in org.nuiton.util.decorator | |
|---|---|
class |
MultiJXPathDecorator<O>
JXPathDecorator implementation with multiple contexts. |
| Methods in org.nuiton.util.decorator that return JXPathDecorator | ||
|---|---|---|
static
|
DecoratorUtil.newJXPathDecorator(Class<O> type,
String expression)
Factory method to instanciate a new JXPathDecorator for the given
class internalClass and expression. |
|
| Methods in org.nuiton.util.decorator with parameters of type JXPathDecorator | ||
|---|---|---|
protected static void |
JXPathDecorator.ensureTokenIndex(JXPathDecorator<?> decorator,
int pos)
|
|
void |
JXPathDecorator.JXPathComparator.init(JXPathDecorator<O> decorator,
List<O> datas)
|
|
static
|
DecoratorUtil.sort(JXPathDecorator<O> decorator,
List<O> datas,
int pos)
Sort a list of data based on the first token property of a given context in a given decorator. |
|
static
|
DecoratorUtil.sort(JXPathDecorator<O> decorator,
List<O> datas,
int pos,
boolean reverse)
Sort a list of data based on the first token property of a given context in a given decorator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||