A producer which retrieves the {@link ExternalContext} for the current request of the JavaServer Faces application by calling{@link FacesContext#getExternalContext()} and stores the result as a request-scoped bean instance.
This producer allows the {@link ExternalContext} to be injected:
@Inject ExternalContext ctx;@author Lincoln Baxter, III @author Dan Allen
|
|