org.apache.myfaces.view.facelets.tag.composite
Class RenderFacetHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
javax.faces.view.facelets.DelegatingMetaTagHandler
javax.faces.view.facelets.ComponentHandler
org.apache.myfaces.view.facelets.tag.composite.RenderFacetHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="composite:renderFacet")
public class RenderFacetHandler
- extends ComponentHandler
Render the facet defined on the composite component body to the current location
- Version:
- $Revision: 1194861 $ $Date: 2011-10-29 05:02:34 -0500 (Sat, 29 Oct 2011) $
- Author:
- Leonardo Uribe (latest modification by $Author: struberg $)
RENDER_FACET_USED
public static final String RENDER_FACET_USED
- See Also:
- Constant Field Values
_name
@JSFFaceletAttribute(name="name",
className="javax.el.ValueExpression",
deferredValueType="java.lang.String",
required=true)
protected final TagAttribute _name
- The name that identify the current facet.
_required
@JSFFaceletAttribute(name="required",
className="javax.el.ValueExpression",
deferredValueType="boolean")
protected final TagAttribute _required
- Define if the facet to be inserted is required or not for every instance of
this composite component.
RenderFacetHandler
public RenderFacetHandler(ComponentConfig config)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException
- Specified by:
apply
in interface FaceletHandler
- Overrides:
apply
in class DelegatingMetaTagHandler
- Throws:
IOException
onComponentPopulated
public void onComponentPopulated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
- Overrides:
onComponentPopulated
in class ComponentHandler
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.