java.lang.Object
jakarta.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$ $Date$
Author:
Leonardo Uribe (latest modification by $Author$)
  • Field Details

    • _hidden

      @JSFFaceletAttribute(name="hidden", className="jakarta.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.
  • Constructor Details

    • FacetHandler

      public FacetHandler(TagConfig config)
  • Method Details