{@link RequestAttributes} adapter for a JSF {@link javax.faces.context.FacesContext}. Used as default in a JSF environment, wrapping the current FacesContext.
NOTE: In contrast to {@link ServletRequestAttributes}, this variant does not support destruction callbacks for scoped attributes, neither for the request scope nor for the session scope. If you rely on such implicit destruction callbacks, consider defining a Spring {@link RequestContextListener} in yourweb.xml
.
@author Juergen Hoeller
@since 2.5.2
@see javax.faces.context.FacesContext#getExternalContext()
@see javax.faces.context.ExternalContext#getRequestMap()
@see javax.faces.context.ExternalContext#getSessionMap()
@see RequestContextHolder#currentRequestAttributes()