public abstract class DecoratorService
extends org.nuiton.decorator.DecoratorProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
HAULING_IDENTIFIER |
protected ReferentialLocale |
referentialLocale
la locale du referentiel.
|
static String |
TRIP_CONTEXT |
static String |
WITH_URL |
| Constructor and Description |
|---|
DecoratorService(ReferentialLocale referentialLocale) |
| Modifier and Type | Method and Description |
|---|---|
<R extends DataDtoReference> |
getDataReferenceDecorator(Class<R> referenceType) |
<R extends DataDtoReference> |
getDataReferenceDecorator(Class<R> referenceType,
String context) |
<R extends DtoReference> |
getReferenceDecorator(Class<R> referenceType) |
ReferentialLocale |
getReferentialLocale() |
<T extends ReferentialDtoReference> |
getReferentialReferenceDecorator(Class<T> referenceType) |
void |
setReferentialLocale(ReferentialLocale referentialLocale) |
clear, getDecorator, getDecorator, getDecoratorByType, getDecoratorByType, getDecoratorContext, getDecorators, loadDecorators, registerDecorator, registerDecorator, registerJXPathDecorator, registerJXPathDecorator, registerMultiJXPathDecorator, registerMultiJXPathDecorator, registerPropertyDecorator, registerPropertyDecorator, reloadpublic static final String HAULING_IDENTIFIER
public static final String TRIP_CONTEXT
public static final String WITH_URL
protected ReferentialLocale referentialLocale
public DecoratorService(ReferentialLocale referentialLocale)
public ReferentialLocale getReferentialLocale()
public void setReferentialLocale(ReferentialLocale referentialLocale)
public <T extends ReferentialDtoReference> ReferentialReferenceDecorator<T> getReferentialReferenceDecorator(Class<T> referenceType)
public <R extends DataDtoReference> DataReferenceDecorator<R> getDataReferenceDecorator(Class<R> referenceType)
public <R extends DataDtoReference> DataReferenceDecorator<R> getDataReferenceDecorator(Class<R> referenceType, String context)
public <R extends DtoReference> org.nuiton.decorator.JXPathDecorator<R> getReferenceDecorator(Class<R> referenceType)
Copyright © 2008–2017 IRD. All rights reserved.