META-INF.c-1_0-rt.tld Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of taglibs-standard-impl Show documentation
Show all versions of taglibs-standard-impl Show documentation
An implementation of the JSP Standard Tag Library (JSTL).
Adapted for Android by using a-javabeans (Javabeans adapted for Android).
1.0
1.2
c_rt
http://java.sun.com/jstl/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
out
org.apache.taglibs.standard.tag.rt.core.OutTag
JSP
Like <%= ... >, but for expressions.
value
true
true
default
false
true
escapeXml
false
true
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
context
false
true
remove
org.apache.taglibs.standard.tag.common.core.RemoveTag
empty
Removes a scoped variable (from a particular scope, if specified).
var
true
false
scope
false
false
set
org.apache.taglibs.standard.tag.rt.core.SetTag
JSP
Sets the result of an expression evaluation in a 'scope'
var
false
false
value
false
true
target
false
true
property
false
true
scope
false
false
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
context
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