org.apache.myfaces.view.facelets.tag.composite
Class FacetHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
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 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FacetHandler
public FacetHandler(TagConfig config)
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.