trait ViewRenderer extends GetActionClassDefaultsToCurrentAction
- Alphabetic
- By Inheritance
- ViewRenderer
- GetActionClassDefaultsToCurrentAction
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getActionClass[T <: Action](implicit arg0: Manifest[T]): Class[Action]
- Definition Classes
- GetActionClassDefaultsToCurrentAction
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def layout: Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def renderFragment[T <: Action](fragment: String)(implicit arg0: Manifest[T]): String
Renders the template fragment at the directory associated with the action.
- 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
- def renderFragment(actionClass: Class[_ <: Action], fragment: String): String
Renders the template fragment at the directory associated with the action.
- 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
- def renderFragment(directoryUri: String, fragment: String): String
Renders the template fragment at the directory.
- 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
- def renderInlineView(inlineView: Any): String
Sets renderedView and call layout.
- def renderTemplate(uri: String): String
Renders the template at
(renderedView is not affected).uri
- def renderTemplate(uri: String, options: Map[String, Any]): String
Renders the template at
(renderedView is not affected).uri
Renders the template at
(renderedView is not affected).uri
- options
specific to the configured template engine
- def renderView[T <: Action]()(implicit arg0: Manifest[T]): String
Renders the template associated with the action to renderedView, then calls layout.
- 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
- def renderView(actionClass: Class[_ <: Action]): String
Renders the template associated with the action to renderedView, then calls layout.
- 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
- 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.
- 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
- def renderView(customLayout: () => Any, actionClass: Class[_ <: Action]): String
Renders the template associated with the action to renderedView, then calls the custom layout.
- 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
- def renderView(uri: String): String
Renders the template at
to renderedView, then calls layout.uri
- def renderView(uri: String, options: Map[String, Any]): String
Renders the template at
to renderedView, then calls layout.uri
Renders the template at
to renderedView, then calls layout.uri
- options
specific to the configured template engine
- def renderView(customLayout: () => Any, uri: String): String
Renders the template at
to renderedView, then calls the custom layout.uri
- def renderView(customLayout: () => Any, uri: String, options: Map[String, Any]): String
Renders the template at
to renderedView, then calls the custom layout.uri
Renders the template at
to renderedView, then calls the custom layout.uri
- options
specific to the configured template engine
- def renderViewNoLayout[T <: Action]()(implicit arg0: Manifest[T]): String
Renders the template associated with the action to renderedView.
- 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
- def renderViewNoLayout(actionClass: Class[_ <: Action]): String
Renders the template associated with the action to renderedView.
- 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
- def renderViewNoLayout(uri: String): String
Renders the template at
to renderedView.uri
- def renderViewNoLayout(uri: String, options: Map[String, Any]): String
Renders the template at
to renderedView.uri
Renders the template at
to renderedView.uri
- options
specific to the configured template engine
- val renderedView: Any
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()