FileDocCategorySizeDatePackage
Otherwise.javaAPI DocApache Tomcat 6.0.141234Fri Jul 20 04:20:36 BST 2007org.apache.jasper.tagplugins.jstl.core

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