FileDocCategorySizeDatePackage
Choose.javaAPI DocGlassfish v2 API2429Fri May 04 22:32:58 BST 2007org.apache.jasper.tagplugins.jstl

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("}");