skinny.micro

base

package base

Visibility
  1. Public
  2. All

Type Members

  1. trait BeforeAfterDsl extends AnyRef

    Before/After DSL for non-async skinny.

  2. trait CoreHandler extends Handler with ServletApiImplicits

  3. trait EnvironmentAccessor extends AnyRef

    Provides accessors for values related to environment.

  4. trait ErrorHandlerAccessor extends LoggerProvider

    Provides accessors for values related to error handlers.

  5. trait FlashMapSupport extends Handler with ServletContextAccessor with SkinnyMicroContextInitializer with UnstableAccessValidationConfig with ServletApiImplicits with SessionImplicits

    Allows an action to set key-value pairs in a transient state that is accessible only to the next action and is expired immediately after that.

  6. trait MainThreadLocalEverywhere extends SkinnyMicroContextInitializer

    When this trait is activated, thread-local request/response needed by SkinnyMicroContext are always accessible.

  7. trait ParamsAccessor extends ServletApiImplicits

    Provides params/multiParams DSL.

  8. trait RequestFormatAccessor extends ServletApiImplicits

    Provides accessor for request format.

  9. trait ResponseContentTypeAccessor extends ServletApiImplicits

    Provides DSL to access the context type in response.

  10. trait ResponseStatusAccessor extends ServletApiImplicits

    Provides accessor for response status.

  11. trait RouteRegistryAccessor extends AnyRef

    RouteRegistry.

  12. trait ServletContextAccessor extends Initializable with ServletApiImplicits with RicherStringImplicits

    Provides accessor for ServletContext.

  13. trait SkinnyMicroContextInitializer extends AnyRef

    The SkinnyMicro DSL requires a dynamically scoped request and response to initialize SkinnyMicroContext.

  14. trait UnsecuredRequestRedirector extends Handler with ServletApiImplicits

    Redirects unsecured requests to the corresponding secure URL.

  15. trait UnstableAccessValidationConfig extends AnyRef

    Configures to activate unstable access validation or not.

  16. trait UrlGenerator extends RicherStringImplicits

    Provides url generator DSL.

Value Members

  1. object FlashMapSupport

Ungrouped