| Modifier and Type | Class and Description |
|---|---|
class |
UIComponentBodyTag
Deprecated.
All component tags now implement
BodyTag.
This class has been replaced by UIComponentELTag. |
class |
UIComponentClassicTagBase
UIComponentTagBase is the base class
for all Jakarta Server Pages tags that use the "classic" Jakarta Server Pages tag interface that
correspond to a UIComponent instance in
the view. |
class |
UIComponentELTag
UIComponentELTag specializes its superclass to allow for
properties that take their values from Jakarta Expression Language expressions. |
class |
UIComponentTag
Deprecated.
Use of this class has been replaced with
UIComponentELTag, which extends
UIComponentClassicTagBase to add properties that use the
Jakarta Expression Language API introduced as part of Jakarta Server Pages 2.1. |
| Modifier and Type | Class and Description |
|---|---|
class |
BodyTagSupport
A base class for defining tag handlers implementing BodyTag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImportSupport
Support for tag handlers for <import>, the general-purpose
text-importing mechanism for JSTL 1.0.
|
class |
OutSupport
Support for handlers of the <out> tag, which simply evalutes and
prints the result of the expression it's passed.
|
class |
RedirectSupport
Support for tag handlers for <redirect>, JSTL 1.0's tag
for redirecting to a new URL (with optional query parameters).
|
class |
SetSupport
Support for handlers of the <set> tag.
|
class |
UrlSupport
Support for tag handlers for <url>, the URL creation
and rewriting tag in JSTL 1.0.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleSupport
Support for tag handlers for <bundle>, the resource bundle loading
tag in JSTL 1.0.
|
class |
FormatNumberSupport
Support for tag handlers for <formatNumber>, the number
formatting tag in JSTL 1.0.
|
class |
MessageSupport
Support for tag handlers for <message>, the message formatting tag
in JSTL 1.0.
|
class |
ParamSupport
Support for tag handlers for <param>, the message argument
subtag in JSTL 1.0 which supplies an argument for parametric replacement
to its parent <message> tag.
|
class |
ParseDateSupport
Support for tag handlers for <parseDate>, the date and time
parsing tag in JSTL 1.0.
|
class |
ParseNumberSupport
Support for tag handlers for <parseNumber>, the number parsing tag
in JSTL 1.0.
|
class |
TimeZoneSupport
Support for tag handlers for <timeZone>, the time zone tag in
JSTL 1.0.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParamTagSupport
Tag handler for <Param> in JSTL, used to set
parameter values for a SQL statement.
|
class |
QueryTagSupport
Tag handler for <Query> in JSTL.
|
class |
UpdateTagSupport
Tag handler for <Update> in JSTL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParseSupport
Support for tag handlers for <parse>, the XML parsing tag.
|
class |
TransformSupport
Support for tag handlers for <transform>, the XML transformation
tag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImportTag
A handler for <import> that supports rtexprvalue-based
attributes.
|
class |
OutTag
Tag handler for <out> in JSTL's rtexprvalue library.
|
class |
RedirectTag
A handler for <redirect> that supports rtexprvalue-based
attributes.
|
class |
SetTag
JSTL 1.1 compatible version of <set> that accepts expression results for attribute values.
|
class |
UrlTag
A handler for <urlEncode> that supports rtexprvalue-based
attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleTag
A handler for <bundle> that supports rtexprvalue-based
attributes.
|
class |
FormatNumberTag
A handler for <formatNumber> that supports rtexprvalue-based
attributes.
|
class |
MessageTag
A handler for <message> that supports rtexprvalue-based
attributes.
|
class |
ParseDateTag
A handler for <parseDate> that supports rtexprvalue-based
attributes.
|
class |
ParseNumberTag
A handler for <parseNumber> that supports rtexprvalue-based
attributes.
|
class |
TimeZoneTag
A handler for <timeZone> that supports rtexprvalue-based
attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParamTag
Subclass for the JSTL library with rtexprvalue support.
|
class |
QueryTag
Subclass for the JSTL library with rtexprvalue support.
|
class |
UpdateTag
Subclass for the JSTL library with rtexprvalue support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParseTag
A handler for <parse> that supports rtexprvalue-based
attributes.
|
class |
TransformTag
A handler for <transform> that supports rtexprvalue-based
attributes.
|
Copyright © 2025 JBoss by Red Hat. All rights reserved.