Trait

com.rasterfoundry.api.project

ProjectRoutes

Related Doc: package project

Permalink

trait ProjectRoutes extends Authentication with Config with QueryParametersCommon with SceneQueryParameterDirective with PaginationDirectives with CommonHandlers with AWSBatch with UserErrorHandler with RollbarNotifier with KamonTraceDirectives with LazyLogging

Linear Supertypes
KamonTraceDirectives, UserErrorHandler, AWSBatch, RollbarNotifier, CommonHandlers, PaginationDirectives, SceneQueryParameterDirective, QueryParametersCommon, QueryParameterDeserializers, Config, Authentication, LazyLogging, Directives, FramedEntityStreamingDirectives, WebSocketDirectives, SecurityDirectives, SchemeDirectives, RouteDirectives, RespondWithDirectives, RangeDirectives, PathDirectives, ImplicitPathMatcherConstruction, PathMatchers, TimeoutDirectives, ParameterDirectives, MiscDirectives, MethodDirectives, MarshallingDirectives, HostDirectives, HeaderDirectives, FutureDirectives, FormFieldDirectives, ToNameReceptacleEnhancements, FileUploadDirectives, FileAndResourceDirectives, ExecutionDirectives, CodingDirectives, DebuggingDirectives, CookieDirectives, CacheConditionDirectives, BasicDirectives, RouteConcatenation, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectRoutes
  2. KamonTraceDirectives
  3. UserErrorHandler
  4. AWSBatch
  5. RollbarNotifier
  6. CommonHandlers
  7. PaginationDirectives
  8. SceneQueryParameterDirective
  9. QueryParametersCommon
  10. QueryParameterDeserializers
  11. Config
  12. Authentication
  13. LazyLogging
  14. Directives
  15. FramedEntityStreamingDirectives
  16. WebSocketDirectives
  17. SecurityDirectives
  18. SchemeDirectives
  19. RouteDirectives
  20. RespondWithDirectives
  21. RangeDirectives
  22. PathDirectives
  23. ImplicitPathMatcherConstruction
  24. PathMatchers
  25. TimeoutDirectives
  26. ParameterDirectives
  27. MiscDirectives
  28. MethodDirectives
  29. MarshallingDirectives
  30. HostDirectives
  31. HeaderDirectives
  32. FutureDirectives
  33. FormFieldDirectives
  34. ToNameReceptacleEnhancements
  35. FileUploadDirectives
  36. FileAndResourceDirectives
  37. ExecutionDirectives
  38. CodingDirectives
  39. DebuggingDirectives
  40. CookieDirectives
  41. CacheConditionDirectives
  42. BasicDirectives
  43. RouteConcatenation
  44. AnyRef
  45. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AsyncAuthenticator[T] = (Credentials) ⇒ Future[Option[T]]

    Permalink
    Definition Classes
    SecurityDirectives
  2. type AsyncAuthenticatorPF[T] = PartialFunction[Credentials, Future[T]]

    Permalink
    Definition Classes
    SecurityDirectives
  3. type AuthenticationResult[+T] = Either[HttpChallenge, T]

    Permalink
    Definition Classes
    SecurityDirectives
  4. type Authenticator[T] = (Credentials) ⇒ Option[T]

    Permalink
    Definition Classes
    SecurityDirectives
  5. type AuthenticatorPF[T] = PartialFunction[Credentials, T]

    Permalink
    Definition Classes
    SecurityDirectives
  6. case class MalformedPaginationRejection extends Rejection with Product with Serializable

    Permalink
    Definition Classes
    PaginationDirectives
  7. abstract class NumberMatcher[T] extends PathMatcher1[T]

    Permalink
    Definition Classes
    PathMatchers
  8. type RequestToSourceUnmarshaller[T] = Unmarshaller[HttpRequest, Source[T, NotUsed]]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives

Abstract Value Members

  1. abstract val xa: Transactor[IO]

    Permalink
    Definition Classes
    ProjectRoutes → Authentication

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val BULK_OPERATION_MAX_LIMIT: Int

    Permalink
  5. val DoubleNumber: PathMatcher1[Double]

    Permalink
    Definition Classes
    PathMatchers
  6. val JavaUUID: PathMatcher1[UUID]

    Permalink
    Definition Classes
    PathMatchers
  7. val Neutral: PathMatcher0

    Permalink
    Definition Classes
    PathMatchers
  8. object Segment extends PathMatcher1[String]

    Permalink
    Definition Classes
    PathMatchers
  9. def Segments(min: Int, max: Int): PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  10. def Segments(count: Int): PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  11. val Segments: PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  12. def _defaultClassLoader: ClassLoader

    Permalink
    Attributes
    protected[akka.http]
    Definition Classes
    FileAndResourceDirectives
  13. implicit def _enhanceRouteWithConcatenation(route: Route): RouteWithConcatenation

    Permalink
    Definition Classes
    RouteConcatenation
  14. implicit def _regex2PathMatcher(regex: Regex): PathMatcher1[String]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  15. implicit def _segmentStringToPathMatcher(segment: String): PathMatcher0

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  16. implicit def _string2NR(string: String): NameReceptacle[String]

    Permalink
    Definition Classes
    ToNameReceptacleEnhancements
  17. implicit def _stringExtractionPair2PathMatcher[T](tuple: (String, T)): PathMatcher1[T]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  18. implicit def _stringNameOptionReceptacle2PathMatcher(nr: NameOptionReceptacle[String]): PathMatcher0

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  19. implicit def _symbol2NR(symbol: Symbol): NameReceptacle[String]

    Permalink
    Definition Classes
    ToNameReceptacleEnhancements
  20. implicit def _valueMap2PathMatcher[T](valueMap: Map[String, T]): PathMatcher1[T]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  21. def acceptScene(projectId: UUID, sceneId: UUID): Route

    Permalink
  22. def acceptScenes(projectId: UUID): Route

    Permalink
  23. def activationParams: Directive1[ActivationQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  24. def addProjectPermission(projectId: UUID): Route

    Permalink
  25. def addProjectScenes(projectId: UUID): Route

    Permalink
  26. def addProjectScenesFromQueryParams(projectId: UUID): Route

    Permalink
  27. def annotationQueryParams: Directive1[AnnotationQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  28. lazy val anonymousUser: Future[Option[User]]

    Permalink
    Definition Classes
    Authentication
  29. def aoiQueryParameters: Directive1[AoiQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  30. def as[T](implicit um: FromRequestUnmarshaller[T]): FromRequestUnmarshaller[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  31. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  32. final def asSourceOf[T](support: EntityStreamingSupport)(implicit um: FromByteStringUnmarshaller[T]): RequestToSourceUnmarshaller[T]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives
  33. final def asSourceOf[T](implicit um: FromByteStringUnmarshaller[T], support: EntityStreamingSupport): RequestToSourceUnmarshaller[T]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives
  34. val auth0Bearer: String

    Permalink
    Definition Classes
    Config
  35. val auth0ClientId: String

    Permalink
    Definition Classes
    Config
  36. val auth0Domain: String

    Permalink
    Definition Classes
    Config
  37. val auth0ManagementClientId: String

    Permalink
    Definition Classes
    Config
  38. val auth0ManagementSecret: String

    Permalink
    Definition Classes
    Config
  39. def authenticate: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  40. def authenticateBasic[T](realm: String, authenticator: Authenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  41. def authenticateBasicAsync[T](realm: String, authenticator: AsyncAuthenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  42. def authenticateBasicPF[T](realm: String, authenticator: AuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  43. def authenticateBasicPFAsync[T](realm: String, authenticator: AsyncAuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  44. def authenticateOAuth2[T](realm: String, authenticator: Authenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  45. def authenticateOAuth2Async[T](realm: String, authenticator: AsyncAuthenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  46. def authenticateOAuth2PF[T](realm: String, authenticator: AuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  47. def authenticateOAuth2PFAsync[T](realm: String, authenticator: AsyncAuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  48. def authenticateOrRejectWithChallenge[C <: HttpCredentials, T](authenticator: (Option[C]) ⇒ Future[AuthenticationResult[T]])(implicit arg0: ClassTag[C]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  49. def authenticateOrRejectWithChallenge[T](authenticator: (Option[HttpCredentials]) ⇒ Future[AuthenticationResult[T]]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  50. def authenticateSuperUser: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  51. def authenticateWithParameter: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  52. def authenticateWithToken(tokenString: String): Directive1[User]

    Permalink
    Definition Classes
    Authentication
    Annotations
    @SuppressWarnings()
  53. def authorize(check: (RequestContext) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  54. def authorize(check: ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  55. def authorizeAsync(check: (RequestContext) ⇒ Future[Boolean]): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  56. def authorizeAsync(check: ⇒ Future[Boolean]): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  57. val awsbatchConfig: awsbatch.type

    Permalink
    Definition Classes
    AWSBatch
  58. val batchClient: AWSBatch

    Permalink
    Definition Classes
    AWSBatch
  59. def cancelRejection(rejection: Rejection): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  60. def cancelRejections(cancelFilter: (Rejection) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  61. def cancelRejections(classes: Class[_]*): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  62. lazy val challenge: HttpChallenge

    Permalink
    Definition Classes
    Authentication
  63. def checkSameOrigin(allowed: Default): Directive0

    Permalink
    Definition Classes
    HeaderDirectives
  64. def circeDecodingError: ExceptionHandler

    Permalink
    Definition Classes
    CommonHandlers
  65. val clientEnvironment: String

    Permalink
    Definition Classes
    Config
  66. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. val cogMissingHandler: ExceptionHandler

    Permalink
    Definition Classes
    UserErrorHandler
  68. def complete(m: ⇒ ToResponseMarshallable): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  69. def completeOrFail(magnet: CompleteOrRecoverWithMagnet): (RequestContext) ⇒ Future[RouteResult]

    Permalink
    Definition Classes
    CommonHandlers
  70. def completeOrRecoverWith(magnet: CompleteOrRecoverWithMagnet): Directive1[Throwable]

    Permalink
    Definition Classes
    FutureDirectives
  71. def completeSingleOrNotFound(count: Int): StandardRoute

    Permalink
    Definition Classes
    CommonHandlers
  72. def completeSomeOrNotFound(count: Int): StandardRoute

    Permalink
    Definition Classes
    CommonHandlers
  73. def completeWith[T](marshaller: ToResponseMarshaller[T])(inner: ((T) ⇒ Unit) ⇒ Unit): Route

    Permalink
    Definition Classes
    MarshallingDirectives
  74. def completeWithOneOrFail(future: ⇒ Future[Int]): (RequestContext) ⇒ Future[RouteResult]

    Permalink
    Definition Classes
    CommonHandlers
  75. def concat(routes: Route*): Route

    Permalink
    Definition Classes
    RouteConcatenation
  76. def conditional(eTag: Option[EntityTag], lastModified: Option[DateTime]): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  77. def conditional(eTag: EntityTag, lastModified: DateTime): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  78. def conditional(lastModified: DateTime): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  79. def conditional(eTag: EntityTag): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  80. val config: Config

    Permalink
    Definition Classes
    Config
  81. val configAuth: Config

    Permalink
    Definition Classes
    Authentication
  82. def cookie(name: String): Directive1[HttpCookiePair]

    Permalink
    Definition Classes
    CookieDirectives
  83. def createAOI(projectId: UUID): Route

    Permalink
  84. def createAnnotation(projectId: UUID): Route

    Permalink
  85. def createAnnotationGroup(projectId: UUID): Route

    Permalink
  86. def createProject: Route

    Permalink
  87. def createUserWithRoles(userId: String, email: String, name: String, picture: String, jwtClaims: JWTClaimsSet): doobie.ConnectionIO[(User, List[UserGroupRole])]

    Permalink
    Definition Classes
    Authentication
  88. val dataBucket: String

    Permalink
    Definition Classes
    Config
  89. def decodeRequest: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  90. def decodeRequestWith(decoders: Decoder*): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  91. def decodeRequestWith(decoder: Decoder): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  92. def defaultPersonalInfo(user: User, claims: JWTClaimsSet): PersonalInfo

    Permalink
    Definition Classes
    Authentication
  93. def delete: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  94. def deleteAnnotation(projectId: UUID, annotationId: UUID): Route

    Permalink
  95. def deleteAnnotationGroup(projectId: UUID, agId: UUID): Route

    Permalink
  96. def deleteCookie(name: String, domain: String, path: String): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  97. def deleteCookie(first: HttpCookie, more: HttpCookie*): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  98. def deleteProject(projectId: UUID): Route

    Permalink
  99. def deleteProjectAnnotations(projectId: UUID): Route

    Permalink
  100. def deleteProjectPermissions(projectId: UUID): Route

    Permalink
  101. def deleteProjectScenes(projectId: UUID): Route

    Permalink
  102. implicit val deserializerGroupType: Unmarshaller[String, GroupType]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  103. implicit val deserializerTimestamp: Unmarshaller[String, Timestamp]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  104. implicit val deserializerUUID: Unmarshaller[String, UUID]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  105. val dropboxClientId: String

    Permalink
    Definition Classes
    Config
  106. def encodeResponse: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  107. def encodeResponseWith(first: Encoder, more: Encoder*): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  108. def entity[T](um: FromRequestUnmarshaller[T]): Directive1[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  109. val environment: String

    Permalink
    Definition Classes
    RollbarNotifier
  110. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  111. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  112. def exportAnnotationShapefile(projectId: UUID): Route

    Permalink
  113. def extract[T](f: (RequestContext) ⇒ T): Directive1[T]

    Permalink
    Definition Classes
    BasicDirectives
  114. def extractActorSystem: Directive1[ActorSystem]

    Permalink
    Definition Classes
    BasicDirectives
  115. def extractClientIP: Directive1[RemoteAddress]

    Permalink
    Definition Classes
    MiscDirectives
  116. def extractCredentials: Directive1[Option[HttpCredentials]]

    Permalink
    Definition Classes
    SecurityDirectives
  117. def extractDataBytes: Directive1[Source[ByteString, Any]]

    Permalink
    Definition Classes
    BasicDirectives
  118. def extractExecutionContext: Directive1[ExecutionContextExecutor]

    Permalink
    Definition Classes
    BasicDirectives
  119. def extractHost: Directive1[String]

    Permalink
    Definition Classes
    HostDirectives
  120. def extractLog: Directive1[LoggingAdapter]

    Permalink
    Definition Classes
    BasicDirectives
  121. def extractMatchedPath: Directive1[Path]

    Permalink
    Definition Classes
    BasicDirectives
  122. def extractMaterializer: Directive1[Materializer]

    Permalink
    Definition Classes
    BasicDirectives
  123. def extractMethod: Directive1[HttpMethod]

    Permalink
    Definition Classes
    MethodDirectives
  124. def extractOfferedWsProtocols: Directive1[Seq[String]]

    Permalink
    Definition Classes
    WebSocketDirectives
  125. def extractParserSettings: Directive1[ParserSettings]

    Permalink
    Definition Classes
    BasicDirectives
  126. def extractRequest: Directive1[HttpRequest]

    Permalink
    Definition Classes
    BasicDirectives
  127. def extractRequestContext: Directive1[RequestContext]

    Permalink
    Definition Classes
    BasicDirectives
  128. def extractRequestEntity: Directive1[RequestEntity]

    Permalink
    Definition Classes
    BasicDirectives
  129. def extractRequestTimeout: Directive1[Duration]

    Permalink
    Definition Classes
    TimeoutDirectives
  130. def extractScheme: Directive1[String]

    Permalink
    Definition Classes
    SchemeDirectives
  131. def extractSettings: Directive1[RoutingSettings]

    Permalink
    Definition Classes
    BasicDirectives
  132. def extractStrictEntity(timeout: FiniteDuration, maxBytes: Long): Directive1[Strict]

    Permalink
    Definition Classes
    BasicDirectives
  133. def extractStrictEntity(timeout: FiniteDuration): Directive1[Strict]

    Permalink
    Definition Classes
    BasicDirectives
  134. def extractTokenHeader: Directive1[String]

    Permalink
    Definition Classes
    Authentication
  135. def extractUnmatchedPath: Directive1[Path]

    Permalink
    Definition Classes
    BasicDirectives
  136. def extractUpgradeToWebSocket: Directive1[UpgradeToWebSocket]

    Permalink
    Definition Classes
    WebSocketDirectives
  137. def extractUri: Directive1[Uri]

    Permalink
    Definition Classes
    BasicDirectives
  138. def failWith(error: Throwable): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  139. def fileUpload(fieldName: String): Directive1[(FileInfo, Source[ByteString, Any])]

    Permalink
    Definition Classes
    FileUploadDirectives
  140. def fileUploadAll(fieldName: String): Directive1[Seq[(FileInfo, Source[ByteString, Any])]]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  141. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  142. def formField(pdm: FieldMagnet): Out

    Permalink
    Definition Classes
    FormFieldDirectives
  143. def formFieldMap: Directive1[Map[String, String]]

    Permalink
    Definition Classes
    FormFieldDirectives
  144. def formFieldMultiMap: Directive1[Map[String, List[String]]]

    Permalink
    Definition Classes
    FormFieldDirectives
  145. def formFieldSeq: Directive1[Seq[(String, String)]]

    Permalink
    Definition Classes
    FormFieldDirectives
  146. def formFields(pdm: FieldMagnet): Out

    Permalink
    Definition Classes
    FormFieldDirectives
  147. def get: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  148. def getAnnotation(projectId: UUID, annotationId: UUID): Route

    Permalink
  149. def getAnnotationGroup(projectId: UUID, agId: UUID): Route

    Permalink
  150. def getAnnotationGroupSummary(projectId: UUID, annotationGroupId: UUID): Route

    Permalink
  151. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  152. def getFromBrowseableDirectories(directories: String*)(implicit renderer: DirectoryRenderer, resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  153. def getFromBrowseableDirectory(directory: String)(implicit renderer: DirectoryRenderer, resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  154. def getFromDirectory(directoryName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  155. def getFromFile(file: File, contentType: ContentType): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  156. def getFromFile(file: File)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  157. def getFromFile(fileName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  158. def getFromResource(resourceName: String, contentType: ContentType, classLoader: ClassLoader): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  159. def getFromResource(resourceName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  160. def getFromResourceDirectory(directoryName: String, classLoader: ClassLoader)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  161. def getNameOrFallback(claims: JWTClaimsSet): String

    Permalink
    Definition Classes
    Authentication
  162. def getProject(projectId: UUID): Route

    Permalink
  163. def getProjectMosaicDefinition(projectId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink

    Get the information which defines mosaicing behavior for each scene in a given project

  164. def getProjectSceneColorCorrectParams(projectId: UUID, sceneId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink

    Get the color correction paramters for a project/scene pairing

  165. def getStringClaimOrBlank(claims: JWTClaimsSet, key: String): String

    Permalink
    Definition Classes
    Authentication
  166. def groupQueryParameters: Directive1[GroupQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  167. def handleExceptions(handler: ExceptionHandler): Directive0

    Permalink
    Definition Classes
    ExecutionDirectives
  168. def handleRejections(handler: RejectionHandler): Directive0

    Permalink
    Definition Classes
    ExecutionDirectives
  169. def handleWebSocketMessages(handler: Flow[Message, Message, Any]): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  170. def handleWebSocketMessagesForOptionalProtocol(handler: Flow[Message, Message, Any], subprotocol: Option[String]): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  171. def handleWebSocketMessagesForProtocol(handler: Flow[Message, Message, Any], subprotocol: String): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  172. def handleWith[A, B](f: (A) ⇒ B)(implicit um: FromRequestUnmarshaller[A], m: ToResponseMarshaller[B]): Route

    Permalink
    Definition Classes
    MarshallingDirectives
  173. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  174. def head: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  175. def headerValue[T](f: (HttpHeader) ⇒ Option[T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  176. def headerValueByName(headerName: String): Directive1[String]

    Permalink
    Definition Classes
    HeaderDirectives
  177. def headerValueByName(headerName: Symbol): Directive1[String]

    Permalink
    Definition Classes
    HeaderDirectives
  178. def headerValueByType[T](magnet: HeaderMagnet[T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  179. def headerValuePF[T](pf: PartialFunction[HttpHeader, T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  180. def host(regex: Regex): Directive1[String]

    Permalink
    Definition Classes
    HostDirectives
  181. def host(predicate: (String) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    HostDirectives
  182. def host(hostNames: String*): Directive0

    Permalink
    Definition Classes
    HostDirectives
  183. val httpHost: String

    Permalink
    Definition Classes
    Config
  184. val httpPort: Int

    Permalink
    Definition Classes
    Config
  185. def ignoreTrailingSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  186. def instanceOf[T](implicit m: ToResponseMarshaller[T]): ToResponseMarshaller[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  187. val intercomAppId: String

    Permalink
    Definition Classes
    Config
  188. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  189. def kickoffAOIUpdateProject(projectId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  190. def kickoffProjectExport(exportId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  191. def kickoffSceneImport(uploadId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  192. def kickoffSceneIngest(sceneId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  193. def listAOIs(projectId: UUID): Route

    Permalink
  194. def listAnnotationGroups(projectId: UUID): Route

    Permalink
  195. def listAnnotations(projectId: UUID): Route

    Permalink
  196. def listDirectoryContents(directories: String*)(implicit renderer: DirectoryRenderer): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  197. def listLabels(projectId: UUID): Route

    Permalink
  198. def listProjectDatasources(projectId: UUID): Route

    Permalink
  199. def listProjectPermissions(projectId: UUID): Route

    Permalink
  200. def listProjectScenes(projectId: UUID): Route

    Permalink
  201. def listProjects: Route

    Permalink
  202. def listUserProjectActions(projectId: UUID): Route

    Permalink
  203. def logRequest(magnet: LoggingMagnet[(HttpRequest) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  204. def logRequestResult(magnet: LoggingMagnet[(HttpRequest) ⇒ (RouteResult) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  205. def logResult(magnet: LoggingMagnet[(RouteResult) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  206. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  207. def mapInnerRoute(f: (Route) ⇒ Route): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  208. def mapRejections(f: (Seq[Rejection]) ⇒ Seq[Rejection]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  209. def mapRequest(f: (HttpRequest) ⇒ HttpRequest): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  210. def mapRequestContext(f: (RequestContext) ⇒ RequestContext): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  211. def mapResponse(f: (HttpResponse) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  212. def mapResponseEntity(f: (ResponseEntity) ⇒ ResponseEntity): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  213. def mapResponseHeaders(f: (Seq[HttpHeader]) ⇒ Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  214. def mapRouteResult(f: (RouteResult) ⇒ RouteResult): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  215. def mapRouteResultFuture(f: (Future[RouteResult]) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  216. def mapRouteResultPF(f: PartialFunction[RouteResult, RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  217. def mapRouteResultWith(f: (RouteResult) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  218. def mapRouteResultWithPF(f: PartialFunction[RouteResult, Future[RouteResult]]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  219. def mapSettings(f: (RoutingSettings) ⇒ RoutingSettings): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  220. def mapUnmatchedPath(f: (Path) ⇒ Path): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  221. def method(httpMethod: HttpMethod): Directive0

    Permalink
    Definition Classes
    MethodDirectives
  222. def moveProjectScene(projectId: UUID, from: Int, to: Int): Route

    Permalink
  223. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  224. def nothingMatcher[L](implicit arg0: Tuple[L]): PathMatcher[L]

    Permalink
    Definition Classes
    PathMatchers
  225. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  226. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  227. def onComplete[T](future: ⇒ Future[T]): Directive1[Try[T]]

    Permalink
    Definition Classes
    FutureDirectives
  228. def onCompleteWithBreaker[T](breaker: CircuitBreaker)(future: ⇒ Future[T]): Directive1[Try[T]]

    Permalink
    Definition Classes
    FutureDirectives
  229. def onSuccess(magnet: OnSuccessMagnet): Directive[Out]

    Permalink
    Definition Classes
    FutureDirectives
  230. def optionalCookie(name: String): Directive1[Option[HttpCookiePair]]

    Permalink
    Definition Classes
    CookieDirectives
  231. def optionalHeaderValue[T](f: (HttpHeader) ⇒ Option[T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  232. def optionalHeaderValueByName(headerName: String): Directive1[Option[String]]

    Permalink
    Definition Classes
    HeaderDirectives
  233. def optionalHeaderValueByName(headerName: Symbol): Directive1[Option[String]]

    Permalink
    Definition Classes
    HeaderDirectives
  234. def optionalHeaderValueByType[T <: HttpHeader](magnet: HeaderMagnet[T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  235. def optionalHeaderValuePF[T](pf: PartialFunction[HttpHeader, T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  236. def options: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  237. def orgQueryParams: Directive1[OrgQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  238. def overrideMethodWithParameter(paramName: String): Directive0

    Permalink
    Definition Classes
    MethodDirectives
  239. def ownerQueryParameters: Directive1[OwnerQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  240. def ownershipTypeQueryParameters: Directive1[OwnershipTypeQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  241. def parameter(pdm: ParamMagnet): Out

    Permalink
    Definition Classes
    ParameterDirectives
  242. def parameterMap: Directive1[Map[String, String]]

    Permalink
    Definition Classes
    ParameterDirectives
  243. def parameterMultiMap: Directive1[Map[String, List[String]]]

    Permalink
    Definition Classes
    ParameterDirectives
  244. def parameterSeq: Directive1[Seq[(String, String)]]

    Permalink
    Definition Classes
    ParameterDirectives
  245. def parameters(pdm: ParamMagnet): Out

    Permalink
    Definition Classes
    ParameterDirectives
  246. def pass: Directive0

    Permalink
    Definition Classes
    BasicDirectives
  247. def patch: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  248. def path[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  249. def pathEnd: Directive0

    Permalink
    Definition Classes
    PathDirectives
  250. def pathEndOrSingleSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  251. def pathPrefix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  252. def pathPrefixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  253. def pathSingleSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  254. def pathSuffix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  255. def pathSuffixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  256. def platformIdParams: Directive1[PlatformIdQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  257. def post: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  258. def processShapefile(projectId: UUID, tempFile: File, fileMetadata: FileInfo, propsO: Option[Map[String, String]] = None): Route

    Permalink
  259. def processShapefileImport(matches: Iterator[File], prj: Iterator[File], props: Map[String, String], user: User, projectId: UUID): Route

    Permalink
  260. def processShapefileUpload(matches: Iterator[File]): List[String]

    Permalink
  261. def projectQueryParameters: Directive1[ProjectQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  262. val projectRoutes: Route

    Permalink
  263. def provide[T](value: T): Directive1[T]

    Permalink
    Definition Classes
    BasicDirectives
  264. def put: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  265. def rawPathPrefix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  266. def rawPathPrefixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  267. def recoverRejections(f: (Seq[Rejection]) ⇒ RouteResult): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  268. def recoverRejectionsWith(f: (Seq[Rejection]) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  269. def redirect(uri: Uri, redirectionType: Redirection): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  270. def redirectToNoTrailingSlashIfPresent(redirectionType: Redirection): Directive0

    Permalink
    Definition Classes
    PathDirectives
  271. def redirectToTrailingSlashIfMissing(redirectionType: Redirection): Directive0

    Permalink
    Definition Classes
    PathDirectives
  272. val region: String

    Permalink
    Definition Classes
    Config
  273. def reject(rejections: Rejection*): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  274. def reject: StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  275. def rejectEmptyResponse: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  276. def replaceProjectPermissions(projectId: UUID): Route

    Permalink
  277. def requestEncodedWith(encoding: HttpEncoding): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  278. def requestEntityEmpty: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  279. def requestEntityPresent: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  280. def respondWithDefaultHeader(responseHeader: HttpHeader): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  281. def respondWithDefaultHeaders(responseHeaders: Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  282. def respondWithDefaultHeaders(responseHeaders: HttpHeader*): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  283. def respondWithHeader(responseHeader: HttpHeader): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  284. def respondWithHeaders(responseHeaders: Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  285. def respondWithHeaders(responseHeaders: HttpHeader*): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  286. def responseEncodingAccepted(encoding: HttpEncoding): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  287. val rollbarApiToken: String

    Permalink
    Definition Classes
    RollbarNotifier
  288. val rollbarClient: Rollbar

    Permalink
    Definition Classes
    RollbarNotifier
  289. val rollbarClientToken: String

    Permalink
    Definition Classes
    Config
  290. val sceneQueryParameters: Directive1[CombinedSceneQueryParams]

    Permalink
    Definition Classes
    SceneQueryParameterDirective
  291. val sceneSearchModeQueryParams: Directive1[SceneSearchModeQueryParams]

    Permalink
    Definition Classes
    SceneQueryParameterDirective
  292. val sceneSpecificQueryParams: Directive1[SceneQueryParameters]

    Permalink
    Definition Classes
    SceneQueryParameterDirective
  293. def scheme(name: String): Directive0

    Permalink
    Definition Classes
    SchemeDirectives
  294. val scopedUploadRoleArn: String

    Permalink
    Definition Classes
    Config
  295. def searchParams: Directive1[SearchQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  296. def selectPreferredLanguage(first: Language, more: Language*): Directive1[Language]

    Permalink
    Definition Classes
    MiscDirectives
  297. def sendError(s: String): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  298. def sendError(e: Throwable): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  299. def separateOnSlashes(string: String): PathMatcher0

    Permalink
    Definition Classes
    PathMatchers
  300. def setCookie(first: HttpCookie, more: HttpCookie*): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  301. def setProjectColorMode(projectId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink
  302. def setProjectSceneColorCorrectParams(projectId: UUID, sceneId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink

    Set color correction parameters for a project/scene pairing

  303. def setProjectSceneOrder(projectId: UUID): Route

    Permalink

    Set the manually defined z-ordering for scenes within a given project

  304. def setProjectScenesColorCorrectParams(projectId: UUID): (RequestContext) ⇒ Future[RouteResult]

    Permalink

    Set color correction parameters for a list of scenes

  305. def shapeQueryParams: Directive1[ShapeQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  306. def storeUploadedFile(fieldName: String, destFn: (FileInfo) ⇒ File): Directive[(FileInfo, File)]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  307. def storeUploadedFiles(fieldName: String, destFn: (FileInfo) ⇒ File): Directive1[Seq[(FileInfo, File)]]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  308. def submitJobRequest(jobDefinition: String, jobQueueName: String, parameters: Map[String, String], jobName: String): Unit

    Permalink
    Definition Classes
    AWSBatch
    Annotations
    @SuppressWarnings()
  309. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  310. def tagQueryParameters: Directive1[TagQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  311. def teamQueryParameters: Directive1[TeamQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  312. def textract[L](f: (RequestContext) ⇒ L)(implicit arg0: Tuple[L]): Directive[L]

    Permalink
    Definition Classes
    BasicDirectives
  313. val thumbnailBucket: String

    Permalink
    Definition Classes
    Config
  314. val tileServerLocation: String

    Permalink
    Definition Classes
    Config
  315. def timestampQueryParameters: Directive1[TimestampQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  316. def toStrictEntity(timeout: FiniteDuration, maxBytes: Long): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  317. def toStrictEntity(timeout: FiniteDuration): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  318. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  319. def tprovide[L](values: L)(implicit arg0: Tuple[L]): Directive[L]

    Permalink
    Definition Classes
    BasicDirectives
  320. def traceName(name: String, tags: Map[String, String]): Directive0

    Permalink
    Definition Classes
    KamonTraceDirectives
  321. def updateAnnotation(projectId: UUID, annotationId: UUID): Route

    Permalink
  322. def updateAnnotationGroup(projectId: UUID, agId: UUID): Route

    Permalink
  323. def updateProject(projectId: UUID): Route

    Permalink
  324. def updateProjectScenes(projectId: UUID): Route

    Permalink
  325. def userAuditQueryParameters: Directive1[UserAuditQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  326. val userExceptionHandler: ExceptionHandler

    Permalink
    Definition Classes
    UserErrorHandler
  327. def userQueryParameters: Directive1[UserQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  328. def validate(check: ⇒ Boolean, errorMsg: String): Directive0

    Permalink
    Definition Classes
    MiscDirectives
  329. def verifyJWT(tokenString: String): Either[BadJWTException, (JwtToken, JWTClaimsSet)]

    Permalink
    Definition Classes
    Authentication
  330. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  331. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  332. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  333. def withExecutionContext(ec: ExecutionContextExecutor): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  334. def withLog(log: LoggingAdapter): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  335. def withMaterializer(materializer: Materializer): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  336. def withOptionalPagination: Directive1[Option[PageRequest]]

    Permalink
    Definition Classes
    PaginationDirectives
  337. def withPagination: Directive1[PageRequest]

    Permalink
    Definition Classes
    PaginationDirectives
  338. def withPrecompressedMediaTypeSupport: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  339. def withRangeSupport: Directive0

    Permalink
    Definition Classes
    RangeDirectives
  340. def withRequestTimeout(timeout: Duration, handler: Option[(HttpRequest) ⇒ HttpResponse]): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  341. def withRequestTimeout(timeout: Duration, handler: (HttpRequest) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  342. def withRequestTimeout(timeout: Duration): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  343. def withRequestTimeoutResponse(handler: (HttpRequest) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  344. def withSettings(settings: RoutingSettings): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  345. def withSizeLimit(maxBytes: Long): Directive0

    Permalink
    Definition Classes
    MiscDirectives
  346. def withoutRequestTimeout: Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  347. def withoutSizeLimit: Directive0

    Permalink
    Definition Classes
    MiscDirectives

Deprecated Value Members

  1. def uploadedFile(fieldName: String): Directive1[(FileInfo, File)]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Deprecated in favor of storeUploadedFile which allows to specify a file to store the upload in.

Inherited from KamonTraceDirectives

Inherited from UserErrorHandler

Inherited from AWSBatch

Inherited from RollbarNotifier

Inherited from CommonHandlers

Inherited from PaginationDirectives

Inherited from QueryParametersCommon

Inherited from Config

Inherited from Authentication

Inherited from LazyLogging

Inherited from Directives

Inherited from FramedEntityStreamingDirectives

Inherited from WebSocketDirectives

Inherited from SecurityDirectives

Inherited from SchemeDirectives

Inherited from RouteDirectives

Inherited from RespondWithDirectives

Inherited from RangeDirectives

Inherited from PathDirectives

Inherited from ImplicitPathMatcherConstruction

Inherited from PathMatchers

Inherited from TimeoutDirectives

Inherited from ParameterDirectives

Inherited from MiscDirectives

Inherited from MethodDirectives

Inherited from MarshallingDirectives

Inherited from HostDirectives

Inherited from HeaderDirectives

Inherited from FutureDirectives

Inherited from FormFieldDirectives

Inherited from ToNameReceptacleEnhancements

Inherited from FileUploadDirectives

Inherited from FileAndResourceDirectives

Inherited from ExecutionDirectives

Inherited from CodingDirectives

Inherited from DebuggingDirectives

Inherited from CookieDirectives

Inherited from CacheConditionDirectives

Inherited from BasicDirectives

Inherited from RouteConcatenation

Inherited from AnyRef

Inherited from Any

Ungrouped