| Package | Description |
|---|---|
| org.nuiton.util.decorator |
This package contains a api to do some decoration over any object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JXPathDecorator<O>
Deprecated.
since 2.7, use now the http://maven-site.nuiton.org/nuiton-decorator project, will be removed in version 3.0
|
class |
MultiJXPathDecorator<O>
Deprecated.
since 2.7, use now the http://maven-site.nuiton.org/nuiton-decorator project, will be removed in version 3.0
|
class |
PropertyDecorator<O>
Deprecated.
since 2.7, use now the http://maven-site.nuiton.org/nuiton-decorator project, will be removed in version 3.0
|
| Modifier and Type | Method and Description |
|---|---|
Decorator<T> |
DecoratorProvider.DecoratorContext.getDecorator() |
Decorator<T> |
DecoratorMulti18nProvider.DecoratorContext.getDecorator() |
<O> Decorator<O> |
DecoratorMulti18nProvider.getDecorator(Locale locale,
O object)
Deprecated.
Obtain a decorator for the given object using the given
locale. |
<O> Decorator<O> |
DecoratorMulti18nProvider.getDecorator(Locale locale,
O object,
String name)
Deprecated.
Obtain a decorator given a object and an extra name to qualify the
context using the given
locale. |
<O> Decorator<O> |
DecoratorProvider.getDecorator(O object)
Deprecated.
Obtain a decorator for the given object.
|
<O> Decorator<O> |
DecoratorProvider.getDecorator(O object,
String name)
Deprecated.
Obtain a decorator given a object and an extra name to qualify the
context.
|
<O> Decorator<O> |
DecoratorProvider.getDecoratorByType(Class<O> type)
Deprecated.
Obtain a decorator given a type.
|
<O> Decorator<O> |
DecoratorProvider.getDecoratorByType(Class<O> type,
String name)
Deprecated.
Obtain a decorator given a type and a extra name.
|
<O> Decorator<O> |
DecoratorMulti18nProvider.getDecoratorByType(Locale locale,
Class<O> type)
Deprecated.
Obtain a decorator given a type on the given
locale. |
<O> Decorator<O> |
DecoratorMulti18nProvider.getDecoratorByType(Locale locale,
Class<O> type,
String name)
Deprecated.
Obtain a decorator given a type and a extra context name on the given
locale. |
| Modifier and Type | Method and Description |
|---|---|
void |
DecoratorProvider.registerDecorator(Decorator<?> decorator)
Deprecated.
|
void |
DecoratorMulti18nProvider.registerDecorator(Locale locale,
Decorator<?> decorator)
Deprecated.
|
<T> void |
DecoratorMulti18nProvider.registerDecorator(Locale locale,
String context,
Decorator<T> decorator)
Deprecated.
Register a new decorator in the cache of the provider.
|
<T> void |
DecoratorProvider.registerDecorator(String context,
Decorator<T> decorator)
Deprecated.
Register a new decorator in the cache of the provider.
|
| Constructor and Description |
|---|
DecoratorMulti18nProvider.DecoratorContext(String context,
Decorator<T> decorator) |
DecoratorProvider.DecoratorContext(String context,
Decorator<T> decorator) |
Copyright © 2004-2013 CodeLutin. All Rights Reserved.