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
- Alphabetic
- By Inheritance
Inherited
- AppFileServiceBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class DirectiveChain1[A] extends AnyRef
- implicit class DirectiveChain2[A, B] extends AnyRef
- implicit class DirectiveChain3[A, B, C] extends AnyRef
Abstract Value Members
-
abstract
def
initFileStreamer: AppFileStreamer[User]
Override this method in subclass.
Override this method in subclass. Method usage instead of direct
val fileStreamer: AppFileStreamerinitialization 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def downloadAction(id: Long, sha256: String)(implicit user: User, state: ApplicationState): Route
- def downloadAction(fileInfoHelperOpt: Option[FileInfoHelper])(implicit user: User, state: ApplicationState): Route
- def downloadPath: Directive[(Long, String)]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extractFileDirective(filenameOpt: Option[String])(implicit user: User, state: ApplicationState): Directive[(Source[ByteString, Any], String, String)]
- val fileStreamer: AppFileStreamer[User]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def uploadAction(filenameOpt: Option[String])(implicit user: User, state: ApplicationState): Route
- def uploadFileDirective(bytes: Source[ByteString, Any], fileName: String, contentType: String)(implicit user: User, state: ApplicationState): Directive1[Future[FileInfo]]
- def uploadMultiple(implicit user: User, state: ApplicationState): Directive1[Future[Seq[PartInfo]]]
- def uploadMultipleAction(implicit user: User, state: ApplicationState): Route
- def uploadMultipleAsSource(implicit user: User, state: ApplicationState): Directive1[Source[PartInfo, _]]
- def uploadMultiplePath: Directive[Unit]
- def uploadPath: Directive1[Option[String]]
- def uploadSizeLimit: Long
- def validateFileName(fileName: String): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )