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

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

@JSFFaceletTag(name="f:passThroughAttribute",
               bodyContent="empty")
public final class PassThroughAttributeHandler
extends TagHandler
implements AttributeHandler

Author:
Leonardo Uribe

Field Summary
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
PassThroughAttributeHandler(TagConfig config)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
           
 String getAttributeName(FaceletContext ctx)
           
 
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

PassThroughAttributeHandler

public PassThroughAttributeHandler(TagConfig config)
Parameters:
config -
Method Detail

apply

public void apply(FaceletContext ctx,
                  UIComponent parent)
           throws IOException,
                  FacesException,
                  FaceletException,
                  javax.el.ELException
Specified by:
apply in interface FaceletHandler
Throws:
IOException
FacesException
FaceletException
javax.el.ELException

getAttributeName

public String getAttributeName(FaceletContext ctx)
Specified by:
getAttributeName in interface AttributeHandler


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