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
|
getWrappedpublic Flash getFlash(boolean create)
FlashFactoryCreate (if needed) and return a
Flash instance for this web application.
getFlash in class 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 © 1997–2019 Eclipse Foundation. All rights reserved.