Class PassThroughAttributesHandler

    • Constructor Detail

      • PassThroughAttributesHandler

        public PassThroughAttributesHandler​(TagConfig config)
    • Method Detail

      • apply

        public void apply​(FaceletContext ctx,
                          UIComponent parent)
                   throws IOException
        Description copied from interface: FaceletHandler

        Process changes on a particular UIComponent

        Specified by:
        apply in interface FaceletHandler
        Parameters:
        ctx - the current FaceletContext instance for this execution
        parent - the parent UIComponent to operate upon
        Throws:
        IOException - if unable to load relativePath
      • getAttributeName

        public String getAttributeName​(FaceletContext ctxt)
        Description copied from interface: AttributeHandler

        Returns the resolved literal String value of the attribute name after evaluating EL.

        Specified by:
        getAttributeName in interface AttributeHandler
        Parameters:
        ctxt - the FaceletContext for this view execution
        Returns:
        the literal string value of the attribute name after evaluating EL