case class RenderableFuture(future: Future[Renderable]) extends DefaultRenderable with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RenderableFuture
- Serializable
- Serializable
- Product
- Equals
- DefaultRenderable
- Renderable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RenderableFuture(future: Future[Renderable])
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
addHeader(arg0: String, arg1: String): Unit
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
final
def
addHeaders(arg0: Map[String, String]): Unit
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extractResponseEntity(arg0: RequestContext, arg1: ResponseContext): ResponseEntity[_]
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val future: Future[Renderable]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
getHeaders(): Map[String, String]
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
final
def
getResponseEntity(): ResponseEntity[_]
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
final
def
getStatus(): HttpStatus
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeHeaders(arg0: RequestContext, arg1: ResponseContext, arg2: Map[String, String], arg3: ResponseEntity[_]): Unit
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
render(arg0: RequestContext, arg1: ResponseContext): Response
- Definition Classes
- DefaultRenderable → Renderable
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
final
def
setResponseEntity(arg0: ResponseEntity[_]): Unit
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
final
def
setStatus(arg0: HttpStatus): Unit
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
final
def
setStatus(arg0: Int): Unit
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
updateStatusToResponse(arg0: ResponseContext, arg1: HttpStatus): Unit
- Attributes
- protected[response]
- Definition Classes
- DefaultRenderable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()