Class AttributeHandler

  • All Implemented Interfaces:
    FaceletHandler

    @JSFFaceletTag(name="composite:attribute")
    public class AttributeHandler
    extends TagHandler
    Version:
    $Revision$ $Date$
    Author:
    Leonardo Uribe (latest modification by $Author$)
    • Field Detail

      • _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 Detail

      • AttributeHandler

        public AttributeHandler​(TagConfig config)