|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Decorator | |
|---|---|
| org.nuiton.util.decorator | This package contains a api to do some decoration over any object. |
| Uses of Decorator in org.nuiton.util.decorator |
|---|
| Subclasses of Decorator in org.nuiton.util.decorator | |
|---|---|
class |
JXPathDecorator<O>
JXPath decorator based on String.format(String, Object...) method. |
class |
MultiJXPathDecorator<O>
JXPathDecorator implementation with multiple contexts. |
class |
PropertyDecorator<O>
Simple property decorator based on String.format(String, Object...) |
| Methods in org.nuiton.util.decorator that return Decorator | ||
|---|---|---|
Decorator<T> |
DecoratorMulti18nProvider.DecoratorContext.getDecorator()
|
|
Decorator<T> |
DecoratorProvider.DecoratorContext.getDecorator()
|
|
|
DecoratorMulti18nProvider.getDecorator(Locale locale,
O object)
Obtain a decorator for the given object using the given locale. |
|
|
DecoratorMulti18nProvider.getDecorator(Locale locale,
O object,
String name)
Obtain a decorator given a object and an extra name to qualify the context using the given locale. |
|
|
DecoratorProvider.getDecorator(O object)
Obtain a decorator for the given object. |
|
|
DecoratorProvider.getDecorator(O object,
String name)
Obtain a decorator given a object and an extra name to qualify the context. |
|
|
DecoratorProvider.getDecoratorByType(Class<O> type)
Obtain a decorator given a type. |
|
|
DecoratorProvider.getDecoratorByType(Class<O> type,
String name)
Obtain a decorator given a type and a extra name. |
|
|
DecoratorMulti18nProvider.getDecoratorByType(Locale locale,
Class<O> type)
Obtain a decorator given a type on the given locale. |
|
|
DecoratorMulti18nProvider.getDecoratorByType(Locale locale,
Class<O> type,
String name)
Obtain a decorator given a type and a extra context name on the given locale. |
|
| Methods in org.nuiton.util.decorator with parameters of type Decorator | ||
|---|---|---|
protected void |
DecoratorProvider.registerDecorator(Decorator<?> decorator)
|
|
protected void |
DecoratorMulti18nProvider.registerDecorator(Locale locale,
Decorator<?> decorator)
|
|
protected
|
DecoratorMulti18nProvider.registerDecorator(Locale locale,
String context,
Decorator<T> decorator)
Register a new decorator in the cache of the provider. |
|
protected
|
DecoratorProvider.registerDecorator(String context,
Decorator<T> decorator)
Register a new decorator in the cache of the provider. |
|
| Constructors in org.nuiton.util.decorator with parameters of type Decorator | |
|---|---|
DecoratorMulti18nProvider.DecoratorContext(String context,
Decorator<T> decorator)
|
|
DecoratorProvider.DecoratorContext(String context,
Decorator<T> decorator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||