All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.flash.FlashMessagesHolder.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






FlashMessagesHolder (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.flash

Interface FlashMessagesHolder

  • All Known Implementing Classes:
    FlashMessagesHolderDefault


    public interface FlashMessagesHolder
    Currently used to save the Flash Messages between the time a page sets one, and the time the next page displays it.
    • Method Detail

      • saveFlashMessage

        String saveFlashMessage(FlashMessage flashMessage)
        Saves a Flash Message.
        Returns:
        a generated and unique ID for the Flash Message.
      • getFlashMessage

        FlashMessage getFlashMessage(String id,
                                     boolean removeIt)
        Gets a Flash Message from its id.
        Parameters:
        removeIt - if true, the Flash Message is removed from the holder.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy