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()
  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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def uploadAction(filenameOpt: Option[String])(implicit user: User, state: ApplicationState): Route
  23. def uploadFileDirective(bytes: Source[ByteString, Any], fileName: String, contentType: String)(implicit user: User, state: ApplicationState): Directive1[Future[FileInfo]]
  24. def uploadMultipleAction(implicit user: User, state: ApplicationState): Route
  25. def uploadMultiplePath: Directive[Unit]
  26. def uploadPath: Directive1[Option[String]]
  27. def uploadSizeLimit: Long
  28. def validateFileName(fileName: String): Unit
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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()

Inherited from AnyRef

Inherited from Any

Ungrouped