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

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

@JSFFaceletTag(name="composite:facet")
public class FacetHandler
extends TagHandler

Define the facets used by this composite component.

This tag is used inside composite:interface tag. All facets should be saved under the key UIComponent.FACETS_KEY on the bean descriptor map as a Map<String, PropertyDescriptor>

Version:
$Revision: 905407 $ $Date: 2010-02-01 15:45:01 -0500 (Mon, 01 Feb 2010) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

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

FacetHandler

public FacetHandler(TagConfig config)
Method Detail

apply

public void apply(FaceletContext ctx,
                  UIComponent parent)
           throws java.io.IOException
Specified by:
apply in interface FaceletHandler
Throws:
java.io.IOException

isCacheable

public boolean isCacheable()

setCacheable

public void setCacheable(boolean cacheable)


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