Class

org.analogweb.scala

ScalaJsonObject

Related Doc: package scala

Permalink

class ScalaJsonObject extends Json

Linear Supertypes
Json, TextFormattable[Json], ResponseFormatterAware[Json], TextFormat[Json], BuildAndRenderableResponse[Json], DefaultRenderable, Renderable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaJsonObject
  2. Json
  3. TextFormattable
  4. ResponseFormatterAware
  5. TextFormat
  6. BuildAndRenderableResponse
  7. DefaultRenderable
  8. Renderable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaJsonObject(obj: AnyRef)

    Permalink

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. final def addHeader(arg0: String, arg1: String): Unit

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  5. final def addHeaders(arg0: Map[String, String]): Unit

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def attach(arg0: ResponseFormatter): Json

    Permalink
    Definition Classes
    TextFormattable → ResponseFormatterAware
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def entity(arg0: ResponseEntity): Json

    Permalink
    Definition Classes
    BuildAndRenderableResponse
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def extractResponseEntity(arg0: RequestContext, arg1: ResponseContext): ResponseEntity

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    TextFormattable → TextFormat → DefaultRenderable
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getCharset(): Charset

    Permalink
    Definition Classes
    TextFormat
  15. final def getCharsetAsText(): String

    Permalink
    Definition Classes
    TextFormat
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getDefaultFormatter(): ResponseFormatter

    Permalink
    Definition Classes
    Json → TextFormattable
  18. def getFormatter(): ResponseFormatter

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    TextFormattable
  19. final def getHeaders(): Map[String, String]

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  20. final def getResponseEntity(): ResponseEntity

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  21. def getResponseText(): String

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    TextFormat
  22. final def getSource(): AnyRef

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    TextFormattable
  23. final def getStatus(): HttpStatus

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def header(arg0: Map[String, String]): Json

    Permalink
    Definition Classes
    BuildAndRenderableResponse
  26. def header(arg0: String, arg1: String): Json

    Permalink
    Definition Classes
    BuildAndRenderableResponse
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def mergeHeaders(arg0: RequestContext, arg1: ResponseContext, arg2: Map[String, String], arg3: ResponseEntity): Unit

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    TextFormat → DefaultRenderable
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  32. def render(arg0: RequestContext, arg1: ResponseContext): Response

    Permalink
    Definition Classes
    DefaultRenderable → Renderable
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  33. def resolveContentType(): String

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    TextFormat
  34. final def setResponseEntity(arg0: ResponseEntity): Unit

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  35. final def setStatus(arg0: HttpStatus): Unit

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  36. final def setStatus(arg0: Int): Unit

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  37. def status(arg0: HttpStatus): Json

    Permalink
    Definition Classes
    BuildAndRenderableResponse
  38. def status(arg0: Int): Json

    Permalink
    Definition Classes
    BuildAndRenderableResponse
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    TextFormattable → TextFormat → AnyRef → Any
  41. def typeAs(arg0: String): Json

    Permalink
    Definition Classes
    TextFormat
  42. def updateStatusToResponse(arg0: ResponseContext, arg1: HttpStatus): Unit

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def withCharset(arg0: String): Json

    Permalink
    Definition Classes
    TextFormat
  47. def withoutCharset(): Json

    Permalink
    Definition Classes
    TextFormat

Inherited from Json

Inherited from TextFormattable[Json]

Inherited from ResponseFormatterAware[Json]

Inherited from TextFormat[Json]

Inherited from BuildAndRenderableResponse[Json]

Inherited from DefaultRenderable

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped