org.fusesource

scalate

package scalate

Visibility
  1. Public
  2. All

Type Members

  1. trait AttributeMap[A, B] extends AnyRef

    Represents a small map like thing which is easy to implement on top of any attribute storage mechanism without having to implement a full Map interface.

  2. class Binding(name: String, className: String = "Any", importMembers: Boolean = false, defaultValue: Option[String] = scala.None, kind: String = "val", isImplicit: Boolean = false, classNamePositional: Option[Positional] = scala.None, defaultValuePositional: Option[Positional] = scala.None) extends Product

    Describes a variable binding that a Scalate template defines.

  3. class CompilerException extends TemplateException

    Indicates a Scala compiler error occurred when converting the template into bytecode

  4. class DefaultRenderContext extends RenderContext with Logging

    Default implementation of RenderContext

  5. class InvalidSyntaxException extends TemplateException

    Indicates a syntax error trying to parse the template

  6. class NoFormParameterException extends TemplateException

  7. class NoInjectionException extends TemplateException

  8. class NoSuchFilterException extends TemplateException

  9. class NoSuchViewException extends TemplateException

  10. class NoValueSetException extends TemplateException

  11. trait RenderContext extends AnyRef

    Provides helper methods for rendering templates and values and for working with attributes.

  12. type ResourceNotFoundException = ResourceNotFoundException

    Lets preserve a type alias for backwards compatibility from 1.

    Lets preserve a type alias for backwards compatibility from 1.3 and earlier

    definition classes: root
  13. class StaleCacheEntryException extends TemplateException with NoStackTrace

  14. trait Template extends AnyRef

    A template is something which can be rendered when given a RenderContext.

  15. class TemplateEngine extends Logging

    A TemplateEngine is used to compile and load Scalate templates.

  16. trait TemplateEngineAddOn extends (TemplateEngine) ⇒ Unit

    no summary matey

  17. class TemplateException extends RuntimeException

    no summary matey

  18. trait TemplateSource extends Resource

    Represents the source of a template

Value Members

  1. object Binding extends AnyRef

  2. object RenderContext extends AnyRef

  3. object TemplateEngine extends AnyRef

  4. object TemplateSource extends AnyRef

    Helper methods to create a TemplateSource from various sources

  5. package console

  6. package filter

  7. package introspector

  8. package jade

  9. package jersey

  10. package layout

  11. package mustache

  12. package osgi

  13. package rest

  14. package scaml

  15. package scuery

    All the various implicit conversions for the scuery package

  16. package servlet

  17. package ssp

  18. package support