Uses of Interface
org.spincast.core.flash.FlashMessageFactory
Packages that use FlashMessageFactory
Package
Description
-
Uses of FlashMessageFactory in org.spincast.plugins.formsprotection.doublesubmit
Methods in org.spincast.plugins.formsprotection.doublesubmit that return FlashMessageFactoryModifier and TypeMethodDescriptionprotected FlashMessageFactorySpincastFormsDoubleSubmitProtectionFilterDefault.getFlashMessageFactory()Constructors in org.spincast.plugins.formsprotection.doublesubmit with parameters of type FlashMessageFactoryModifierConstructorDescriptionSpincastFormsDoubleSubmitProtectionFilterDefault(SpincastFormsProtectionConfig spincastFormsProtectionConfig, FlashMessageFactory flashMessageFactory, Dictionary dictionary, SpincastCryptoUtils cryptoUtils, SpincastFormsDoubleSubmitProtectionRepository spincastFormsDoubleSubmitProtectionRepository) -
Uses of FlashMessageFactory in org.spincast.plugins.response
Methods in org.spincast.plugins.response that return FlashMessageFactoryModifier and TypeMethodDescriptionprotected FlashMessageFactorySpincastResponseRequestContextAddon.getFlashMessageFactory()Constructors in org.spincast.plugins.response with parameters of type FlashMessageFactoryModifierConstructorDescriptionSpincastResponseRequestContextAddon(R requestContext, Server server, JsonManager jsonManager, XmlManager xmlManager, SpincastConfig spincastConfig, SpincastUtils spincastUtils, ETagFactory etagFactory, FlashMessagesHolder flashMessagesHolder, FlashMessageFactory flashMessageFactory, CookieFactory cookieFactory) -
Uses of FlashMessageFactory in org.spincast.website.controllers.demos
Methods in org.spincast.website.controllers.demos that return FlashMessageFactoryModifier and TypeMethodDescriptionprotected FlashMessageFactoryDemoHtmlFormsDynamicFieldsController.getFlashMessageFactory()protected FlashMessageFactoryDemoHtmlFormsFileUploadController.getFlashMessageFactory()Constructors in org.spincast.website.controllers.demos with parameters of type FlashMessageFactoryModifierConstructorDescriptionDemoHtmlFormsDynamicFieldsController(FlashMessageFactory flashMessageFactory, JsonManager jsonManager, ValidationFactory validationFactory) DemoHtmlFormsFileUploadController(FlashMessageFactory flashMessageFactory)