Class CompositionHandler

java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.ui.CompositionHandler
All Implemented Interfaces:
FaceletHandler, TemplateClient

@JSFFaceletTag(name="ui:composition") public final class CompositionHandler extends TagHandler implements TemplateClient
Version:
$Id$
Author:
Jacob Hookom
  • Field Details

    • NAME

      public static final String NAME
      See Also:
    • _template

      @JSFFaceletAttribute(name="template", className="jakarta.el.ValueExpression", deferredValueType="java.lang.String") protected final TagAttribute _template
      The resolvable URI of the template to use. The content within the composition tag will be used in populating the template specified.
    • _handlers

      protected final Map<String,DefineHandler> _handlers
    • _params

      protected final ParamHandler[] _params
  • Constructor Details

    • CompositionHandler

      public CompositionHandler(TagConfig config)
  • Method Details