Packages

t

xitrum.view

ViewRenderer

trait ViewRenderer extends GetActionClassDefaultsToCurrentAction

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ViewRenderer
  2. GetActionClassDefaultsToCurrentAction
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getActionClass[T <: Action](implicit arg0: Manifest[T]): Class[Action]
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def layout: Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  17. def renderFragment[T <: Action](fragment: String)(implicit arg0: Manifest[T]): String

    Renders the template fragment at the directory associated with the action.

  18. def renderFragment[T <: Action](fragment: String, options: Map[String, Any])(implicit arg0: Manifest[T]): String

    Renders the template fragment at the directory associated with the action.

    Renders the template fragment at the directory associated with the action.

    options

    specific to the configured template engine

  19. def renderFragment(actionClass: Class[_ <: Action], fragment: String): String

    Renders the template fragment at the directory associated with the action.

  20. def renderFragment(actionClass: Class[_ <: Action], fragment: String, options: Map[String, Any]): String

    Renders the template fragment at the directory associated with the action.

    Renders the template fragment at the directory associated with the action.

    options

    specific to the configured template engine

  21. def renderFragment(directoryUri: String, fragment: String): String

    Renders the template fragment at the directory.

  22. def renderFragment(directoryUri: String, fragment: String, options: Map[String, Any]): String

    Renders the template fragment at the directory.

    Renders the template fragment at the directory.

    options

    specific to the configured template engine

  23. def renderInlineView(inlineView: Any): String

    Sets renderedView and call layout.

  24. def renderTemplate(uri: String): String

    Renders the template at uri (renderedView is not affected).

  25. def renderTemplate(uri: String, options: Map[String, Any]): String

    Renders the template at uri (renderedView is not affected).

    Renders the template at uri (renderedView is not affected).

    options

    specific to the configured template engine

  26. def renderView[T <: Action]()(implicit arg0: Manifest[T]): String

    Renders the template associated with the action to renderedView, then calls layout.

  27. def renderView[T <: Action](options: Map[String, Any])(implicit arg0: Manifest[T]): String

    Renders the template associated with the action to renderedView, then calls layout.

    Renders the template associated with the action to renderedView, then calls layout.

    options

    specific to the configured template engine

  28. def renderView(actionClass: Class[_ <: Action]): String

    Renders the template associated with the action to renderedView, then calls layout.

  29. def renderView(actionClass: Class[_ <: Action], options: Map[String, Any]): String

    Renders the template associated with the action to renderedView, then calls layout.

    Renders the template associated with the action to renderedView, then calls layout.

    options

    specific to the configured template engine

  30. def renderView[T <: Action](customLayout: () ⇒ Any)(implicit arg0: Manifest[T]): String

    Renders the template associated with the action to renderedView, then calls the custom layout.

  31. def renderView[T <: Action](customLayout: () ⇒ Any, options: Map[String, Any])(implicit arg0: Manifest[T]): String

    Renders the template associated with the action to renderedView, then calls the custom layout.

    Renders the template associated with the action to renderedView, then calls the custom layout.

    options

    specific to the configured template engine

  32. def renderView(customLayout: () ⇒ Any, actionClass: Class[_ <: Action]): String

    Renders the template associated with the action to renderedView, then calls the custom layout.

  33. def renderView(customLayout: () ⇒ Any, actionClass: Class[_ <: Action], options: Map[String, Any]): String

    Renders the template associated with the action to renderedView, then calls the custom layout.

    Renders the template associated with the action to renderedView, then calls the custom layout.

    options

    specific to the configured template engine

  34. def renderView(uri: String): String

    Renders the template at uri to renderedView, then calls layout.

  35. def renderView(uri: String, options: Map[String, Any]): String

    Renders the template at uri to renderedView, then calls layout.

    Renders the template at uri to renderedView, then calls layout.

    options

    specific to the configured template engine

  36. def renderView(customLayout: () ⇒ Any, uri: String): String

    Renders the template at uri to renderedView, then calls the custom layout.

  37. def renderView(customLayout: () ⇒ Any, uri: String, options: Map[String, Any]): String

    Renders the template at uri to renderedView, then calls the custom layout.

    Renders the template at uri to renderedView, then calls the custom layout.

    options

    specific to the configured template engine

  38. def renderViewNoLayout[T <: Action]()(implicit arg0: Manifest[T]): String

    Renders the template associated with the action to renderedView.

  39. def renderViewNoLayout[T <: Action](options: Map[String, Any])(implicit arg0: Manifest[T]): String

    Renders the template associated with the action to renderedView.

    Renders the template associated with the action to renderedView.

    options

    specific to the configured template engine

  40. def renderViewNoLayout(actionClass: Class[_ <: Action]): String

    Renders the template associated with the action to renderedView.

  41. def renderViewNoLayout(actionClass: Class[_ <: Action], options: Map[String, Any]): String

    Renders the template associated with the action to renderedView.

    Renders the template associated with the action to renderedView.

    options

    specific to the configured template engine

  42. def renderViewNoLayout(uri: String): String

    Renders the template at uri to renderedView.

  43. def renderViewNoLayout(uri: String, options: Map[String, Any]): String

    Renders the template at uri to renderedView.

    Renders the template at uri to renderedView.

    options

    specific to the configured template engine

  44. val renderedView: Any
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped