Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.tag
Interface TagDecorator  view TagDecorator download TagDecorator.java

All Known Implementing Classes:
CompositeTagDecorator

public interface TagDecorator

Provides the ability to completely change the Tag before it's processed for compiling with the associated TagHandler.

You could take <input type="text" /> and convert it to <h:inputText /> before compiling.

Version:
$Id: TagDecorator.java,v 1.2 2005/08/24 04:38:48 jhook Exp $

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

Method Detail

decorate

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