public class FlashFactoryImpl extends FlashFactory
FlashFactory
.Constructor and Description |
---|
FlashFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
Flash |
getFlash(boolean create)
Create (if needed) and return a
|
getWrapped
public Flash getFlash(boolean create)
FlashFactory
Create (if needed) and return a
Flash
instance for this web application.
getFlash
in class 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
.Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.