Class BaseTagDecorator
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.tag.BaseTagDecorator
 
- 
- All Implemented Interfaces:
- TagDecorator
 
 public class BaseTagDecorator extends Object implements TagDecorator - Author:
- Leonardo Uribe
 
- 
- 
Constructor SummaryConstructors Constructor Description BaseTagDecorator(TagDecorator defaultTagDecorator)
 
- 
- 
- 
Constructor Detail- 
BaseTagDecoratorpublic BaseTagDecorator(TagDecorator defaultTagDecorator) 
 
- 
 - 
Method Detail- 
decoratepublic Tag decorate(Tag tag) - Specified by:
- decoratein interface- TagDecorator
 
 
- 
 
-