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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def getActionClass[T <: Action](implicit arg0: Manifest[T]): Class[Action]
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def layout: Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def renderFragment[T <: Action](fragment: String)(implicit arg0: Manifest[T]): String

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

  17. 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

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

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

  19. 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

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

    Renders the template fragment at the directory.

  21. 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

  22. def renderInlineView(inlineView: Any): String

    Sets renderedView and call layout.

  23. def renderTemplate(uri: String): String

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

  24. 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

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

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

  26. 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

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

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

  28. 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

  29. 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.

  30. 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

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

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

  32. 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

  33. def renderView(uri: String): String

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

  34. 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

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

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

  36. 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

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

    Renders the template associated with the action to renderedView.

  38. 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

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

    Renders the template associated with the action to renderedView.

  40. 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

  41. def renderViewNoLayout(uri: String): String

    Renders the template at uri to renderedView.

  42. 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

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped