public final class CompositeTagDecorator extends Object implements javax.faces.view.facelets.TagDecorator
| Constructor and Description |
|---|
CompositeTagDecorator(javax.faces.view.facelets.TagDecorator[] decorators) |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.view.facelets.Tag |
decorate(javax.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(javax.faces.view.facelets.TagDecorator[] decorators)
public javax.faces.view.facelets.Tag decorate(javax.faces.view.facelets.Tag tag)
decorate in interface javax.faces.view.facelets.TagDecoratortag - tag to be decoratedCopyright © 2010–2020 JBoss by Red Hat. All rights reserved.