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.
Describes a variable binding that a Scalate template defines.
Indicates a Scala compiler error occurred when converting the template into bytecode
Default implementation of org.fusesource.scalate.RenderContext
Indicates a syntax error trying to parse the template
Provides helper methods for rendering templates and values and for working with attributes.
Lets preserve a type alias for backwards compatibility from 1.
Lets preserve a type alias for backwards compatibility from 1.3 and earlier
A template is something which can be rendered when given a org.fusesource.scalate.RenderContext.
A TemplateEngine is used to compile and load Scalate templates.
Represents the source of a template
Helper methods to create a org.fusesource.scalate.TemplateSource from various sources
All the various implicit conversions for the scuery package