Class ChooseOtherwiseHandler

  • All Implemented Interfaces:
    FaceletHandler

    @JSFFaceletTag(name="c:otherwise")
    public final class ChooseOtherwiseHandler
    extends TagHandler
    Subtag of <choose> that follows <when> tags and runs only if all of the prior conditions evaluated to 'false'
    Version:
    $Id$
    Author:
    Jacob Hookom