Uses of Class
jaxx.runtime.decorator.JXPathDecorator.Context

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
<O> JXPathDecorator.Context<O>
DecoratorUtils.createJXPathContext(String expression)
           
static
<O> JXPathDecorator.Context<O>[]
DecoratorUtils.createMultiJXPathContext(String expression, String separator, String separatorReplacement)
           
protected static
<O> JXPathDecorator.Context<O>[]
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)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.