org.apache.myfaces.view.facelets.tag.jsf.core
Class PassThroughAttributesHandler

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

@JSFFaceletTag(name="f:passThroughAttributes",
               bodyContent="empty")
public final class PassThroughAttributesHandler
extends TagHandler

Since:
2.2
Author:
Leonardo Uribe

Field Summary
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
PassThroughAttributesHandler(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
 

Constructor Detail

PassThroughAttributesHandler

public PassThroughAttributesHandler(TagConfig config)
Method Detail

apply

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


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