skinny.controller

feature

package feature

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionDefinitionFeature extends ScalatraBase

    Action definitions for this controller.

  2. trait BeforeAfterActionFeature extends ScalatraBase

    beforeAction/afterAction support.

  3. trait CSRFProtectionFeature extends CsrfTokenSupport

    Provides Cross-Site Request Forgery (CSRF) protection.

  4. trait EnvFeature extends ScalatraBase

    SkinnyEnv support.

  5. trait FlashFeature extends FlashMapSupport

    Easy-to-use Flash support.

  6. trait RequestScopeFeature extends ScalatraBase with SessionLocaleFeature

    Request scope support.

  7. trait RichRouteFeature extends ScalatraBase

    RichRoute support.

  8. trait ScalateTemplateEngineFeature extends TemplateEngineFeature with ScalateSupport

    Scalate implementation of TemplateEngineSupport.

  9. trait SessionLocaleFeature extends ScalatraBase

    Easy-to-use session-based Locale configuration.

  10. trait TemplateEngineFeature extends ScalatraBase with RequestScopeFeature with JacksonJsonSupport with Logging

    TemplateEngine support for Skinny app.

  11. trait ValidationFeature extends AnyRef

    Validation support for Skinny app.

Value Members

  1. object CSRFProtectionFeature

  2. object RequestScopeFeature

Ungrouped