Package

xitrum

view

Permalink

package view

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. trait Flash extends AnyRef

    Permalink
  2. trait GetActionClassDefaultsToCurrentAction extends AnyRef

    Permalink
  3. trait Js extends AnyRef

    Permalink
  4. trait Renderer extends GetActionClassDefaultsToCurrentAction

    Permalink
  5. trait Responder extends Js with Flash with GetActionClassDefaultsToCurrentAction

    Permalink

    When responding text, charset is automatically set, as advised by Google: http://code.google.com/speed/page-speed/docs/rendering.html#SpecifyCharsetEarly

  6. trait TemplateEngine extends AnyRef

    Permalink

    Template engines should extend this trait and implement its methods.

    Template engines should extend this trait and implement its methods. On startup, an instance of the configured template engine is created and used for every rendering request. Thus it should be thread-safe.

Value Members

  1. object DocType

    Permalink
  2. object Flash

    Permalink
  3. object TemplateEngine

    Permalink

Ungrouped