|
Class Summary |
| ExpressionUtil |
Contains some static utilities to facilitate common forms of
expression evaluation. |
| ForEachTag |
A handler for <forEach> that accepts attributes as Strings
and evaluates them as expressions at runtime. |
| ForTokensTag |
A handler for <forTokens> that accepts attributes as Strings
and evaluates them as expressions at runtime. |
| IfTag |
Tag handler for <if> in JSTL's expression-evaluating library. |
| ImportTag |
A handler for <import> that accepts attributes as Strings
and evaluates them as expressions at runtime. |
| OutTag |
A handler for <out>, which redirects the browser to a
new URL. |
| ParamTag |
A handler for <param> that accepts attributes as Strings
and evaluates them as expressions at runtime. |
| RedirectTag |
A handler for <redirect>, which redirects the browser to a
new URL. |
| SetTag |
A handler for <set>, which redirects the browser to a
new URL. |
| UrlTag |
A handler for <urlEncode> that accepts attributes as Strings
and evaluates them as expressions at runtime. |
| WhenTag |
Tag handler for <when> in JSTL's expression-evaluating
library. |