org.bowlerframework.view

JsonViewRenderer

class JsonViewRenderer extends ViewRenderer

JSON implementation of ViewRenderer - will take a Model or Models and render a JSON representation of said Model

Linear Supertypes
ViewRenderer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. JsonViewRenderer
  2. ViewRenderer
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonViewRenderer (jsonFormats: Formats)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. implicit val formats : Formats

    Attributes
    implicit
  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  13. def getModelAlias (model: Any): String

    Definition Classes
    ViewRenderer
  14. def getModelValue (model: Any): Any

    Definition Classes
    ViewRenderer
  15. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  16. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  17. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  19. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  20. def onError (request: Request, response: Response, exception: Exception): Unit

    Renders an error view when an Exception occurs, for instance, this may render a view with input errors displayed if a org.

    Renders an error view when an Exception occurs, for instance, this may render a view with input errors displayed if a org.bowlerframework.exception.ValidationException is thrown, or a login prompt if a org.bowlerframework.exception.ValidationException AccessDeniedException is thrown.

    Definition Classes
    JsonViewRendererViewRenderer
  21. def renderView (request: Request, response: Response): Unit

    renders a no model view, in the case of JSON, this simply returns a HTTP 204 - No Content response.

  22. def renderView (request: Request, response: Response, models: Seq[Any]): Unit

    Renders a view and associated activeLayout(s) given one or more view model objects.

    Renders a view and associated activeLayout(s) given one or more view model objects.

    Definition Classes
    JsonViewRendererViewRenderer
  23. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  24. def toString (): String

    Definition Classes
    AnyRef → Any
  25. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ViewRenderer

Inherited from AnyRef

Inherited from Any