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 ExplicitRedirectFeature extends SkinnyScalatraBase

    Explicit redirect method support.

  6. trait FileUploadFeature extends FileUploadSupport

    File upload feature.

  7. trait FlashFeature extends FlashMapSupport

    Easy-to-use Flash support.

  8. trait JSONFeature extends JacksonJsonSupport with JSONStringOps

    JSON response support.

  9. trait LocaleFeature extends ScalatraBase

    Easy-to-use default/session-based Locale configuration.

  10. trait RequestScopeFeature extends ScalatraBase with SnakeCasedParamKeysFeature with LocaleFeature with logging.Logging

    Request scope support.

  11. trait RichRouteFeature extends ScalatraBase

    RichRoute support.

  12. trait ScalateTemplateEngineFeature extends TemplateEngineFeature with ScalateSupport

    Scalate implementation of TemplateEngineSupport.

  13. trait SensitiveParametersFeature extends AnyRef

    Filtering sensitive parameters.

  14. trait SnakeCasedParamKeysFeature extends ScalatraBase

    Supports snake_case'd keys for parameter names.

  15. trait TemplateEngineFeature extends SkinnyControllerBase with RequestScopeFeature with JSONFeature with logging.Logging

    TemplateEngine support for Skinny app.

  16. trait ThreadLocalRequestFeature extends AnyRef

  17. trait TimeLoggingFeature extends TimeLogging with SensitiveParametersFeature

    Enables time logging.

  18. trait ValidationFeature extends AnyRef

    Validation support for Skinny app.

Value Members

  1. object CSRFProtectionFeature

  2. object RequestScopeFeature extends logging.Logging

Ungrouped