public class FlashFactoryImpl
extends javax.faces.context.FlashFactory
FlashFactory
.Constructor and Description |
---|
FlashFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
javax.faces.context.Flash |
getFlash(boolean create)
Create (if needed) and return a
|
public javax.faces.context.Flash getFlash(boolean create)
javax.faces.context.FlashFactory
Create (if needed) and return a
Flash
instance for this web application.
getFlash
in class javax.faces.context.FlashFactory
create
- true
to create a new instance for this request if
necessary; false
to return null
if there's no
instance in the current session
.Flash
.Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.