Package

org.analogweb

scala

Permalink

package scala

Visibility
  1. Public
  2. All

Type Members

  1. trait Adoption extends AnyRef

    Permalink
  2. trait Around extends AnyRef

    Permalink
  3. case class Arounds(arounds: Seq[Around] = Seq()) extends Product with Serializable

    Permalink
  4. trait ClientErrors extends AnyRef

    Permalink
  5. case class DefaultResolverSyntax[T <: RequestValueResolver](resolverType: Class[T], request: Request, resolverContext: ResolverContext = NoResolverContext) extends ResolverSyntax[T] with Product with Serializable

    Permalink
  6. case class DefaultScalaInvocationMetadata(clazz: Class[_], name: String, argumentTypes: Array[Class[_]], route: Route) extends DefaultInvocationMetadata with ScalaInvocationMetadata with Product with Serializable

    Permalink
  7. case class NoValuesResolved[T](key: String, resolver: RequestValueResolver, requiredType: Class[T]) extends RuntimeException with Product with Serializable

    Permalink
  8. trait Redirection extends AnyRef

    Permalink
  9. case class RenderableFuture(future: Future[Renderable]) extends DefaultRenderable with Product with Serializable

    Permalink
  10. case class Request(context: RequestContext, resolvers: RequestValueResolvers, metadata: InvocationMetadata, converters: TypeMapperContext, passedWith: Map[String, Any] = Map.empty) extends Product with Serializable

    Permalink
  11. class RequestInvocation extends Route

    Permalink
  12. case class ResolvedValueTypeMismatched[T](resolved: Any, requiredType: Class[T]) extends RuntimeException with Product with Serializable

    Permalink
  13. trait ResolverContext extends AnyRef

    Permalink
  14. case class ResolverNotFound(name: String) extends RuntimeException with Product with Serializable

    Permalink
  15. trait ResolverSyntax[R <: RequestValueResolver] extends AnyRef

    Permalink
  16. trait Resolvers extends AnyRef

    Permalink
  17. trait ResponseEntities extends AnyRef

    Permalink
  18. trait ResponseStatuses extends AnyRef

    Permalink
  19. trait Responses extends ResponseEntities with ResponseStatuses with Success with Redirection with ClientErrors with ServerErrors

    Permalink
  20. trait Route extends AnyRef

    Permalink
  21. trait RouteExtensions extends AnyRef

    Permalink
  22. trait Routes extends AnyRef

    Permalink
  23. class ScalaInvocation extends Invocation with InvocationArguments

    Permalink
  24. class ScalaInvocationFactory extends DefaultInvocationFactory

    Permalink
  25. trait ScalaInvocationMetadata extends InvocationMetadata

    Permalink
  26. class ScalaInvocationMetadataFactory extends InvocationMetadataFactory

    Permalink
  27. class ScalaJsonObject extends Json

    Permalink
  28. class ScalaJsonText extends Json

    Permalink
  29. class ScalaModulesConfig extends PluginModulesConfig

    Permalink
  30. class ScalaRenderableResolver extends DefaultRenderableResolver with Responses

    Permalink
  31. abstract class ScalaRequestValueResolver extends SpecificMediaTypeRequestValueResolver

    Permalink
  32. class ScalaResponseHandler extends DefaultResponseHandler

    Permalink
  33. class ScalaUserModulesConfig extends ScalaModulesConfig with UserModulesConfig

    Permalink
  34. trait ServerApplications extends AnyRef

    Permalink
  35. trait ServerErrors extends AnyRef

    Permalink
  36. trait Success extends AnyRef

    Permalink
  37. case class after(action: PartialFunction[Any, Renderable]) extends Around with Product with Serializable

    Permalink
  38. case class before(action: (Request) ⇒ Adoption) extends Around with Product with Serializable

    Permalink
  39. case class pass() extends Adoption with Product with Serializable

    Permalink
  40. case class passWith[T](key: String = "", result: T) extends Adoption with Product with Serializable

    Permalink
  41. case class reject(reason: Renderable) extends Adoption with Product with Serializable

    Permalink
  42. trait Analogweb extends LooseRouteDef with Resolvers with Responses with RouteExtensions

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.1) it will be removed in future version

  43. trait LooseRouteDef extends RouteDef

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.1) it will be removed in future version

  44. trait RouteDef extends Routes

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.1) it will be removed in future version

  45. trait StrictRouteDef extends RouteDef

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.1) it will be removed in future version

Value Members

  1. object Execution

    Permalink
  2. object NoResolverContext extends ResolverContext

    Permalink
  3. object Responses extends Responses

    Permalink
  4. object Route

    Permalink
  5. package utils

    Permalink

Ungrouped