public class FlashFactoryImpl
extends jakarta.faces.context.FlashFactory
FlashFactory.| Constructor and Description |
|---|
FlashFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.context.Flash |
getFlash(boolean create)
Create (if needed) and return a |
public jakarta.faces.context.Flash getFlash(boolean create)
jakarta.faces.context.FlashFactory
Create (if needed) and return a Flash instance for this web application.
getFlash in class jakarta.faces.context.FlashFactorycreate - 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–2022 JBoss by Red Hat. All rights reserved.