skinny.controller

feature

package feature

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionDefinitionFeature extends SkinnyMicroBase

    Action definitions for this controller.

  2. trait AngularJSONFeature extends 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 SkinnyMicroBase 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 SkinnyMicroBase with ChunkedResponseSupport

    Chunked Response (Transfer-Encoding: chunked).

  10. trait EnvFeature extends EnvAccessor

    SkinnyEnv support.

  11. trait ExplicitRedirectFeature extends RedirectionDsl with UrlGenerator with SkinnyContextInitializer

    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 FormParamsAccessor

    Provides formParams/formMultiParams.

  15. trait JSONFeature extends JSONSupport

  16. trait JSONParamsAutoBinderFeature extends JSONParamsAutoBinderSupport

    Merging JSON request body into Scalatra params.

  17. trait LocaleFeature extends SkinnyMicroBase

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

  18. trait QueryParamsFeature extends QueryParamsAccessor

    Provides queryParams/queryMultiParams.

  19. trait RequestScopeFeature extends SkinnyMicroBase 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 SkinnyMicroBase 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 SkinnyMicroBase

    Supports snake_case'd keys for parameter names.

  24. trait TemplateEngineFeature extends SkinnyControllerCommonBase with RequestScopeFeature with JSONSupport 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