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

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

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

Since:
2.2
Author:
Leonardo Uribe

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

AttributesHandler

public AttributesHandler(TagConfig config)
Method Detail

apply

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


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