1.0 EA2 1.2 c http://java.sun.com/jstl/ea/core JSTL core JSTL 1.0 core library org.apache.taglibs.standard.tlv.JstlCoreTLV expressionAttributes expr:value expr:default if:test import:url import:context import:charEncoding forEach:items forEach:begin forEach:end forEach:step forTokens:items forTokens:begin forTokens:end forTokens:step set:value when:test Whitespace-separated list of colon-separated token pairs describing tag:attribute combinations that accept expressions. The validator uses this information to determine which attributes need their syntax validated. Provides core validation features for JSTL tags. org.apache.taglibs.standard.tlv.JstlCoreTLVHelper 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 expr org.apache.taglibs.standard.tag.el.core.ExprTag JSP Like <%= ... >, but for expressions. value true false default false false expressionLanguage org.apache.taglibs.standard.tag.el.core.ExpressionLanguageTag JSP Temporary tag that allows for runtime pluggability of expression- language evaluators. This tag just supports experimentation with expression languages and is not expected to remain in the final release of JSTL 1.0. evaluator true false if org.apache.taglibs.standard.tag.el.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 false var false false import org.apache.taglibs.standard.tag.el.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 false var false false varReader false false context false false charEncoding false false forEach org.apache.taglibs.standard.tag.el.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 false begin false false end false false step false false var false false status false false forTokens org.apache.taglibs.standard.tag.el.core.ForTokensTag JSP Iterates over tokens, separated by the supplied delimeters items true false delims true false begin false false end false false step false false 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.el.core.ParamTag JSP Adds a parameter to a containing 'import' tag's URL. name true false value true false encode false false set org.apache.taglibs.standard.tag.el.core.SetTag JSP Sets the result of an expression evaluation in a 'scope' var true false value false false scope false false urlEncode org.apache.taglibs.standard.tag.el.core.URLEncodeTag JSP Encodes its 'value' attribute (or body) per x-www-form-urlencoded rules. var false false value false false when org.apache.taglibs.standard.tag.el.core.WhenTag JSP Subtag of <choose> that includes its body if its condition evalutes to 'true' test true false