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. 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> declare org.apache.taglibs.standard.tag.common.core.DeclareTag org.apache.taglibs.standard.tei.DeclareTEI empty Declares an scripting variable, initially defined by an existing scoped attribute of the same name. The type of the variable defaults to java.lang.Object but can be modified by using the 'type' attribute. id true false type false false 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 import org.apache.taglibs.standard.tag.rt.core.ImportTag 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 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 status 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 status 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 true true encode false true urlEncode org.apache.taglibs.standard.tag.rt.core.URLEncodeTag JSP Encodes its 'value' attribute (or body) per x-www-form-urlencoded rules. var 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