public class ExternalContextProducer extends Object
A producer which retrieves the ExternalContext for the current request of the JavaServer Faces application by calling
FacesContext.getExternalContext() and stores the result as a request-scoped bean instance.
This producer allows the ExternalContext to be injected:
@Inject ExternalContext ctx;
| Constructor and Description |
|---|
ExternalContextProducer() |
Copyright © 2009-2013 Seam Framework. All Rights Reserved.