Uses of Class
org.nuiton.util.decorator.JXPathDecorator

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
<O> JXPathDecorator<O>
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
<O> void
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
<O> void
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.
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.