Context bean providing accessors for the Struts related request, session, and application scope objects reated to this request. Note that this bean's methods will trigger exceptions unless there is a FacesContext instance for this request.
FacesContext
Return the ActionEvent for the current request (if any).
ActionEvent
Return the ActionMapping for the current request (if any).
ActionMapping
Return the ActionMessages instance containing application error messages for this request (if any).
ActionMessages
Return the ActionServlet instance for this web application.
ActionServlet
Return the exception that caused one of the Struts custom tags to report a JspException (if any).
Return the ExternalContext for the current request.
ExternalContext
Return the FacesContext for the current request.
Return the Locale stored in the current user's session (if any) for Struts based localization.
Locale
Return the MessageResources instance for the application module that is processing this request (if any).
MessageResources
Return the ModuleConfig for the application module to which this request has been assigned (if any).
ModuleConfig
Return true if a Boolean true value has been stored in the request attribute indicating that this request has been cancelled.
true