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: 964806 $ $Date: 2010-07-16 16:24:28 +0200 (Fri, 16 Jul 2010) $
- Author:
- Leonardo Uribe (latest modification by $Author: jakobk $)
Field Summary |
protected TagAttribute |
_hidden
The "hidden" flag is used to identify features that are intended only
for tool use, and which should not be exposed to humans. |
_hidden
@JSFFaceletAttribute(name="hidden",
className="javax.el.ValueExpression",
deferredValueType="boolean")
protected final TagAttribute _hidden
- The "hidden" flag is used to identify features that are intended only
for tool use, and which should not be exposed to humans.
Only available if ProjectStage is Development.
FacetHandler
public FacetHandler(TagConfig config)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException
- Specified by:
apply
in interface FaceletHandler
- Throws:
IOException
isCacheable
public boolean isCacheable()
setCacheable
public void setCacheable(boolean cacheable)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.