org.apache.myfaces.view.facelets.tag.composite
Class InsertChildrenHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by org.apache.myfaces.view.facelets.tag.composite.InsertChildrenHandler
All Implemented Interfaces:
FaceletHandler

@JSFFaceletTag(name="composite:insertChildren")
public class InsertChildrenHandler
extends TagHandler

Version:
$Revision: 960906 $ $Date: 2010-07-06 09:45:40 -0500 (Tue, 06 Jul 2010) $
Author:
Leonardo Uribe (latest modification by $Author: jakobk $)

Field Summary
static String INSERT_CHILDREN_USED
           
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
InsertChildrenHandler(TagConfig config)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
           
 
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSERT_CHILDREN_USED

public static String INSERT_CHILDREN_USED
Constructor Detail

InsertChildrenHandler

public InsertChildrenHandler(TagConfig config)
Method Detail

apply

public void apply(FaceletContext ctx,
                  UIComponent parent)
           throws IOException
Throws:
IOException


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