skinny.controller

feature

package feature

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionDefinitionFeature extends SkinnyEngineBase

    Action definitions for this controller.

  2. trait AngularJSONFeature extends EngineJSONStringOps with AngularJSONStringOps

    Angular application's server side API support.

  3. trait AngularXHRServerFeature extends AngularJSONFeature with JSONParamsAutoBinderFeature with AngularXSRFProtectionFeature

    Server side implementation for Angular apps.

  4. trait AngularXSRFCookieProviderFeature extends AnyRef

    Angular.

  5. trait AngularXSRFProtectionFeature extends AngularXSRFCookieProviderFeature

    Angular.

  6. trait BeforeAfterActionFeature extends SkinnyEngineBase with BeforeAfterDsl

    beforeAction/afterAction support.

  7. trait CORSFeature extends AnyRef

    CORS(Cross-Origin Resource Sharing) support.

  8. trait CSRFProtectionFeature extends CsrfTokenSupport

    Provides Cross-Site Request Forgery (CSRF) protection.

  9. trait ChunkedResponseFeature extends AnyRef

    Chunked Response (Transfer-Encoding: chunked).

  10. trait EnvFeature extends SkinnyEngineBase

    SkinnyEnv support.

  11. trait ExplicitRedirectFeature extends SkinnyEngineBase

    Explicit redirect method support.

  12. trait FileUploadFeature extends FileUploadSupport

    File upload feature.

  13. trait FlashFeature extends FlashMapSupport with BeforeAfterDsl

    Easy-to-use Flash support.

  14. trait FormParamsFeature extends SkinnyEngineBase with QueryParamsFeature

    Provides formParams/formMultiParams.

  15. trait JSONFeature extends EngineJSONStringOps

  16. trait JSONParamsAutoBinderFeature extends SkinnyEngineBase with EngineJSONStringOps with ApiFormats with logging.LoggerProvider

    Merging JSON request body into Scalatra params.

  17. trait LocaleFeature extends SkinnyEngineBase

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

  18. trait QueryParamsFeature extends SkinnyEngineBase

    Provides queryParams/queryMultiParams.

  19. trait RequestScopeFeature extends SkinnyEngineBase with BeforeAfterDsl with SnakeCasedParamKeysFeature with LocaleFeature with logging.LoggerProvider

    Request scope support.

  20. trait ScalateTemplateEngineFeature extends TemplateEngineFeature with ScalateSupport

    Scalate implementation of TemplateEngineSupport.

  21. trait SensitiveParametersFeature extends AnyRef

    Filtering sensitive parameters.

  22. trait SkinnyControllerCommonBase extends SkinnyEngineBase with ApiFormats with EnvFeature with QueryParamsFeature with FormParamsFeature with UrlGeneratorSupport with ExplicitRedirectFeature with ActionDefinitionFeature with RequestScopeFeature with ChunkedResponseFeature with BeforeAfterActionFeature with LocaleFeature with JSONFeature with ValidationFeature with TimeLoggingFeature with ThreadLocalRequestFeature with SnakeCasedParamKeysFeature with XContentTypeOptionsNosniffHeaderFeature with RoutesAsImplicits with ParametersGetAsImplicits with ParamsPermitImplicits with SkinnyFilterActivation with logging.LoggerProvider

  23. trait SnakeCasedParamKeysFeature extends SkinnyEngineBase

    Supports snake_case'd keys for parameter names.

  24. trait TemplateEngineFeature extends SkinnyControllerCommonBase with RequestScopeFeature with EngineJSONStringOps with JSONStringOpsConfig with logging.LoggerProvider

    TemplateEngine support for Skinny app.

  25. trait ThreadLocalRequestFeature extends AnyRef

  26. trait TimeLoggingFeature extends TimeLogging with SensitiveParametersFeature

    Enables time logging.

  27. trait ValidationFeature extends AnyRef

    Validation support for Skinny app.

  28. trait XContentTypeOptionsNosniffHeaderFeature extends AnyRef

    X-Content-Type-Options header support.

  29. trait XFrameOptionsHeaderFeature extends AnyRef

    X-Frame-Options header support

  30. trait XXSSProtectionHeaderFeature extends AnyRef

    X-XSS-Protection header support

Value Members

  1. object AngularJSSpecification

  2. object CSRFProtectionFeature

  3. object RequestScopeFeature extends logging.LoggerProvider

  4. object ValidationFeature

Ungrouped