public final class CompositeTagDecorator extends Object implements jakarta.faces.view.facelets.TagDecorator
| Constructor and Description |
|---|
CompositeTagDecorator(jakarta.faces.view.facelets.TagDecorator[] decorators) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.view.facelets.Tag |
decorate(jakarta.faces.view.facelets.Tag tag)
Uses the chain of responsibility pattern to stop processing if any of the TagDecorators return a value other than
null.
|
public CompositeTagDecorator(jakarta.faces.view.facelets.TagDecorator[] decorators)
public jakarta.faces.view.facelets.Tag decorate(jakarta.faces.view.facelets.Tag tag)
decorate in interface jakarta.faces.view.facelets.TagDecoratortag - tag to be decoratedCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.