A C D E G I J L M N O P R S T V 

A

accept(Class<?>, String) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider.DecoratorContext
 
accept(String) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider.DecoratorContext
 
accept(Class<?>, String) - Method in class org.nuiton.decorator.DecoratorProvider.DecoratorContext
 
accept(String) - Method in class org.nuiton.decorator.DecoratorProvider.DecoratorContext
 

C

clear() - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
clear() - Method in class org.nuiton.decorator.DecoratorProvider
 
clear() - Method in class org.nuiton.decorator.JXPathDecorator.JXPathComparator
 
cloneDecorator(JXPathDecorator<O>) - Static method in class org.nuiton.decorator.DecoratorUtil
Creates a new multijxpath decorator from a given jxpath decorator.
comparator - Variable in class org.nuiton.decorator.JXPathDecorator.Context
 
compare(O, O) - Method in class org.nuiton.decorator.JXPathDecorator.JXPathComparator
 
context - Variable in class org.nuiton.decorator.JXPathDecorator
the computed context of the decorator
contexts - Variable in class org.nuiton.decorator.MultiJXPathDecorator
Contexts of the decorator
createJXPathContext(String) - Static method in class org.nuiton.decorator.DecoratorUtil
 
createMultiJXPathContext(String, String, String) - Static method in class org.nuiton.decorator.DecoratorUtil
 
createMultiJXPathContextKeepingOrder(String, String, String) - Static method in class org.nuiton.decorator.DecoratorUtil
 

D

Decorator<O> - Class in org.nuiton.decorator
A simple contract to define a String decorator on any java object.
Decorator(Class<O>) - Constructor for class org.nuiton.decorator.Decorator
 
decoratorContexts - Variable in class org.nuiton.decorator.DecoratorMulti18nProvider
Loaded decorators.
DecoratorMulti18nProvider - Class in org.nuiton.decorator
A decorator provider for multi-i18n locale.
DecoratorMulti18nProvider() - Constructor for class org.nuiton.decorator.DecoratorMulti18nProvider
 
DecoratorMulti18nProvider.DecoratorContext<T> - Class in org.nuiton.decorator
 
DecoratorMulti18nProvider.DecoratorContext(String, Decorator<T>) - Constructor for class org.nuiton.decorator.DecoratorMulti18nProvider.DecoratorContext
 
DecoratorProvider - Class in org.nuiton.decorator
A decorator provider.
DecoratorProvider() - Constructor for class org.nuiton.decorator.DecoratorProvider
 
DecoratorProvider.DecoratorContext<T> - Class in org.nuiton.decorator
 
DecoratorProvider.DecoratorContext(String, Decorator<T>) - Constructor for class org.nuiton.decorator.DecoratorProvider.DecoratorContext
 
decorators - Variable in class org.nuiton.decorator.DecoratorProvider
Registred decorators.
DecoratorUtil - Class in org.nuiton.decorator
Some usefull methods on Decorator to create, and sort data with decorators.
DecoratorUtil() - Constructor for class org.nuiton.decorator.DecoratorUtil
 

E

ensureContextIndex(MultiJXPathDecorator<?>, int) - Method in class org.nuiton.decorator.MultiJXPathDecorator
 
ensureTokenIndex(JXPathDecorator<?>, int) - Static method in class org.nuiton.decorator.JXPathDecorator
 
expression - Variable in class org.nuiton.decorator.JXPathDecorator.Context
expression to format using String.format(String, Object...), all variables are compute using using the jxpath tokens.

G

getComparator(int) - Method in class org.nuiton.decorator.JXPathDecorator.Context
 
getComparator(int) - Method in class org.nuiton.decorator.JXPathDecorator
 
getComparator(int) - Method in class org.nuiton.decorator.MultiJXPathDecorator
 
getContext() - Method in class org.nuiton.decorator.DecoratorMulti18nProvider.DecoratorContext
 
getContext() - Method in class org.nuiton.decorator.DecoratorProvider.DecoratorContext
 
getDecorator() - Method in class org.nuiton.decorator.DecoratorMulti18nProvider.DecoratorContext
 
getDecorator(Locale, O) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
Obtain a decorator for the given object using the given locale.
getDecorator(Locale, O, String) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
Obtain a decorator given a object and an extra name to qualify the context using the given locale.
getDecorator() - Method in class org.nuiton.decorator.DecoratorProvider.DecoratorContext
 
getDecorator(O) - Method in class org.nuiton.decorator.DecoratorProvider
Obtain a decorator for the given object.
getDecorator(O, String) - Method in class org.nuiton.decorator.DecoratorProvider
Obtain a decorator given a object and an extra name to qualify the context.
getDecoratorByType(Locale, Class<O>) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
Obtain a decorator given a type on the given locale.
getDecoratorByType(Locale, Class<O>, String) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
Obtain a decorator given a type and a extra context name on the given locale.
getDecoratorByType(Class<O>) - Method in class org.nuiton.decorator.DecoratorProvider
Obtain a decorator given a type.
getDecoratorByType(Class<O>, String) - Method in class org.nuiton.decorator.DecoratorProvider
Obtain a decorator given a type and a extra name.
getDecoratorContext(Locale, Class<T>, String, boolean) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
getDecoratorContext(Class<T>, String) - Method in class org.nuiton.decorator.DecoratorProvider
 
getDecoratorContexts() - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
getDecoratorContexts(Locale, boolean) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
getDecorators() - Method in class org.nuiton.decorator.DecoratorProvider
 
getExpression() - Method in class org.nuiton.decorator.JXPathDecorator
 
getFirstProperty() - Method in class org.nuiton.decorator.JXPathDecorator.Context
 
getInitialExpression() - Method in class org.nuiton.decorator.JXPathDecorator
 
getKey(Object) - Method in class org.nuiton.decorator.MapPropertyHandler
Obtain a string representation of an object.
getM() - Method in class org.nuiton.decorator.PropertyDecorator
 
getNbContext() - Method in class org.nuiton.decorator.MultiJXPathDecorator
 
getNbToken() - Method in class org.nuiton.decorator.JXPathDecorator
 
getProperty(int) - Method in class org.nuiton.decorator.JXPathDecorator
 
getProperty(Object, String) - Method in class org.nuiton.decorator.MapPropertyHandler
 
getProperty() - Method in class org.nuiton.decorator.PropertyDecorator
 
getPropertyKey(Map<?, ?>, String) - Method in class org.nuiton.decorator.MapPropertyHandler
Obtain the key from the map keys which matches the given key.
getPropertyNames(Object) - Method in class org.nuiton.decorator.MapPropertyHandler
 
getPropertyValue(Map<?, ?>, String) - Method in class org.nuiton.decorator.MapPropertyHandler
Obtain the value from the map values which matches the given value.
getSeparator() - Method in class org.nuiton.decorator.MultiJXPathDecorator
 
getSeparatorReplacement() - Method in class org.nuiton.decorator.MultiJXPathDecorator
 
getTokens() - Method in class org.nuiton.decorator.JXPathDecorator
 
getTokenValue(JXPathContext, String) - Method in class org.nuiton.decorator.JXPathDecorator
 
getType() - Method in class org.nuiton.decorator.Decorator
 
getType() - Method in class org.nuiton.decorator.DecoratorMulti18nProvider.DecoratorContext
 
getType() - Method in class org.nuiton.decorator.DecoratorProvider.DecoratorContext
 

I

init(JXPathDecorator<O>, List<O>) - Method in class org.nuiton.decorator.JXPathDecorator.JXPathComparator
 
initialExpression - Variable in class org.nuiton.decorator.JXPathDecorator
the initial expression used to compute the decorator context.

J

JXPathDecorator<O> - Class in org.nuiton.decorator
JXPath decorator based on String.format(String, Object...) method.
JXPathDecorator(Class<O>, String, JXPathDecorator.Context<O>) - Constructor for class org.nuiton.decorator.JXPathDecorator
 
JXPathDecorator.Context<O> - Class in org.nuiton.decorator
 
JXPathDecorator.Context(String, String[]) - Constructor for class org.nuiton.decorator.JXPathDecorator.Context
 
JXPathDecorator.JXPathComparator<O> - Class in org.nuiton.decorator
 
JXPathDecorator.JXPathComparator(String) - Constructor for class org.nuiton.decorator.JXPathDecorator.JXPathComparator
 

L

loadDecorators(Locale) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
Load all decorators of the provider for the given locale.
loadDecorators() - Method in class org.nuiton.decorator.DecoratorProvider
Load all decorators of the provider

M

m - Variable in class org.nuiton.decorator.PropertyDecorator
 
MapPropertyHandler - Class in org.nuiton.decorator
A extended handler to deal with map in JXPath contexts.
MapPropertyHandler() - Constructor for class org.nuiton.decorator.MapPropertyHandler
 
MultiJXPathDecorator<O> - Class in org.nuiton.decorator
JXPathDecorator implementation with multiple contexts.
MultiJXPathDecorator(Class<O>, String, String, String, JXPathDecorator.Context<O>[]) - Constructor for class org.nuiton.decorator.MultiJXPathDecorator
 
MultiJXPathDecorator(Class<O>, String, String, String) - Constructor for class org.nuiton.decorator.MultiJXPathDecorator
 

N

nbToken - Variable in class org.nuiton.decorator.JXPathDecorator
nb jxpath tokens to compute
newInstance(int) - Static method in class org.nuiton.decorator.DecoratorUtil
 
newJXPathDecorator(Class<O>, String) - Static method in class org.nuiton.decorator.DecoratorUtil
Factory method to instanciate a new JXPathDecorator for the given class internalClass and expression.
newMultiJXPathDecorator(Class<O>, String, String) - Static method in class org.nuiton.decorator.DecoratorUtil
 
newMultiJXPathDecorator(Class<O>, String, String, String) - Static method in class org.nuiton.decorator.DecoratorUtil
Build a new multi jx path decorator which uise a cycling order while changing the context index.
newMultiJXPathDecoratorKeepingOrder(Class<O>, String, String, String) - Static method in class org.nuiton.decorator.DecoratorUtil
Build a new multi jx path decorator which keep order of incoming expression while changing the context index.
newPropertyDecorator(Class<O>, String) - Static method in class org.nuiton.decorator.DecoratorUtil
Factory method to instanciate a new PropertyDecorator for the given class internlaClass and a readable property name.

O

org.nuiton.decorator - package org.nuiton.decorator
This package contains a api to do some decoration over any object.

P

property - Variable in class org.nuiton.decorator.PropertyDecorator
name of property
PropertyDecorator<O> - Class in org.nuiton.decorator
Simple property decorator based on String.format(String, Object...) method.
PropertyDecorator(Class<O>, String) - Constructor for class org.nuiton.decorator.PropertyDecorator
 

R

registerDecorator(Locale, Decorator<?>) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
registerDecorator(Locale, String, Decorator<T>) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
Register a new decorator in the cache of the provider.
registerDecorator(Decorator<?>) - Method in class org.nuiton.decorator.DecoratorProvider
 
registerDecorator(String, Decorator<T>) - Method in class org.nuiton.decorator.DecoratorProvider
Register a new decorator in the cache of the provider.
registerJXPathDecorator(Locale, Class<?>, String) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
registerJXPathDecorator(Locale, Class<?>, String, String) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
registerJXPathDecorator(Class<?>, String) - Method in class org.nuiton.decorator.DecoratorProvider
 
registerJXPathDecorator(Class<?>, String, String) - Method in class org.nuiton.decorator.DecoratorProvider
 
registerMultiJXPathDecorator(Locale, Class<?>, String, String, String) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
registerMultiJXPathDecorator(Locale, Class<?>, String, String, String, String) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
registerMultiJXPathDecorator(Class<?>, String, String, String) - Method in class org.nuiton.decorator.DecoratorProvider
 
registerMultiJXPathDecorator(Class<?>, String, String, String, String) - Method in class org.nuiton.decorator.DecoratorProvider
 
registerPropertyDecorator(Locale, Class<?>, String) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
registerPropertyDecorator(Locale, Class<?>, String, String) - Method in class org.nuiton.decorator.DecoratorMulti18nProvider
 
registerPropertyDecorator(Class<?>, String) - Method in class org.nuiton.decorator.DecoratorProvider
 
registerPropertyDecorator(Class<?>, String, String) - Method in class org.nuiton.decorator.DecoratorProvider
 
reload() - Method in class org.nuiton.decorator.DecoratorProvider
 

S

separator - Variable in class org.nuiton.decorator.MultiJXPathDecorator
context separator
separatorReplacement - Variable in class org.nuiton.decorator.MultiJXPathDecorator
context separator replacement
setComparator(Comparator<O>) - Method in class org.nuiton.decorator.JXPathDecorator.Context
 
setContext(JXPathDecorator.Context<O>) - Method in class org.nuiton.decorator.JXPathDecorator
 
setContextIndex(int) - Method in class org.nuiton.decorator.MultiJXPathDecorator
 
setProperty(Object, String, Object) - Method in class org.nuiton.decorator.MapPropertyHandler
 
sort(JXPathDecorator<O>, List<O>, int) - Static method in class org.nuiton.decorator.DecoratorUtil
Sort a list of data based on the first token property of a given context in a given decorator.
sort(JXPathDecorator<O>, List<O>, int, boolean) - Static method in class org.nuiton.decorator.DecoratorUtil
Sort a list of data based on the first token property of a given context in a given decorator.

T

tokens - Variable in class org.nuiton.decorator.JXPathDecorator.Context
list of jxpath tokens to apply on expression
toString(Object) - Method in class org.nuiton.decorator.Decorator
 
toString() - Method in class org.nuiton.decorator.DecoratorMulti18nProvider.DecoratorContext
 
toString() - Method in class org.nuiton.decorator.DecoratorProvider.DecoratorContext
 
toString() - Method in class org.nuiton.decorator.JXPathDecorator.Context
 
toString(Object) - Method in class org.nuiton.decorator.JXPathDecorator
 
toString() - Method in class org.nuiton.decorator.JXPathDecorator
 
toString(Object) - Method in class org.nuiton.decorator.PropertyDecorator
 
type - Variable in class org.nuiton.decorator.Decorator
Type of the data to decorate

V

valueCache - Variable in class org.nuiton.decorator.JXPathDecorator.JXPathComparator
 
A C D E G I J L M N O P R S T V 

Copyright © 2013–2015 CodeLutin. All rights reserved.