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

Packages that use JXPathDecorator.Context
org.nuiton.util.decorator This package contains a api to do some decoration over any object. 
 

Uses of JXPathDecorator.Context in org.nuiton.util.decorator
 

Fields in org.nuiton.util.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 org.nuiton.util.decorator that return JXPathDecorator.Context
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)
           
 

Methods in org.nuiton.util.decorator with parameters of type JXPathDecorator.Context
 void JXPathDecorator.setContext(JXPathDecorator.Context<O> context)
           
 

Constructors in org.nuiton.util.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 © 2004-2012 CodeLutin. All Rights Reserved.