Packages

package view

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait FlashRenderer extends AnyRef
  2. trait FlashResponder extends AnyRef
  3. trait GetActionClassDefaultsToCurrentAction extends AnyRef
  4. trait JsRenderer extends AnyRef
  5. trait JsResponder extends AnyRef
  6. trait Renderer extends AnyRef
  7. trait Responder extends AnyRef

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

  8. trait TemplateEngine extends AnyRef

    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.

  9. trait ViewRenderer extends GetActionClassDefaultsToCurrentAction
  10. trait ViewResponder extends AnyRef

Value Members

  1. object DocType
  2. object FlashRenderer
  3. object TemplateEngine

Ungrouped