1.0 EA2 1.2 c-rt http://java.sun.com/jstl/ea/core-rt JSTL core RT JSTL 1.0 core library org.apache.taglibs.standard.tlv.JstlCoreTLV Provides core validation features for JSTL tags. catch org.apache.taglibs.standard.tag.common.core.CatchTag JSP Catches any Throwable that occurs in its body and optionally exposes it. var false false choose org.apache.taglibs.standard.tag.common.core.ChooseTag JSP Simple conditional tag that establishes a context for mutually exclusive conditional operations, marked by <when> and <otherwise> if org.apache.taglibs.standard.tag.rt.core.IfTag JSP Simple conditional tag, which evalutes its body if the supplied condition is true and optionally exposes a Boolean scripting variable representing the evaluation of this condition test true true boolean var false false scope false false import org.apache.taglibs.standard.tag.rt.core.ImportTag org.apache.taglibs.standard.tei.ImportTEI JSP Retrieves an absolute or relative URL and exposes its contents to either the page, a String in 'var', or a Reader in 'varReader'. url true true var false false scope false false varReader false false context false true charEncoding false true forEach org.apache.taglibs.standard.tag.rt.core.ForEachTag org.apache.taglibs.standard.tei.ForEachTEI JSP The basic iteration tag, accepting many different collection types and supporting subsetting and other functionality items false true java.lang.Object begin false true int end false true int step false true int var false false varStatus false false forTokens org.apache.taglibs.standard.tag.rt.core.ForTokensTag JSP Iterates over tokens, separated by the supplied delimeters items true true java.lang.String delims true true java.lang.String begin false true int end false true int step false true int var false false varStatus false false otherwise org.apache.taglibs.standard.tag.common.core.OtherwiseTag JSP Subtag of <choose> that follows <when> tags and runs only if all of the prior conditions evaluated to 'false' param org.apache.taglibs.standard.tag.rt.core.ParamTag JSP Adds a parameter to a containing 'import' tag's URL. name true true value false true redirect org.apache.taglibs.standard.tag.rt.core.RedirectTag JSP Redirects to a new URL. var false false scope false false url false true url org.apache.taglibs.standard.tag.rt.core.UrlTag JSP Creates a URL with optional query parameters. var false false scope false false value false true when org.apache.taglibs.standard.tag.rt.core.WhenTag JSP Subtag of <choose> that includes its body if its condition evalutes to 'true' test true true boolean