|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.faces.environment.FacesFlashProducer
public class FacesFlashProducer
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 Summary | |
|---|---|
FacesFlashProducer()
|
|
| Method Summary | |
|---|---|
Flash |
getFlash()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FacesFlashProducer()
| Method Detail |
|---|
@Produces @RequestScoped public Flash getFlash()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||