public class I18nFacetDecorator extends FacetDecoratorAbstract
| Constructor and Description |
|---|
I18nFacetDecorator(I18nManager manager) |
| Modifier and Type | Method and Description |
|---|---|
Facet |
decorate(Facet facet,
FacetHolder facetHolder)
If applicable, replace the provided
Facet with a decorating
Facet that should be held by the provided required holder. |
Class<? extends Facet>[] |
getFacetTypes() |
getFacetTypeNamespublic I18nFacetDecorator(I18nManager manager)
public Facet decorate(Facet facet, FacetHolder facetHolder)
FacetDecoratorFacet with a decorating
Facet that should be held by the provided required holder.
Facet, or null if this decoration
does not apply to this Facet.public Class<? extends Facet>[] getFacetTypes()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.