Trait

jp.co.bizreach.play2nashorn

Renderer

Related Doc: package play2nashorn

Permalink

trait Renderer extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Renderer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(routeKey: String, jsonString: Option[String], variables: Seq[(String, AnyRef)])(implicit req: Request[_]): Future[Html]

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  2. abstract def renderer: String

    Permalink

Concrete 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. def apply(routeKey: String)(implicit req: Request[_]): Future[Html]

    Permalink
  5. def apply(routeKey: String, jsonString: String, variables: Seq[(String, AnyRef)] = Seq())(implicit req: Request[_]): Future[Html]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bindVariables(bind: Bindings, variables: Seq[(String, AnyRef)]): Unit

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. lazy val commons: Seq[(String, String)]

    Permalink
  10. lazy val engine: ScriptEngine

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def evaluateCommons(ctx: ScriptContext, route: RouteConfig): Unit

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  14. def evaluateRenderer(ctx: ScriptContext): Unit

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  15. def evaluateResponse(ctx: ScriptContext, jsonString: Option[String]): Unit

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  16. def evaluateTemplates(ctx: ScriptContext, route: RouteConfig)(implicit req: Request[_]): Unit

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getCommons(key: String): Option[String]

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  20. def getRenderer(key: String): String

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def injectConfig(config: NashornConfig): Unit

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def nashorn: NashornConfig

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def newBindingsAndContext: (Bindings, SimpleScriptContext)

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def readerOf(path: String): Reader

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  30. def resolveTemplate(req: Request[_], path: String): String

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  31. def routeConf(key: String): RouteConfig

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  32. def scriptPath(requestPath: String): String

    Permalink
    Attributes
    protected[jp.co.bizreach.play2nashorn]
  33. def sync(routeKey: String)(implicit req: Request[_]): Html

    Permalink
  34. def sync(routeKey: String, jsonString: String, variables: Seq[(String, AnyRef)] = Seq())(implicit req: Request[_]): Html

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped