Packages

t

org.wabase

AppFileServiceBase

trait AppFileServiceBase[User] extends AnyRef

Self Type
AppFileServiceBase[User] with AppProvider[User] with JsonConverterProvider with BasicJsonMarshalling { type App <: org.wabase.AppBase[User] with org.wabase.Audit[User] }
Source
AppServiceBase.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppFileServiceBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class DirectiveChain1[A] extends AnyRef
  2. implicit class DirectiveChain2[A, B] extends AnyRef
  3. implicit class DirectiveChain3[A, B, C] extends AnyRef

Abstract Value Members

  1. abstract def initFileStreamer: AppFileStreamer[User]

    Override this method in subclass.

    Override this method in subclass. Method usage instead of direct

    val fileStreamer: AppFileStreamer

    initialization ensures that this.fileStreamer and subclass fileStreamer have the same instance in the case fileStreamer is overrided in subclass val fileStreamer: AppFileStreamer }}} have the same instance in the case fileStreamer is overrided in subclass

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def downloadAction(id: Long, sha256: String)(implicit user: User, state: ApplicationState): Route
  7. def downloadAction(fileInfoHelperOpt: Option[FileInfoHelper])(implicit user: User, state: ApplicationState): Route
  8. def downloadPath: Directive[(Long, String)]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def extractFileDirective(filenameOpt: Option[String])(implicit user: User, state: ApplicationState): Directive[(Source[ByteString, Any], String, String)]
  12. val fileStreamer: AppFileStreamer[User]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. def uploadAction(filenameOpt: Option[String])(implicit user: User, state: ApplicationState): Route
  22. def uploadFileDirective(bytes: Source[ByteString, Any], fileName: String, contentType: String)(implicit user: User, state: ApplicationState): Directive1[Future[FileInfo]]
  23. def uploadMultiple(implicit user: User, state: ApplicationState): Directive1[Future[Seq[PartInfo]]]
  24. def uploadMultipleAction(implicit user: User, state: ApplicationState): Route
  25. def uploadMultipleAsSource(implicit user: User, state: ApplicationState): Directive1[Source[PartInfo, _]]
  26. def uploadMultiplePath: Directive[Unit]
  27. def uploadPath: Directive1[Option[String]]
  28. def uploadSizeLimit: Long
  29. def validateFileName(fileName: String): Unit
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped