Trait

xitrum.view

ViewRenderer

Related Doc: package view

Permalink

trait ViewRenderer extends GetActionClassDefaultsToCurrentAction

Self Type
Action
Linear Supertypes
Known Subclasses
Type Hierarchy
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

    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 asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getActionClass[T <: Action](implicit arg0: Manifest[T]): Class[Action]

    Permalink
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def layout: Any

    Permalink
  14. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  17. def renderFragment[T <: Action](fragment: String)(implicit arg0: Manifest[T]): String

    Permalink

    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

    Permalink

    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

    Permalink

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

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

    Permalink

    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

    Permalink

    Renders the template fragment at the directory.

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

    Permalink

    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

    Permalink

    Sets renderedView and call layout.

  24. def renderTemplate(uri: String): String

    Permalink

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

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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

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

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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

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

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

    Permalink

    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

    Permalink

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

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

    Permalink

    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

    Permalink

    Renders the template associated with the action to renderedView.

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

    Permalink

    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

    Permalink

    Renders the template associated with the action to renderedView.

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

    Permalink

    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

    Permalink

    Renders the template at uri to renderedView.

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

    Permalink

    Renders the template at uri to renderedView.

    Renders the template at uri to renderedView.

    options

    specific to the configured template engine

  44. var renderedView: Any

    Permalink
  45. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped