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:
- javax.faces.view.facelets.FaceletHandler
@JSFFaceletTag(name="composite:facet")
public class FacetHandler
- extends javax.faces.view.facelets.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 09:24:28 -0500 (Fri, 16 Jul 2010) $
- Author:
- Leonardo Uribe (latest modification by $Author: jakobk $)
Field Summary |
protected javax.faces.view.facelets.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. |
Fields inherited from class javax.faces.view.facelets.TagHandler |
nextHandler, tag, tagId |
Constructor Summary |
FacetHandler(javax.faces.view.facelets.TagConfig config)
|
Method Summary |
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.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 |
_hidden
@JSFFaceletAttribute(name="hidden",
className="javax.el.ValueExpression",
deferredValueType="boolean")
protected final javax.faces.view.facelets.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(javax.faces.view.facelets.TagConfig config)
apply
public void apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
throws java.io.IOException
- Specified by:
apply
in interface javax.faces.view.facelets.FaceletHandler
- Throws:
java.io.IOException
isCacheable
public boolean isCacheable()
setCacheable
public void setCacheable(boolean cacheable)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.