Package jakarta.faces.view.facelets
Interface TagDecorator
public interface TagDecorator
- 
Method Summary
- 
Method Details- 
decorateIf handled, return a new Tag instance, otherwise return null- Parameters:
- tag- - a tag to be decorated
- Returns:
- a decorated tag, otherwise return null
 
 
-