Uses of Class
jaxx.runtime.JXPathDecorator

Packages that use JXPathDecorator
jaxx.runtime   
 

Uses of JXPathDecorator in jaxx.runtime
 

Subclasses of JXPathDecorator in jaxx.runtime
 class MultiJXPathDecorator<O>
          TODO
 

Methods in jaxx.runtime that return JXPathDecorator
static
<O> JXPathDecorator<O>
JXPathDecorator.newDecorator(java.lang.Class<O> internalClass, java.lang.String expression)
          Factory method to instanciate a new JXPathDecorator for the given class O and expression.
 

Methods in jaxx.runtime with parameters of type JXPathDecorator
protected static void JXPathDecorator.ensureTokenIndex(JXPathDecorator<?> decorator, int pos)
           
 void JXPathDecorator.JXPathComparator.init(JXPathDecorator<O> decorator, java.util.List<O> datas)
           
static
<O> void
JXPathDecorator.sort(JXPathDecorator<O> decorator, java.util.List<O> datas, int pos)
          Sort a list of data based on the first token property of a given context in a given decorator.
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.