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

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

public class BaseMultipleTagDecorator
extends Object
implements TagDecorator

Author:
Leonardo Uribe

Constructor Summary
BaseMultipleTagDecorator(TagDecorator defaultTagDecorator, TagDecorator normalTagDecorator)
           
 
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

BaseMultipleTagDecorator

public BaseMultipleTagDecorator(TagDecorator defaultTagDecorator,
                                TagDecorator normalTagDecorator)
Method Detail

decorate

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


Copyright © 2015 The Apache Software Foundation. All rights reserved.