public class HelpFacetDecoratorUsingHelpManager extends FacetDecoratorAbstract implements HelpFacetDecorator
| Constructor and Description |
|---|
HelpFacetDecoratorUsingHelpManager(HelpManager 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() |
getFacetTypeNamesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFacetTypeNamespublic HelpFacetDecoratorUsingHelpManager(HelpManager manager)
public Facet decorate(Facet facet, FacetHolder facetHolder)
FacetDecoratorFacet with a decorating
Facet that should be held by the provided required holder.
decorate in interface FacetDecoratorFacet, or null if this decoration
does not apply to this Facet.public Class<? extends Facet>[] getFacetTypes()
getFacetTypes in interface FacetDecoratorCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.