Class HtmlDecorator

java.lang.Object
com.sun.faces.facelets.tag.faces.html.HtmlDecorator
All Implemented Interfaces:
TagDecorator

public final class HtmlDecorator extends Object implements TagDecorator
Author:
Jacob Hookom
  • Field Details

  • Constructor Details

    • HtmlDecorator

      public HtmlDecorator()
  • Method Details

    • decorate

      public Tag decorate(Tag tag)
      Description copied from interface: TagDecorator
      If handled, return a new Tag instance, otherwise return null
      Specified by:
      decorate in interface TagDecorator
      Parameters:
      tag - tag to be decorated
      Returns:
      a decorated tag, otherwise null