Class IfHandler

  • All Implemented Interfaces:
    FaceletHandler, ComponentContainerHandler

    @JSFFaceletTag(name="c:if")
    @JSFFaceletAttribute(name="scope",
                         className="java.lang.String",
                         longDescription="Scope for var.")
    public final class IfHandler
    extends TagHandler
    implements ComponentContainerHandler
    Simple conditional tag, which evalutes its body if the supplied condition is true and optionally exposes a Boolean scripting variable representing the evaluation of this condition
    Version:
    $Id$
    Author:
    Jacob Hookom