org.apache.myfaces.view.facelets.tag
Class BaseTagDecorator

java.lang.Object
  extended by org.apache.myfaces.view.facelets.tag.BaseTagDecorator
All Implemented Interfaces:
TagDecorator

public class BaseTagDecorator
extends Object
implements TagDecorator

Author:
Leonardo Uribe

Constructor Summary
BaseTagDecorator(TagDecorator defaultTagDecorator)
           
 
Method Summary
 Tag decorate(Tag tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTagDecorator

public BaseTagDecorator(TagDecorator defaultTagDecorator)
Method Detail

decorate

public Tag decorate(Tag tag)
Specified by:
decorate in interface TagDecorator


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