Package

skinny.micro

base

Permalink

package base

Visibility
  1. Public
  2. All

Type Members

  1. trait BeforeAfterDsl extends AnyRef

    Permalink

    Before/After DSL for non-async skinny.micro.

  2. trait CoreHandler extends Handler with ServletApiImplicits

    Permalink
  3. trait EnvAccessor extends AnyRef

    Permalink

    SkinnyEnv support.

  4. trait ErrorHandlerAccessor extends LoggerProvider

    Permalink

    Provides accessors for values related to error handlers.

  5. trait FormParamsAccessor extends QueryParamsAccessor

    Permalink

    Provides formParams/formMultiParams.

  6. trait MainThreadLocalEverywhere extends SkinnyContextInitializer

    Permalink

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

  7. trait ParamsAccessor extends ServletApiImplicits

    Permalink

    Provides params/multiParams DSL.

  8. trait QueryParamsAccessor extends AnyRef

    Permalink

    Provides queryParams/queryMultiParams.

  9. trait RedirectionDsl extends AnyRef

    Permalink
  10. trait RequestFormatAccessor extends ServletApiImplicits

    Permalink

    Provides accessor for request format.

  11. trait ResponseContentTypeAccessor extends ServletApiImplicits

    Permalink

    Provides DSL to access the context type in response.

  12. trait ResponseStatusAccessor extends ServletApiImplicits

    Permalink

    Provides accessor for response status.

  13. trait RouteRegistryAccessor extends AnyRef

    Permalink

    RouteRegistry.

  14. trait ServletContextAccessor extends Initializable with ServletApiImplicits with RicherStringImplicits

    Permalink

    Provides accessor for ServletContext.

  15. trait SkinnyContextInitializer extends AnyRef

    Permalink

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

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

    This is formerly known as Scalatra's dynamic scope. This trick is explained in greater detail in Gabriele Renzi's blog post about Step, out of which SkinnyMicro grew: http://www.riffraff.info/2009/4/11/step-a-scala-web-picoframework

  16. trait UnstableAccessValidationConfig extends AnyRef

    Permalink

    Configures to activate unstable access validation or not.

  17. trait UrlGenerator extends RicherStringImplicits

    Permalink

    Provides url generator DSL.

Ungrouped