Class IfHandler

    • Constructor Detail

      • IfHandler

        public IfHandler​(TagConfig config)
        Parameters:
        config -
    • Method Detail

      • apply

        public void apply​(FaceletContext ctx,
                          UIComponent parent)
                   throws IOException,
                          FacesException,
                          jakarta.el.ELException
        Description copied from interface: FaceletHandler

        Process changes on a particular UIComponent

        Parameters:
        ctx - the current FaceletContext instance for this execution
        parent - the parent UIComponent to operate upon
        Throws:
        IOException - if unable to load relativePath
        FacesException - if unable to create child UIComponent instances
        jakarta.el.ELException - if any of the expressions in the markup loaded from relativePath fail