Package

org.fusesource

scalate

Permalink

package scalate

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AttributeMap extends AnyRef

    Permalink

    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.

    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. Note that these methods should use the same arguments and return types as their corresponding methods in the mutable Map

    Version

    $Revision : 1.1 $

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

    Permalink

    Describes a variable binding that a Scalate template defines.

  3. class CompilerException extends TemplateException

    Permalink

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

  4. class DefaultRenderContext extends RenderContext

    Permalink

    Default implementation of org.fusesource.scalate.RenderContext

  5. class InvalidSyntaxException extends TemplateException

    Permalink

    Indicates a syntax error trying to parse the template

  6. class NoFormParameterException extends TemplateException

    Permalink
  7. class NoInjectionException extends TemplateException

    Permalink
  8. class NoSuchFilterException extends TemplateException

    Permalink
  9. class NoSuchViewException extends TemplateException

    Permalink
  10. class NoValueSetException extends TemplateException

    Permalink
  11. trait RenderContext extends AnyRef

    Permalink

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

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

    See also

    org.fusesource.scalate.servlet.ServletRenderContext

    DefaultRenderContext

  12. type ResourceNotFoundException = scalate.util.ResourceNotFoundException

    Permalink

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

  13. class StaleCacheEntryException extends TemplateException with NoStackTrace

    Permalink
  14. trait Template extends AnyRef

    Permalink

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

    A template is something which can be rendered when given a org.fusesource.scalate.RenderContext. They may involve code generation in the case of Ssp and Scaml but any mechanism can be used in the rendering process.

    Version

    $Revision : 1.1 $

  15. class TemplateEngine extends AnyRef

    Permalink

    A TemplateEngine is used to compile and load Scalate templates.

    A TemplateEngine is used to compile and load Scalate templates. The TemplateEngine takes care of setting up the Scala compiler and caching compiled templates for quicker subsequent loads of a requested template.

    The TemplateEngine uses a workingDirectory to store the generated scala source code and the bytecode. By default this uses a dynamically generated directory. You can configure this yourself to use whatever directory you wish. Or you can use the scalate.workdir system property to specify the workingDirectory

  16. trait TemplateEngineAddOn extends (TemplateEngine) ⇒ Unit

    Permalink

  17. class TemplateException extends RuntimeException

    Permalink

  18. trait TemplateSource extends Resource

    Permalink

    Represents the source of a template

    Represents the source of a template

    Version

    $Revision : 1.1 $

Value Members

  1. object Binding extends Serializable

    Permalink
  2. object DefaultRenderContext extends Log

    Permalink
  3. object RenderContext

    Permalink
  4. object TemplateEngine

    Permalink
  5. object TemplateSource

    Permalink

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

  6. package console

    Permalink
  7. package filter

    Permalink
  8. package introspector

    Permalink
  9. package jade

    Permalink
  10. package japi

    Permalink
  11. package layout

    Permalink
  12. package mustache

    Permalink
  13. package osgi

    Permalink
  14. package scaml

    Permalink
  15. package scuery

    Permalink

    All the various implicit conversions for the scuery package

  16. package servlet

    Permalink
  17. package ssp

    Permalink
  18. package support

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped