|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.view.facelets.tag.CompositeTagDecorator
public final class CompositeTagDecorator
A TagDecorator that is composed of 1 or more TagDecorator instances. It uses the chain of responsibility pattern to stop processing if any of the TagDecorators return a value other than null.
| Constructor Summary | |
|---|---|
CompositeTagDecorator(javax.faces.view.facelets.TagDecorator[] decorators)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeTagDecorator(javax.faces.view.facelets.TagDecorator[] decorators)
| Method Detail |
|---|
public javax.faces.view.facelets.Tag decorate(javax.faces.view.facelets.Tag tag)
decorate in interface javax.faces.view.facelets.TagDecoratororg.apache.myfaces.view.facelets.tag.TagDecorator#decorate(org.apache.myfaces.view.facelets.tag.Tag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||