Class DefaultTagDecorator
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.tag.faces.html.DefaultTagDecorator
 
- 
- All Implemented Interfaces:
- TagDecorator
 
 public class DefaultTagDecorator extends Object implements TagDecorator Default implementation of TagDecorator as described in Faces 2.2 javadoc of jakarta.faces.view.facelets.TagDecorator- Since:
- 2.2
- Author:
- Leonardo Uribe
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringXHTML_NAMESPACE
 - 
Constructor SummaryConstructors Constructor Description DefaultTagDecorator()
 
- 
- 
- 
Field Detail- 
XHTML_NAMESPACEpublic static final String XHTML_NAMESPACE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
decoratepublic Tag decorate(Tag tag) - Specified by:
- decoratein interface- TagDecorator
 
 
- 
 
-