Package com.ora.jsp.tags

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.
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.
MonthCalendarTag  
NoCacheTag This class is a custom action for setting response headers that prevent the page from being cached by a browser or proxy server.
SetHeaderTag This class is a custom action for setting response header values.