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

Otherwise

public final class Otherwise extends Object implements TagPlugin

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


	// See When.java for the reason whey "}" is need at the beginng and
	// not at the end.
	ctxt.generateJavaSource("} else {");
	ctxt.generateBody();