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