Class Summary |
AddCookieTag |
This class is a custom action for adding a cookie header
to the response. |
DebugTag |
This class is a custom action that can be used to extract debug
information from a JSP PageContext. |
FileWriteTag |
This class is a custom action for writing the content of the
action element's body to a file specified by an attribute,
or to System.out if no file is specified. |
ForwardTag |
This class is a custom action for sending a forwarding request,
with possible parameter values URL encoded. |
IfContainsTag |
This class is a custom action for testing if a String value
contains a substring. |
IfUserInRoleTag |
This class is a custom action for testing if the current (authenticated)
user belongs to the specified security role. |
IfValidEmailAddrTag |
This class is a custom action for testing if a string value
is in the format of a valid SMTP email address. |
InvalidateSessionTag |
This class is a custom action for invalidating a session,
causing all session scope variables to be removed and the
session to be terminated (marked as invalid). |
MenuItemTag |
This class is a custom action for conditionally inserting HTML links in a
navigation menu. |
NoCacheTag |
This class is a custom action for setting response headers
that prevent the page from being cached by a browser or
proxy server. |
ParamTag |
This class is a custom action intended to be used in the body of
custom actions implementing the ParamTag interface. |
SetHeaderTag |
This class is a custom action for setting response header
values. |