Class FlashFactoryImpl

    • Constructor Detail

      • FlashFactoryImpl

        public FlashFactoryImpl()
    • Method Detail

      • getFlash

        public Flash getFlash​(boolean create)
        Description copied from class: FlashFactory

        Create (if needed) and return a Flash instance for this web application.

        Specified by:
        getFlash in class FlashFactory
        Parameters:
        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.
        Returns:
        the instance of Flash.