Class Summary |
AddCookieTag |
This class is a custom action for adding a cookie header
to the response. |
EncodeHTMLTag |
This class is a tag handler for custom action that replaces
HTML special characters in its body with the corresponding
HTML character entities. |
EncodeURLTag |
This class is a custom action for encoding URLs for URL rewriting
(session tracking) with possible parameter values URL encoded. |
GetCookieValueTag |
This class is a custom action for writing the value of a
cookie to the response. |
GetLocalDateTag |
This class implements a custom action that inserts a date
value, formatted according to the currently selected locale,
in the response body. |
GetLocalNumberTag |
This class implements a custom action that inserts a numeric
value, formatted according to the currently selected locale,
in the response body. |
GetLocalPageNameTag |
This class implements a custom action that inserts a page
name, matching the currently selected locale, in the
response body. |
GetLocalTextTag |
This class implements a custom action that inserts a text
resource, matching the currently selected locale, in the
response body. |
LoopTag |
This class is a custom action for looping through the elements
of a multi-valued bean or bean property. |
LoopTagExtraInfo |
This class provides information about the variable created by the
LoopTag to the JSP container at translation-time. |
MenuItemTag |
This class is a custom action for inserting HTML references
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
an EncodeURLTag or a RedirectTag. |
RedirectTag |
This class is a custom action for sending a redirect request,
with possible parameter values URL encoded and the complete URL
encoded for URL rewriting (session tracking). |
UseLocaleBundleTag |
This class implements a custom action that creates a
com.ora.jsp.beans.locale.LocaleBean and saves it in
the session scope. |
UseLocaleBundleTagExtraInfo |
This class provides information about the variable created by the
UseLocaleBundleTag to the JSP container at translation-time. |
UsePropertyTag |
This class is a custom action for making a bean property value
available to other actions and scripting code as a variable. |
UsePropertyTagExtraInfo |
This class provides information about the variable created by the
UsePropertyTag to the JSP container at translation-time. |
ValidateSessionTag |
This class is a custom action for checking if a session
contains information about an authenticated user. |