FileDocCategorySizeDatePackage
Choose.javaAPI DocApache Tomcat 6.0.141332Fri Jul 20 04:20:34 BST 2007org.apache.jasper.tagplugins.jstl.core

Choose

public final class Choose extends Object implements TagPlugin

Fields Summary
Constructors Summary
Methods Summary
public voiddoTag(TagPluginContext ctxt)

        
        // Not much to do here, much of the work will be done in the
        // containing tags, <c:when> and <c:otherwise>.
        
        ctxt.generateBody();
        // See comments in When.java for the reason "}" is generated here.
        ctxt.generateJavaSource("}");