javax.faces.view.facelets
Interface TagDecorator


public interface TagDecorator


Method Summary
 Tag decorate(Tag tag)
          If handled, return a new Tag instance, otherwise return null
 

Method Detail

decorate

Tag decorate(Tag tag)
If handled, return a new Tag instance, otherwise return null

Parameters:
tag - - a tag to be decorated
Returns:
a decorated tag, otherwise return null


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.