public final class CompositeTagDecorator
extends java.lang.Object
implements javax.faces.view.facelets.TagDecorator
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagDecorator[] |
decorators |
private DefaultTagDecorator |
defaultTagDecorator |
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.
|
private final javax.faces.view.facelets.TagDecorator[] decorators
private final DefaultTagDecorator defaultTagDecorator
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.