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 NoSuchFilterException extends TemplateException

  8. class NoSuchViewException extends TemplateException

  9. class NoValueSetException extends TemplateException

  10. trait RenderContext extends AnyRef

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

  11. class ResourceNotFoundException extends TemplateException

  12. class StaleCacheEntryException extends TemplateException with NoStackTrace

  13. trait Template extends AnyRef

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

  14. class TemplateEngine extends Logging

    A TemplateEngine is used to compile and load Scalate templates.

  15. class TemplateException extends RuntimeException

    no summary matey

  16. 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 jersey

  9. package layout

  10. package mustache

  11. package rest

  12. package scaml

  13. package scuery

    All the various implicit conversions for the scuery package

  14. package servlet

  15. package ssp

  16. package support

  17. package util