Class

org.analogweb.scala

ScalaJsonText

Related Doc: package scala

Permalink

class ScalaJsonText 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. ScalaJsonText
  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 ScalaJsonText(text: String)

    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 createResponse(): Response

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  10. def entity(arg0: ResponseEntity): Json

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def putEntityToResponse(arg0: Response, arg1: ResponseEntity): Unit

    Permalink
    Attributes
    protected[org.analogweb.core.response]
    Definition Classes
    DefaultRenderable
  34. def render(arg0: RequestContext, arg1: ResponseContext): Response

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TextFormat
  49. 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