org.fusesource

scalate

package scalate

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. trait AttributeMap 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. case class Binding (name: String, className: String, importMembers: Boolean, defaultValue: Option[String], kind: String, isImplicit: Boolean, classNamePositional: Option[Positional], defaultValuePositional: Option[Positional]) 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

    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 AnyRef

    A TemplateEngine is used to compile and load Scalate templates.

  16. trait TemplateEngineAddOn extends (TemplateEngine) ⇒ Unit

  17. class TemplateException extends RuntimeException

  18. trait TemplateSource extends Resource

    Represents the source of a template

Value Members

  1. object Binding extends AnyRef

  2. object DefaultRenderContext extends Log

  3. object RenderContext extends AnyRef

  4. object TemplateEngine extends AnyRef

  5. object TemplateSource extends AnyRef

    Helper methods to create a TemplateSource from various sources

  6. package console

  7. package filter

  8. package introspector

  9. package jade

  10. package jersey

  11. package layout

  12. package mustache

  13. package osgi

  14. package rest

  15. package scaml

  16. package scuery

    All the various implicit conversions for the scuery package

  17. package servlet

  18. package ssp

  19. package support