Binder

olon.http.Bindings.Binder
case class Binder(binding: Binding)

A decorator for a binding function that allows it to be called as bind() rather than apply(). This class also provides facilities for binding to a specific template

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def bind(xhtml: NodeSeq): NodeSeq

Apply this binder's binding function to the specified NodeSeq.

Apply this binder's binding function to the specified NodeSeq.

Attributes

def bind(templatePath: List[String]): NodeSeq

Apply this binder's binding function to the specified templated looked up using Templates.apply

Apply this binder's binding function to the specified templated looked up using Templates.apply

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product