org.apache.myfaces.view.facelets.tag.composite
Class InsertFacetHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.composite.InsertFacetHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="composite:insertFacet")
public class InsertFacetHandler
- extends TagHandler
Insert or move the facet from the composite component body to the expected location.
- Version:
- $Revision: 881558 $ $Date: 2009-11-17 16:55:58 -0500 (Tue, 17 Nov 2009) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
Field Summary |
protected TagAttribute |
_name
The name that identify the current facet. |
protected TagAttribute |
_required
Define if the facet to be inserted is required or not for every instance of
this composite component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_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.
InsertFacetHandler
public InsertFacetHandler(TagConfig config)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.