JSTL 1.1 core library
JSTL core
1.1
c
http://java.sun.com/jsp/jstl/core
Provides core validation features for JSTL tags.
org.apache.taglibs.standard.tlv.JstlCoreTLV
Catches any Throwable that occurs in its body and optionally
exposes it.
catch
org.apache.taglibs.standard.tag.common.core.CatchTag
JSP
var
false
false
Simple conditional tag that establishes a context for
mutually exclusive conditional operations, marked by
<when> and <otherwise>
choose
org.apache.taglibs.standard.tag.common.core.ChooseTag
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
if
org.apache.taglibs.standard.tag.rt.core.IfTag
JSP
test
true
true
boolean
var
false
false
scope
false
false
Retrieves an absolute or relative URL and exposes its contents
to either the page, a String in 'var', or a Reader in 'varReader'.
import
org.apache.taglibs.standard.tag.rt.core.ImportTag
org.apache.taglibs.standard.tei.ImportTEI
JSP
url
true
true
var
false
false
scope
false
false
varReader
false
false
context
false
true
charEncoding
false
true
The basic iteration tag, accepting many different
collection types and supporting subsetting and other
functionality
forEach
org.apache.taglibs.standard.tag.rt.core.ForEachTag
org.apache.taglibs.standard.tei.ForEachTEI
JSP
items
false
true
java.lang.Object
begin
false
true
int
end
false
true
int
step
false
true
int
var
false
false
varStatus
false
false
Iterates over tokens, separated by the supplied delimeters
forTokens
org.apache.taglibs.standard.tag.rt.core.ForTokensTag
JSP
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
Like <%= ... >, but for expressions.
out
org.apache.taglibs.standard.tag.rt.core.OutTag
JSP
value
true
true
default
false
true
escapeXml
false
true
Subtag of <choose> that follows <when> tags
and runs only if all of the prior conditions evaluated to
'false'
otherwise
org.apache.taglibs.standard.tag.common.core.OtherwiseTag
JSP
Adds a parameter to a containing 'import' tag's URL.
param
org.apache.taglibs.standard.tag.rt.core.ParamTag
JSP
name
true
true
value
false
true
Redirects to a new URL.
redirect
org.apache.taglibs.standard.tag.rt.core.RedirectTag
JSP
var
false
false
scope
false
false
url
false
true
context
false
true
Removes a scoped variable (from a particular scope, if specified).
remove
org.apache.taglibs.standard.tag.common.core.RemoveTag
empty
var
true
false
scope
false
false
Sets the result of an expression evaluation in a 'scope'
set
org.apache.taglibs.standard.tag.rt.core.SetTag
JSP
var
false
false
value
false
true
target
false
true
property
false
true
scope
false
false
Creates a URL with optional query parameters.
url
org.apache.taglibs.standard.tag.rt.core.UrlTag
JSP
var
false
false
scope
false
false
value
false
true
context
false
true
Subtag of <choose> that includes its body if its
condition evalutes to 'true'
when
org.apache.taglibs.standard.tag.rt.core.WhenTag
JSP
test
true
true
boolean