public final class CompositeTagDecorator extends Object implements TagDecorator
Constructor and Description |
---|
CompositeTagDecorator(TagDecorator[] decorators) |
Modifier and Type | Method and Description |
---|---|
Tag |
decorate(Tag tag)
Uses the chain of responsibility pattern to stop processing if any of the TagDecorators return a value other than
null.
|
public CompositeTagDecorator(TagDecorator[] decorators)
public Tag decorate(Tag tag)
decorate
in interface TagDecorator
TagDecorator.decorate(javax.faces.view.facelets.Tag)
Copyright © 2021 The Apache Software Foundation. All rights reserved.