org.fusesource

scalate

package scalate

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 = "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 with Serializable

    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 org.fusesource.scalate.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 = scalate.util.ResourceNotFoundException

    Lets preserve a type alias for backwards compatibility from 1.

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

  13. class StaleCacheEntryException extends TemplateException with NoStackTrace

  14. trait Template extends AnyRef

    A template is something which can be rendered when given a org.fusesource.scalate.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 Serializable

  2. object DefaultRenderContext extends Log

  3. object RenderContext

  4. object TemplateEngine

  5. object TemplateSource

    Helper methods to create a org.fusesource.scalate.TemplateSource from various sources

  6. package console

  7. package filter

  8. package introspector

  9. package jade

  10. package japi

  11. package jersey

  12. package layout

  13. package mustache

  14. package osgi

  15. package rest

  16. package scaml

  17. package scuery

    All the various implicit conversions for the scuery package

  18. package servlet

  19. package ssp

  20. package support

Inherited from AnyRef

Inherited from Any

Ungrouped