Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- module Snap.Extras.Ajax
- module Snap.Extras.CSRF
- module Snap.Extras.CoreUtils
- module Snap.Extras.FlashNotice
- module Snap.Extras.FormUtils
- module Snap.Extras.JSON
- module Snap.Extras.MethodOverride
- module Snap.Extras.Tabs
- module Snap.Extras.TextUtils
- initExtras :: HasHeist b => Snaplet (Heist b) -> SnapletLens b SessionManager -> SnapletInit b ()
Documentation
module Snap.Extras.Ajax
module Snap.Extras.CSRF
module Snap.Extras.CoreUtils
module Snap.Extras.FlashNotice
module Snap.Extras.FormUtils
module Snap.Extras.JSON
module Snap.Extras.MethodOverride
module Snap.Extras.Tabs
module Snap.Extras.TextUtils
initExtras :: HasHeist b => Snaplet (Heist b) -> SnapletLens b SessionManager -> SnapletInit b () Source #
Initialize all the Extras
functionality in your Snap app.
Currently, we don't need to keep any state and simply return ().